MSigSeg: Common Change Points Detection for Multiple Signals

Traditional change points detection methods do not have ability in detecting optimal common change points for multi-signal. This package implements common change points detection for multiple signals, can be used in bioinformatics, economics and many other fields. Unlike detecting single signals independently, this package can detect optimal common change points with more sensitivity and specificity. After receiving the collected signal, this method selects the number of change points and the original matrix according to the actual situation, solves the minimization optimization problem based on different input parameters, obtains the position of change points and processed signal. The fun_segmentation_PELT(), fun_lambda_estimator() functions are the main functions of this package.

Version: 0.1.3
Depends: R (≥ 4.0.0), methods
Imports: MASS
Published: 2023-06-07
Author: Xuanyu Liu [aut, cre], Junbo Duan [aut]
Maintainer: Xuanyu Liu <lxy382198251 at stu.xjtu.edu.cn>
License: GPL-3
NeedsCompilation: no
CRAN checks: MSigSeg results

Documentation:

Reference manual: MSigSeg.pdf

Downloads:

Package source: MSigSeg_0.1.3.tar.gz
Windows binaries: r-devel: MSigSeg_0.1.3.zip, r-release: MSigSeg_0.1.3.zip, r-oldrel: MSigSeg_0.1.3.zip
macOS binaries: r-release (arm64): MSigSeg_0.1.3.tgz, r-oldrel (arm64): MSigSeg_0.1.3.tgz, r-release (x86_64): MSigSeg_0.1.3.tgz, r-oldrel (x86_64): MSigSeg_0.1.3.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=MSigSeg to link to this page.