update_z_row_ord | R Documentation |
Iteratively update an estimate of the conditional mean and var at observed ordinal entries
update_z_row_ord( z, lower, upper, obs_indices, ord_obs_indices, ord_in_obs, obs_in_ord, f_sigma_oo_inv_z, sigma_oo_inv_diag, n_update = 1 )
z |
A row of |
lower |
A row of |
upper |
A row of |
obs_indices |
Boolean vector where |
ord_obs_indices |
Boolean vector where |
ord_in_obs |
Boolean vector where |
obs_in_ord |
Boolean vector where |
f_sigma_oo_inv_z |
A function computing The matrix-vector product Sigma_{obs, obs}^{-1} * z_{obs} |
sigma_oo_inv_diag |
The diagonal of Sigma_{obs, obs}^{-1} |
n_update |
The number of updates, only used when |
A list containing
mean
Mean for observed ordinal
var
Var for observed ordinal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.