Package: cpss
Title: Change-Point Detection by Sample-Splitting Methods
Version: 0.0.3
Authors@R: 
    c(
    person(given = "Guanghui",
           family = "Wang",
           role = c("aut", "cre"),
           email = "ghwang.nk@gmail.com"),
    person(given = "Changliang",
           family = "Zou",
           role = "aut",
           email = "nk.chlzou@gmail.com")
    )
Description: Implements multiple change searching algorithms for a variety of 
    frequently considered parametric change-point models. In particular, it 
    integrates a criterion proposed by Zou, Wang and Li (2020) 
    <doi:10.1214/19-AOS1814> to select the number of change-points in a 
    data-driven fashion. Moreover, it also provides interfaces for 
    user-customized change-point models with one's own cost function and 
    parameter estimation routine. It is easy to get started with the 
    cpss.* set of functions by accessing their documentation pages 
    (e.g., ?cpss).
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp, magrittr, methods, stats, mvtnorm, Rfast, tibble, dplyr,
        tidyr, rlang, ggplot2, gridExtra
Suggests: MASS
URL: https://github.com/ghwang-nk/cpss
BugReports: https://github.com/ghwang-nk/cpss/issues
Depends: R (>= 2.10)
Maintainer: Guanghui Wang <ghwang.nk@gmail.com>
NeedsCompilation: yes
Packaged: 2022-08-21 13:48:17 UTC; work
Author: Guanghui Wang [aut, cre],
  Changliang Zou [aut]
Repository: CRAN
Date/Publication: 2022-08-22 09:00:16 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2022-08-23 12:40:41 UTC; unix
Archs: cpss.so.dSYM
