Package: fChange Title: Functional Change Point Detection and Analysis Version: 2.1.0 Authors@R: c( person("Jeremy", "VanderDoes", , "jeremy.vanderdoes@gmail.com", role = c("aut", "cre","cph"), comment = c(ORCID = "0009-0001-9885-3073")), person("Gregory", "Rice", role = "aut"), person("Martin", "Wendler", role = "aut") ) Description: Analyze functional data and its change points. Includes functionality to store and process data, summarize and validate assumptions, characterize and perform inference of change points, and provide visualizations. Data is stored as discretely collected observations without requiring the selection of basis functions. For more details see chapter 8 of Horvath and Rice (2024) . Additional papers are forthcoming. Focused works are also included in the documentation of corresponding functions. Encoding: UTF-8 Imports: dplyr, fastmatrix, fda, ftsa, ggplot2, ggpubr, graphics, grDevices, MASS, methods, plot3D, plotly, rainbow, RColorBrewer, Rcpp, RcppArmadillo, Rfast, sandwich, scales, stats, tensorA, tidyr, vars LinkingTo: Rcpp, RcppArmadillo Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: CompQuadForm, fda.usc, forecast, funData, jmuOutlier, knitr, lattice, rmarkdown, testthat (>= 3.0.0) Depends: R (>= 2.10) LazyData: true URL: https://jrvanderdoes.github.io/fChange/ Config/testthat/edition: 3 License: GPL (>= 3) Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://jrvanderdoes.r-universe.dev Date/Publication: 2025-06-21 02:39:53 UTC RemoteUrl: https://github.com/jrvanderdoes/fchange RemoteRef: HEAD RemoteSha: 6bbc590251726bc20663cafb1e6986e9c28fa3d8 NeedsCompilation: yes Packaged: 2026-06-21 09:46:47 UTC; root Author: Jeremy VanderDoes [aut, cre, cph] (ORCID: ), Gregory Rice [aut], Martin Wendler [aut] Maintainer: Jeremy VanderDoes