View source: R/jd3_stsoutliers.R
Title
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | stsoutliers(
y,
level = 1,
slope = 1,
noise = 1,
seasonal = c("Trigonometric", "Dummy", "Crude", "HarrisonStevens", "Fixed", "Unused"),
X = NULL,
X.td = NULL,
ao = T,
ls = T,
so = F,
cv = 0,
tcv = 0,
estimation.forward = c("Score", "Point", "Full"),
estimation.backward = c("Point", "Score", "Full")
)
|
y |
|
level |
|
slope |
|
noise |
|
seasonal |
|
X |
|
X.td |
|
ao |
|
ls |
|
so |
|
cv |
|
tcv |
|
estimation.forward |
|
estimation.backward |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.