Description Usage Arguments Value Examples
Detecting changepoints using the functional pruning optimal partitioning method (fpop) in bivariate time series.
1 |
data1 |
is a vector of data1(a univariate time series). |
data2 |
is a vector of data2(a univariate time series). |
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 4 elements = (chpts, means1, means2, globalCost).
chpts
is the vector of changepoints.
means1
is the vector of successive means for data1.
means2
is the vector of successive means for data2.
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.