Package: fkcentroids Title: Functional K-Centroids Clustering Using Phase and Amplitude Components Version: 0.0.3 Authors@R: c( person("Seungwoo", "Kang", email = "kangsw@skku.edu", role = c("aut", "cre"), comment=c(ORCID="0000-0001-8082-0794")), person("Hee-Seok", "Oh", email = "heeseok@stats.snu.ac.kr", role = c("aut"))) Description: Cluster functional data using phase and amplitude components of each function. By weighting phase and amplitude variation differently, clustering results can be obtained from multiple perspectives. Routines for synchronization, functional k-means clustering, and functional k-medians clustering are provided. URL: https://github.com/seungwoo-stat/fkcentroids BugReports: https://github.com/seungwoo-stat/fkcentroids/issues License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: fdasrvf, graphics, Kmedians, stats, withr Depends: R (>= 3.5) LazyData: true Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://seungwoo-stat.r-universe.dev Date/Publication: 2026-03-25 02:45:32 UTC RemoteUrl: https://github.com/seungwoo-stat/fkcentroids RemoteRef: HEAD RemoteSha: b9844b9b42bfbe1921b9b4a9b9e16c65e3bed24d NeedsCompilation: no Packaged: 2026-06-23 08:47:30 UTC; root Author: Seungwoo Kang [aut, cre] (ORCID: ), Hee-Seok Oh [aut] Maintainer: Seungwoo Kang