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