GeneralizedLinearModel.ScaleFittingMethod Property

Gets or sets a value that indicates how the scale parameter of the model should be estimated.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ScaleFittingMethod ScaleFittingMethod { get; set; }

Property Value

ScaleFittingMethod

Remarks

The property is only relevant for continuous model families (normal, inverse Gaussian or gamma). By default, the chi-square statistic is used.

See Also