opart: Optimal Partitioning

A reference implementation of standard optimal partitioning algorithm in C using square-error loss and Poisson loss functions as described by Robert Maidstone (2016) <doi:10.1007/s11222-016-9636-3>, Toby Hocking (2016) <doi:10.1007/s11222-016-9636-3>, Guillem Rigaill (2016) <doi:10.1007/s11222-016-9636-3>, Paul Fearnhead (2016) <doi:10.1007/s11222-016-9636-3>. It scales quadratically with number of data points in terms of time-complexity.

Version: 2019.1.0
Depends: R (≥ 3.5.0)
Suggests: knitr, rmarkdown, testthat, dplyr, ggplot2, directlabels, data.table, covr, neuroblastoma, microbenchmark, changepoint, Segmentor3IsBack, fpop
Published: 2019-09-04
Author: Anuraag Srivastava
Maintainer: Anuraag Srivastava <srivastava.anurag.90 at gmail.com>
BugReports: https://github.com/as4378/opart/issues
License: GPL-3
URL: https://github.com/as4378/opart
NeedsCompilation: yes
Materials: NEWS
CRAN checks: opart results

Downloads:

Reference manual: opart.pdf
Vignettes: opart_gaussian
opart_poisson
Package source: opart_2019.1.0.tar.gz
Windows binaries: r-devel: opart_2019.1.0.zip, r-devel-gcc8: opart_2019.1.0.zip, r-release: opart_2019.1.0.zip, r-oldrel: opart_2019.1.0.zip
OS X binaries: r-release: opart_2019.1.0.tgz, r-oldrel: opart_2019.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=opart to link to this page.