Main Content
negloglik
Negative loglikelihood of probability distribution
Syntax
Description
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2013a
Negative loglikelihood of probability distribution
Load the sample data.
load carsmall
Create a Weibull distribution object by fitting it to the mile per gallon (MPG
) data.
pd = fitdist(MPG,'Weibull')
pd = WeibullDistribution Weibull distribution A = 26.5079 [24.8333, 28.2954] B = 3.27193 [2.79441, 3.83104]
Compute the negative log likelihood for the fitted Weibull distribution.
wnll = negloglik(pd)
wnll = 327.4942
Load the sample data. Fit a kernel distribution to the miles per gallon (MPG
) data.
load carsmall; pd = fitdist(MPG,'Kernel')
pd = KernelDistribution Kernel = normal Bandwidth = 4.11428 Support = unbounded
Compute the negative loglikelihood.
nll = negloglik(pd)
nll = 327.3139
pd
— Probability distributionProbability distribution, specified as one of the following probability distribution
objects created by fitdist
or Distribution Fitter:
nll
— Negative loglikelihoodNegative loglikelihood value for the data used to fit the distribution, returned as a numeric value.
This function fully supports GPU arrays. For more information, see Run MATLAB Functions on a GPU (Parallel Computing Toolbox).
Introduced in R2013a
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: United States.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific