Model Family.Remainder Log Likelihood Method
Returns the part of the log-likelihood for an observation that does not depend on the model parameters.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The part of the log-likelihood for an observation that does not depend on the model parameters.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
DoubleThe part of the log-likelihood for an observation that does not depend on the model parameters.