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.input

An data.frame/matrix containing the data to be segmented. Each column stores a signal.

data.output

A matrix containing the input data which has been smoothed.

lambda

A penalty term, small value leads to large number of breakpoints, and vice versa.

brkps

A vector containing the locations of common breakpoints.

fmin

A numeric containing the optimal numerical value calculated.

date

Character string containing date information.


[Package MSigSeg version 0.2.0 Index]