View source: R/initZ_ordinal.R
initZ_interval_truncated | R Documentation |
Z
at observed ordinal entiresEach observed ordinal entry of Z
follows truncated normal distribution with mean 0, variance 1 and truncated interval provided in lower
and upper
. Fill out those entries by their univariate mean if method = "univariate_mean"
and by random sampples if method = "sampling"
initZ_interval_truncated(Lower, Upper, seed = NULL, method = "univariate_mean")
Lower |
Lower boundary of truncated intervals |
Upper |
Upper boundary of truncated intervals |
seed |
random seed used |
method |
method for initializing the mean |
Matrix Z
with the same shape as lower
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.