Arguments
data
A m x n matrix or data frame, where m is the number of observations and n is the dimensionality.
repsperpoint
The number of random points to generate in the kernel around each data point. Larger values are needed in higher dimensions, and generally produce more accurate results. If NULL
, defaults to 100*10^sqrt(n) where n is the dimensionality of the
bandwidth
A scalar or a n x 1 vector corresponding to the half-width of the box kernel in each dimension. If a scalar input, the single value is used for all dimensions. Bandwidth also can be estimated using estimate
quantile
A number in [0,1), corresponding to the fraction of probability density to exclude from the hypervolume. A value of 0 encloses all data, while a value closer to 1 excludes more data. Note that this is a requested value; due to the discrete nature of the e
name
A string to assign to the hypervolume for later output and plotting. Defaults to the name of the variable if NULL.
verbose
Logical value; print diagnostic output if true.
warnings
Logical value; checks for several potential issues in the input data if true. Checks for high variance in standard deviations between dimensions (indicating axis scale problems), highly correlated dimensions (indicating axis choice problems), and low numb