khat.inv {Modalclust} | R Documentation |
Calculate the smoothing paramters for implementation of Modal Clustering.
Description
these set of functions are based on the concept of pseudo degrees of freedom (Lindsay et al 2008) and are used to calculate the Sigmas that are used for the 'hmac' function
Usage
khat.inv(p,len=10)
sdofnorm(h,p)
khat(dof,p)
Arguments
len |
Number of smoothing parameters. |
h |
Smoothing parameter |
p |
Number of column of data |
dof |
Degrees of freedom |
Author(s)
Surajit Ray
References
Lindsay, B.G., Markatou M., Ray, S., Yang, K., Chen, S.C. "Quadratic distances on probabilities: the foundations," The Annals of Statistics Vol. 36, No. 2, page 983–1006, 2008.
See Also
phmac
for front end of using HMAC and also for parallel
implementation of modal clustering.
[Package Modalclust version 0.7 Index]