ModelFamily.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.0
C#
public double Deviance(
	double y,
	double mu,
	double weight
)

Parameters

y  Double
The response.
mu  Double
The mean value.
weight  Double
The weight.

Return Value

Double
The contribution to the deviance of a case.

See Also