Description Usage Examples
Supported C++ function used in function est.changepoints.
est.changepoints
1
StepSignalMargiLike_ChangePointAnalyzeNorm
1 2 3 4 5 6 7 8 9 10 11 12
n <- 5 max.segs <- 5 data.x <- rnorm(n, 1, 1) data.x <- c(data.x, rnorm(n, 10,1)) data.x <- c(data.x, rnorm(n, 2,1)) data.x <- c(data.x, rnorm(n, 10,1)) data.x <- c(data.x, rnorm(n, 1,1)) data.t <- 1:(5*n) prior <- prior.norm.A(data.x) ChangePointAnalyzeNorm(data.x, n, max.segs, prior)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.