Usage
ptmvnorm(lowerx, upperx, mean=rep(0, length(lowerx)), sigma,
lower = rep(-Inf, length = length(mean)),
upper = rep( Inf, length = length(mean)),
maxpts = 25000, abseps = 0.001, releps = 0)
Arguments
lowerx
the vector of lower limits of length n.
upperx
the vector of upper limits of length n.
mean
the mean vector of length n.
sigma
the covariance matrix of dimension n. Either corr or
sigma can be specified. If sigma is given, the
problem is standardized. If neither corr nor
s
lower
Vector of lower truncation points,\
default is rep(-Inf, length = length(mean)).
upper
Vector of upper truncation points,\
default is rep( Inf, length = length(mean)).
maxpts
maximum number of function values as integer.
abseps
absolute error tolerance as double.
releps
relative error tolerance as double.