FastIca.LogCoshAlpha Property

Gets or sets the alpha parameter for the LogCosh contrast function.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
public double LogCoshAlpha { get; set; }

Property Value

Double

Remarks

This parameter controls the shape of the LogCosh nonlinearity function: g(u) = tanh(α·u).

Typical values range from 1.0 to 2.0. Higher values make the function closer to a step function, while lower values make it smoother. The default value of 1.0 provides good general-purpose behavior.

This parameter is only used when ContrastFunction is set to LogCosh.

See Also