Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


LPCM

This package can be used for fitting multivariate data patterns with local principal curves, including tools for data compression (projection) and measuring goodness-of-fit; with additional functionalities for mean shift clustering.

library(LPCM)
data(calspeedflow)
lpc1 <- lpc(calspeedflow[,3:4])
plot(lpc1, lwd=2, curvecol="red")


ms1 <- ms(calspeedflow[,3:4], plot=FALSE)
plot(ms1)

Try ?LPCM, ?lpc and ?ms.

Copy Link

Version

Install

install.packages('LPCM')

Monthly Downloads

1,029

Version

0.47-6

License

GPL (>= 2)

Maintainer

Jochen Einbeck

Last Published

August 30th, 2024