The evaluated distribution function is returned with attributes
error
estimated absolute error and
msg
status messages.
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
sigma is given, the identity matrix is used
for sigma.
df
Degrees of freedom parameter
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)).