Model Family.Squared Deviance Method
Gets the square of the deviance contribution of a case.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The square of the deviance contribution of the case.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public virtual double SquaredDeviance(
double y,
double mu,
double weight
)
Parameters
Return Value
DoubleThe square of the deviance contribution of the case.