powered by
plot.bcp()
bcp()
plot.bcp(x, ...)
Posterior Probability of a Change: location in the sequence versus the relative frequency of iterations which resulted in a change point.
bcp
summary.bcp
print.bcp
##### A random sample from a few normal distributions ##### testdata <- c(rnorm(50), rnorm(50, 5, 1), rnorm(50)) bcp.0 <- bcp(testdata) plot.bcp(bcp.0)
Run the code above in your browser using DataLab