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