GeneralizedLinearModel.ScaleFittingMethod Property

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

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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