fpop_analysis {fpop} | R Documentation |
fpop analysis
Description
A function to count the number of intervals and or candidate segmentation at each step of fpop (under-developpemment)
Usage
fpop_analysis(x, lambda, mini = min(x), maxi = max(x))
Arguments
x |
A vector of double : the signal to be segmented |
lambda |
Value of the penalty |
mini |
Min value for the mean parameter of the segment |
maxi |
Max value for the mean parameter of the segment |
Value
return a list with a vector containing the position of the change-points t.est
Author(s)
Guillem Rigaill, Toby Dylan Hocking
[Package fpop version 2019.08.26 Index]