MSigSeg-class: An S4 class to encapsulation the result of breakpoints...

MSigSeg-classR 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.


MSigSeg documentation built on Nov. 13, 2023, 5:07 p.m.