GeneralizedLinearModel.GetDeviance Method

Returns the deviance of the computed model.

Definition

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

Return Value

Double
The deviance of the computed model.

Remarks

The deviance is the logarithm of the ratio of squared likelihoods of the model and a model that consists only of a constant.

See Also