FindFD {ADPclust} | R Documentation |
Calculate f(x) and delta(x) from distm and h.
FindFD(distm, h, fdelta)
distm |
distance matrix of class 'dist'. |
h |
bandwidth. |
fdelta |
character string that specifies the method used to estimate local density f(x) at each data point x. The default is "mnorm" that uses a multivariate Gaussian density estimation to calculate f. Other options are listed below. Here 'distm' denotes the distance matrix.
|
list of two items: f and delta.