multiSeg_Binary_Mean {KernSeg}R Documentation

multiSeg Binary Mean

Description

Function to run binary segmentation ona m x n matrix

Usage

multiSeg_Binary_Mean(geno, weights = NULL, Kmax)

Arguments

geno

m x n matrix where m is the number of chanel and n the length of the data

weights

an optionnal weight vector

Kmax

the maximum number of changes

Value

Output of the C code wit x_i the signal, weights, weights, K the max number of breaks n the length of the signal, P the number of dimension, list of recovered change-points during the successive step of binary segmentation, J.est cost of the segmentations

Author(s)

Guillem Rigaill


[Package KernSeg version 0.0.2 Index]