likelihood {distributional} | R Documentation |
The (log) likelihood of a sample matching a distribution
Description
Usage
likelihood(x, ...)
## S3 method for class 'distribution'
likelihood(x, sample, ..., log = FALSE)
log_likelihood(x, ...)
Arguments
x |
The distribution(s). |
... |
Additional arguments used by methods. |
sample |
A list of sampled values to compare to distribution(s). |
log |
If |
[Package distributional version 0.4.0 Index]