Learn R Programming

mclust (version 1.1-7)

hypvol: 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=F)
pcvol(data, reciprocal=F)

Arguments

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

Examples

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

Run the code above in your browser using DataLab