Package: cpss
Title: Change-Point Detection by Sample-Splitting Methods
Version: 0.0.2
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 
    users-customized change-point models with their own cost function and 
    estimation routines.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp, magrittr, methods, stats, mvtnorm, Rfast, tibble, dplyr,
        tidyr, rlang, ggplot2, gridExtra
Suggests: MASS, L1pack
NeedsCompilation: yes
Packaged: 2020-11-20 13:03:08 UTC; stat
Author: Guanghui Wang [aut, cre],
  Changliang Zou [aut]
Maintainer: Guanghui Wang <ghwang.nk@gmail.com>
Repository: CRAN
Date/Publication: 2020-11-23 09:40:15 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2020-11-24 12:00:21 UTC; unix
Archs: cpss.so.dSYM
