powered by
Print method for objects of class mosum.cpts
mosum.cpts
# S3 method for mosum.cpts print(x, ...)
a mosum.cpts object
not in use
x <- testData(lengths = rep(100, 3), means = c(0, 5, -2), sds = rep(1, 3), seed = 1234)$x m <- mosum(x, G = 40) print(m)
Run the code above in your browser using DataLab