get_conditional_parameters {rbmi} | 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.