View source: R/plot_summary_print_Uni.R
summary.SNSeg_Uni | R Documentation |
Summary method for objects of class SNSeg_Uni
## S3 method for class 'SNSeg_Uni'
summary(object, ...)
object |
a |
... |
not in use |
Provide information about estimated change-point locations, the
parameter tested by SN-based procedures, the confidence level, the grid_size
,
and the critical value of the SN-based test.
set.seed(7)
ts <- MAR_Variance(2, "V1")
ts <- ts[,2]
# test the change in a single parameter (variance)
# grid_size defined
result <- SNSeg_Uni(ts, paras_to_test = "variance", confidence = 0.9,
grid_size_scale = 0.05, grid_size = 67,
plot_SN = FALSE, est_cp_loc = TRUE)
summary(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.