tmvrnorm: Sampling Methods of Truncated Multivariate Normal...

Description Usage Arguments Value Author(s) See Also

View source: R/lineqGPutils.R

Description

Wrapper function with a collection of Monte Carlo and Markov Chain Monte Carlo samplers for truncated multivariate normal distributions. The function invokes particular samplers which depend on the class of the first argument.

Usage

1
tmvrnorm(object, nsim, ...)

Arguments

object

an object with: mu (mean vector), Sigma (covariance matrix), lb (lower bound vector), ub (upper bound vector).

nsim

an integer corresponding to the number of simulations.

...

further arguments passed to or from other methods.

Value

A matrix with the sample path. Samples are indexed by columns.

Author(s)

A. F. Lopez-Lopera.

See Also

tmvrnorm.RSM, tmvrnorm.HMC, tmvrnorm.ExpT


lineqGPR documentation built on Jan. 11, 2020, 9:23 a.m.