get_conditional_parameters | R Documentation |
Takes parameters for a multivariate normal distribution and observed values to calculate the conditional distribution for the unobserved values.
get_conditional_parameters(pars, values)
pars |
a |
values |
a vector of observed values to condition on, must be same length as |
A list with the conditional distribution parameters:
mu
- The conditional mean vector.
sigma
- The conditional covariance matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.