fdacluster 0.1.1

An R package for jointly aligning and clustering functional data.

software
functional data
clustering
Author
Affiliation

Department of Mathematics Jean Leray, UMR CNRS 6629

Published

May 10, 2022

Overview

The fdacluster package currently provides the kma() function that jointly performs clustering and alignment of a functional data set. The implementation follows (Sangalli et al. 2010) including improvements proposed in (Vantini 2012).

The package is, in its current form, mainly a C++ re-implementation of the fdakma package which makes it insanely faster. It will include more clustering methods in a near future as well.

Installation

You can install the released version of fdacluster from CRAN with:

install.packages("fdacluster")

Alternatively you can install the development version of fdacluster from GitHub with:

# install.packages("remotes")
remotes::install_github("astamm/fdacluster")

References

Sangalli, Laura M, Piercesare Secchi, Simone Vantini, and Valeria Vitelli. 2010. “K-Mean Alignment for Curve Clustering.” Computational Statistics & Data Analysis 54 (5): 1219–33.
Vantini, Simone. 2012. “On the Definition of Phase and Amplitude Variability in Functional Data Analysis.” Test 21 (4): 676–96.