View source: R/StructuralDecompose.R
BreakPoints | R Documentation |
Generation of breakpoints
BreakPoints( timeseries, frequency = 52, break_algorithm = "strucchange", break_level = 0.05 )
timeseries |
Given time series |
frequency |
Timeseries frequency, defaults to 12 points |
break_algorithm |
Breakpoint algorithm to be used. Defaults to strucchange |
break_level |
Additional parameters for breakpoint algorithm |
A list of breakpoints
BreakPoints(timeseries = seq(100), frequency = 52, break_level = 0.05) BreakPoints(timeseries = StructuralDecompose::Nile_dataset[,1], frequency = 52)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.