View source: R/jd3_seasonalbreaks.R
Title
1 2 3 4 5 6 7 8 9 | seasonalbreaks(
y,
level = 1,
slope = 1,
noise = 1,
seasonal = c("Trigonometric", "Dummy", "Crude", "HarrisonStevens", "Fixed", "Unused"),
X = NULL,
X.td = NULL
)
|
y |
|
level |
-1 = no level, 0 = fixed level, 1 = sotchastic level |
slope |
|
noise |
|
seasonal |
Seasonal model |
X |
Regression variables (same length as y) or NULL |
X.td |
Specification for trading days clustering. Contains thr group id fo Mondays... Sundays (for instance (1,1,1,1,1,0,0) for week days or (1,1,1,1,1,2,0) for week.saturdays/Sundays variables). Contrasts are used. Can be NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.