Description Usage Arguments Value
Compute the probability of data under an EDP population model.
1 | joint_probability(pm, target, given = NULL, log = FALSE)
|
pm |
an EDP population model, from |
target |
a data frame whose column names are all in |
given |
a data frame whose column names are all in |
log |
should log-probabilities be returned? |
If log = FALSE, a numeric vector of probabilities (or densities) of
the rows of target. If log = TRUE, a numeric vector of log
probabilities (or densities) of the rows of target. If given
is specified, its columns are conditioned on. It must have either one row or
as many rows as target.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.