| MSigSeg-class {MSigSeg} | R Documentation |
An S4 class to encapsulation the result of breakpoints analysis.
Description
An S4 class to encapsulation the result of breakpoints analysis.
Slots
data.inputAn data.frame/matrix containing the data to be segmented. Each column stores a signal.
data.outputA matrix containing the input data which has been smoothed.
lambdaA penalty term, small value leads to large number of breakpoints, and vice versa.
brkpsA vector containing the locations of common breakpoints.
fminA numeric containing the optimal numerical value calculated.
dateCharacter string containing date information.
[Package MSigSeg version 0.2.0 Index]