-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
12 lines (12 loc) · 901 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
Package: plotFPOP
Type: Package
Title: plot of the functional cost FPOP 1d 2d
Version: 0.1
Date: 2017-10-22
Authors@R: c(person("Vincent Runge", email = "[email protected]", role = c("aut","cre")))
Author: Vincent Runge
Maintainer: Vincent Runge <[email protected]>
Description: This package provides plotting functions for dynamic programming changepoint algorithms with penalty using functional pruning. The package contains simple (written in R) functions and algorithms to plot the functional cost in 1d and 2d at consecutive times. The goal is to give an easy and simple access to the shape of the functional cost in order to better understand its updates. Simulation functions are also available in order to simulate segmented data with a gaussian distribution in dimension 1 and 2.
License: GPL-2
RoxygenNote: 6.0.1
Imports: plot3D, cumstats, grDevices, graphics, stats