Description Usage Arguments Value Examples
Detection changepoints using the Functional Pruning Optimal Partitioning method (FPOP) in p-variate time series in a p-variable time series of length n.
1 |
data |
is a matrix of data(p-rows x n-columns). |
penalty |
is a value of penalty (a non-negative real number). |
type |
is a value defining the type of geometry for FPOP-pruning: type=1: ("intersection" of sets), approximation - rectangle; type=2:("intersection" of sets)"minus"("union" of sets), approximation - rectangle; type=3: (last disk)"minus"("union" of sets), approximation - disk. |
a list of elements = (changepoints, means, globalCost).
chpts
is the changepoint vector that gives the last index of each segment for the p-variate time series.
means
is the list of successive means for the p-variate time series.
globalCost
is a number equal to the global cost.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.