ROT {ADPclust}R Documentation

Calculate ROT bandwidth

Description

Calculate the ROT bandwidth either from a data frame, or from p and n.

Usage

ROT(x, y = NULL)

Arguments

x

the number of variables (if y is missing), or a data frame or a matrix (if y is not missing).

y

the number of observations. If y is missing, x should be the data matrix.

Details

IMPORTANT NOTE: The standard deviation of each variable is omitted in this formula.

Value

ROT bandwidth.


[Package ADPclust version 0.7 Index]