
Multidimensional Credible Interval
multi_CI.Rd
Compute whether a given vector belongs to the multivariate t-distribution Credible Interval for given level, mean, covariance and degrees of freedom.
Arguments
- data
A vector, of compatible dimension with
mean
andcov
- mean
A vector, the mean parameter of the multivariate t-distribution
- cov
A matrix, the covariance parameter of the multivariate t-distribution
- df
A number, the degrees of freedom of the multivariate t-distribution
- level
A number, between 0 and 1, corresponding to the level of the Credible Interval. Default is 0.95.