MeansBreakPoints {WaveCGH} | R Documentation |
This function finds the region means when break points are give. This is one of the utility functions.
MeansBreakPoints(x, bp)
x |
Vector of observations |
bp |
Break points |
Region means.
A. I. McLeod and M. S. Islam
Islam, M. S. (2008). Periodicity, Change Detection and Prediction in Microarrays. Ph.D. Thesis, The University of Western Ontario.
set.seed(123) x<-c(rnorm(20), rnorm(20, 1), rnorm(20)) MeansBreakPoints(x, c(20,30,50))