powered by
Summarize BayesCP object
# S3 method for BayesCP summary(object, norm.test = FALSE, ...)
the BayesCP class object to be summarized
logical value for normality test, default is false
parameters passed to summary()
An object of BayesCP class with updated summary result
# NOT RUN { x <- c(rnorm(10, 0, 1), rnorm(10, 5, 1)) bcp <- online_cp(x) summary(bcp) # }
Run the code above in your browser using DataLab