Package: KWCChangepoint
Type: Package
Title: Robust Changepoint Detection for Functional and Multivariate
        Data
Version: 0.2.3
Authors@R: 
    c(
      person("Adeeb", "Rouhani", email = "adeeb.rouhani@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0007-5294-2226")),
      person("Kelly", "Ramsay", role = "aut", comment = c(ORCID = "0000-0001-5615-2052"))
    )
Description: Detect and test for changes in covariance structures of functional data, as well as changepoint detection for multivariate data more generally. Method for detecting non-stationarity in resting state functional Magnetic Resonance Imaging (fMRI) scans as seen in Ramsay, K., & Chenouri, S. (2025) <doi:10.1080/10485252.2025.2503891> is implemented in fmri_changepoints(). Also includes depth- and rank-based implementation of the wild binary segmentation algorithm for detecting multiple changepoints in multivariate data.
License: MIT + file LICENSE
URL: https://github.com/adeeb99/KWCChangepoint,
        https://adeeb99.github.io/KWCChangepoint/
BugReports: https://github.com/adeeb99/KWCChangepoint/issues
Depends: R (>= 4.1)
Encoding: UTF-8
Imports: ddalpha, fda.usc, tibble, Rcpp (>= 1.0.12)
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
SystemRequirements: C++17
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2025-11-23 00:19:01 UTC; adeeb
Author: Adeeb Rouhani [aut, cre, cph] (ORCID:
    <https://orcid.org/0009-0007-5294-2226>),
  Kelly Ramsay [aut] (ORCID: <https://orcid.org/0000-0001-5615-2052>)
Maintainer: Adeeb Rouhani <adeeb.rouhani@gmail.com>
Repository: CRAN
Date/Publication: 2025-11-26 20:50:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-12-24 04:31:10 UTC; windows
Archs: x64
