Package: CptNonPar
Type: Package
Title: Nonparametric Change Point Detection for Multivariate Time
        Series
Version: 0.1.1
Depends: R (>= 4.1.0)
Authors@R: c(person("Euan T.", "McGonigle", email="e.t.mcgonigle@soton.ac.uk", role=c("aut", "cre")),
    person("Haeran", "Cho", email = "haeran.cho@bristol.ac.uk", role="aut"))
Maintainer: Euan T. McGonigle <e.t.mcgonigle@soton.ac.uk>
License: GPL (>= 3)
Description: Implements the nonparametric moving sum procedure for detecting 
    changes in the joint characteristic function (NP-MOJO) for multiple change
    point detection in multivariate time series. See McGonigle, E. T., Cho, H. 
    (2023) <arXiv:2305.07581> for description of the NP-MOJO methodology.
Encoding: UTF-8
LinkingTo: Rcpp
Imports: Rcpp, doParallel, parallel, parallelly, foreach, Rfast,
        iterators, stats
URL: https://github.com/EuanMcGonigle/CptNonPar
BugReports: https://github.com/EuanMcGonigle/CptNonPar/issues
RoxygenNote: 7.2.3
Suggests: covr, testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2023-06-12 17:05:29 UTC; euanmcgonigle
Author: Euan T. McGonigle [aut, cre],
  Haeran Cho [aut]
Repository: CRAN
Date/Publication: 2023-06-13 08:20:20 UTC
