hypvol {mclust} | R Documentation |
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.
hypvol(data, reciprocal=F) pcvol(data, reciprocal=F)
data |
Data matrix. |
reciprocal |
A logical indicating whether the reciprocal volume is to be returned. |
data(iris) hypvol(iris[,1:4]) pcvol(iris[,1:4])