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: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
The part of the log-likelihood for an observation that does not depend on the model parameters.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
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.