FindFD {ADPclust} | R Documentation |
Find f and delta from distance matrix.
Description
Calculate f(x) and delta(x) from distm and h.
Usage
FindFD(distm, h, fdelta)
Arguments
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.
|
Value
list of two items: f and delta.
[Package ADPclust version 0.7 Index]