ModelFamily.RemainderLogLikelihood Method

Returns the part of the log-likelihood for an observation that does not depend on the model parameters.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public abstract double RemainderLogLikelihood(
	double y,
	double mu,
	double weight,
	double scale
)

Parameters

y  Double
The response.
mu  Double
The mean value.
weight  Double
The weight.
scale  Double
The scale parameter for the distribution.

Return Value

Double
The part of the log-likelihood for an observation that does not depend on the model parameters.

See Also