Approximate hypervolume for multivariate data
hypvoltmvnorm.RdApproximate the hypervolume of a multivariate dataset by assuming a truncated multivariate normal (TMVN) distribution within given radius.
Arguments
- data
A numeric vector, matrix, or data frame. If a matrix or data frame, rows correspond to observations and columns correspond to variables. Categorical variables and missing values are not allowed.
- radius
A numerical value specifying the radius to be used for truncating the multivariate Gaussian distribution. If not provided is set to \(sqrt(d+1)\), where \(d\) is the dimensionality of the data, i.e. number of columns of
data.- ...
Further arguments passed to or from other methods.