Likelihood
Likelihood[dist,{x1,x2,…}]
gives the likelihood function for observations x1, x2, … from the distribution dist.
Likelihood[proc,{{t1,x1},{t2,x2},…}]
gives the likelihood function for the observations xi at time ti from the process proc.
Likelihood[proc,{path1,path2,…}]
gives the likelihood function for observations from path1, path2, … from the process proc.
Details
- The likelihood function Likelihood[dist,{x1,x2,…}] is given by , where is the probability density function at xi, PDF[dist,xi].
- For a scalar‐valued process proc the likelihood function Likelihood[proc,{{t1,x1},{t2,x2},…}] is given by Likelihood[SliceDistribution[proc,{t1,t2,…}],{{x1,x2,…}}].
- For a vector-valued process proc the likelihood function Likelihood[proc,{{t1,{x1,…,z1},{t2,{x2,…,z2}},…}] is given by Likelihood[SliceDistribution[proc,{t1,t2,…}],{{x1,…,z1,x2,…,z2,…}}].
- The likelihood function for a collection of paths Likelihood[proc,{path1,path2,…}] is given by ∏iLikelihood[proc,pathi].
Examples
open allclose allBasic Examples (4)
Scope (12)
Univariate Parametric Distributions (2)
Multivariate Parametric Distributions (2)
Derived Distributions (5)
Compute the likelihood for a truncated standard normal:
Compute the likelihood for a constructed distribution:
Visualize the likelihood contours as a function of the lower bound and :
Compute the likelihood for a product distribution:
Obtain the result as a product of the independent componentwise likelihoods:
Compute the likelihood for a copula distribution:
Random Processes (3)
Compute the likelihood of a continuous parametric process:
Compute the likelihood of a scalar-valued discrete parametric process:
Plot the likelihood as a function of the process parameter:
Compute the likelihood of a scalar-valued time series process:
Compute the likelihood of a vector-valued time series process:
Applications (2)
Properties & Relations (4)
Likelihood is a product of PDF values for the data:
The log of Likelihood is LogLikelihood:
EstimatedDistribution estimates parameters by maximizing the likelihood:
FindDistributionParameters gives the parameter estimates as rules:
Visualize the likelihood function near the optimal value:
Likelihood of a process can be computed using its slice distribution:
Vectorize the path values for use in the LogLikelihood of the time slice distribution:
Possible Issues (1)
Text
Wolfram Research (2010), Likelihood, Wolfram Language function, https://reference.wolfram.com/language/ref/Likelihood.html (updated 2014).
CMS
Wolfram Language. 2010. "Likelihood." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2014. https://reference.wolfram.com/language/ref/Likelihood.html.
APA
Wolfram Language. (2010). Likelihood. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Likelihood.html