est_z_row_ord | R Documentation |
Estimate the conditional mean and cov at observed ordinal entries through sampling
est_z_row_ord( z, lower, upper, sigma_oo, ord_indices = NULL, obs_indices = NULL, ord_obs_indices = NULL, obs_in_ord = NULL, ord_in_obs = NULL, n_sample = 5000 )
z |
A row of |
lower |
A row of |
upper |
A row of |
sigma_oo |
Sigma_{obs, obs} |
ord_indices |
Boolean vector where |
obs_indices |
Boolean vector where |
ord_obs_indices |
Boolean vector where |
obs_in_ord |
Boolean vector where |
ord_in_obs |
Boolean vector where |
n_sample |
Number of MC samples, only used when |
A list containing
mean
Mean for observed ordinal
cov
Cov for observed ordinal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.