Learn R Programming

MSigSeg (version 0.2.0)

change: Breakpoints matrix generation.

Description

Generate matrix based on specified breakpoints.

Usage

change(M, p = 0.01)

Value

A list containing the matrix with specified change point and the location of breakpoints.

Arguments

M

A matrix users aimed to add breakpoints.

p

Probability of occurrence of breakpoints.

Details

Generate matrix with common breakpoints, based on specific probability of occurrence.