FindH {ADPclust}R Documentation

Find bandwidth h.

Description

Find bandwidth h from the number of observations n and the dimension p.

Usage

FindH(p, n, htype)

Arguments

p

dimension of data. The number of variables.

n

the number of observations.

htype

methods to calculate h. The valid options are (case insensitive) "amise" or "rot".

Value

bandwidth h.


[Package ADPclust version 0.7 Index]