ScaleFittingMethod Enumeration

Enumerates the possible ways to estimate the scale parameter in a generalized linear model.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum ScaleFittingMethod

Members

Constant0 The scale parameter is set to a constant. The default value is 1.
MaximumLikelihood1 The value of the scale parameter is estimated along with the other parameters of the model using the method of Maximum Likelihood. This method is currently not supported.
PearsonChiSquare2 The value of the scale parameter is estimated based on the Pearson chi-square statistic of the model.
Deviance3 The value of the scale parameter is estimated based on the deviance statistic of the model.

See Also