Compute the likelihood of a probability distribution given data
Compute the likelihood of a probability distribution given data
likelihood(d, x, ...)
d |
A probability distribution object such as those created by
a call to |
x |
A vector of data to compute the likelihood. |
... |
Unused. Unevaluated arguments will generate a warning to catch mispellings or other possible errors. |
the likelihood
X <- Normal() likelihood(X, c(-1, 0, 0, 0, 3))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.