View source: R/jd3_seasonalbreaks.R
seasonalbreaks | R Documentation |
Title
seasonalbreaks(
y,
level = 1,
slope = 1,
noise = 1,
seasonal = c("HarrisonStevens", "Trigonometric", "Dummy", "Crude", "Fixed", "Unused"),
X = NULL,
X.td = NULL
)
y |
|
level |
-1 = no level, 0 = fixed level, 1 = stochastic level |
slope |
|
noise |
|
seasonal |
Seasonal model |
X |
Regression variables (same length as y) or NULL |
X.td |
Specification for trading days clustering. Contains the group id for 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.