Package: changepoint
Type: Package
Title: Methods for Changepoint Detection
Version: 2.2.2
Date: 2016-10-04
Authors@R: c(person("Rebecca", "Killick",
        role=c("aut","cre"),email="r.killick@lancs.ac.uk"),
				person("Kaylea", "Haynes", role="aut"),        
				person("Idris", "Eckley", role=c("ths","aut")),
        person("Paul","Fearnhead",role=c("ctb","ths")), person("Jamie","Lee",role="ctr"))
Maintainer: Rebecca Killick <r.killick@lancs.ac.uk>
BugReports: <changepoints@lancs.ac.uk>
URL: https://github.com/rkillick/changepoint/
Description: Implements various mainstream and specialised changepoint methods for finding single and multiple changepoints within data.  Many popular non-parametric and frequentist methods are included.  The cpt.mean(), cpt.var(), cpt.meanvar() functions should be your first point of call.
Depends: R(>= 3.1), methods, stats, zoo(>= 0.9-1)
Suggests: testthat
License: GPL
LazyLoad: yes
Packaged: 2016-10-04 14:31:26 UTC; killick
NeedsCompilation: yes
Author: Rebecca Killick [aut, cre],
  Kaylea Haynes [aut],
  Idris Eckley [ths, aut],
  Paul Fearnhead [ctb, ths],
  Jamie Lee [ctr]
Repository: CRAN
Date/Publication: 2016-10-04 17:08:03
Built: R 3.5.3; x86_64-w64-mingw32; 2020-04-22 04:59:47 UTC; windows
Archs: i386, x64
