hypvol {mclust1998}R Documentation

Estimation of hypervolume

Description

Returns the minimum hypervolume. pcvol calculates this volume using principal components. hypvol takes the smaller of either this value, or a value calculated from the range of the data.

Usage

hypvol(data, reciprocal=FALSE)
pcvol(data, reciprocal=FALSE)

Arguments

data Data matrix.
reciprocal A logical indicating whether the reciprocal volume is to be returned.

Examples

data(iris)
hypvol(iris[,1:4])
pcvol(iris[,1:4])

[Package Contents]