Approximate hypervolume for multivariate data
hypvolunif.RdSimple approximations for the hypervolume of a multivariate dataset by assuming a uniform distribution.
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.
- pc
A logical value indicating whether the volume of hyperectangle enclosing the data (
FALSE) or the volume of hyperectangle aligned with the principal axes enclosing the data should be computed.- logarithm
A logical value indicating whether or not the logarithm of the hypervolume should be returned.
- ...
Further arguments passed to or from other methods.