ModelFamily.SquaredDeviance 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.0
C#
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

Double
The square of the deviance contribution of the case.

See Also