change: Breakpoints matrix generation.

View source: R/change.R

changeR Documentation

Breakpoints matrix generation.

Description

Generate matrix based on specified breakpoints.

Usage

change(M, p = 0.01)

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.

Value

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


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

Related to change in MSigSeg...