est_z_row_ord_nocont: Compute multivariate truncated normal mean and covariance

View source: R/row_function.R

est_z_row_ord_nocontR Documentation

Compute multivariate truncated normal mean and covariance

Description

A wrapper for est_z_row_ord() where there is no continuous dimension

Usage

est_z_row_ord_nocont(
  lower,
  upper,
  corr = NULL,
  obs_indices = NULL,
  cat_input = NULL,
  n_sample = 5000
)

Arguments

lower

A row of Lower

upper

A row of Upper

corr

Current copula correlation estimate

obs_indices

Boolean vector where TRUE indicates observed entries.

cat_input

Input for categorical dimensions

n_sample

Number of MC samples, only used when trunc_method is 'Sampling'

Value

A list containing

mean

Mean for observed ordinal

cov

Cov for observed ordinal


udellgroup/mixedgcImp documentation built on Jan. 25, 2023, 7:55 p.m.