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