Description Usage Arguments Details Value See Also Examples
Smooth the time series by impute the outlers.
1 2 3 4 5 6 |
data |
A data frame includes dates and time series columns |
vars |
A character vector with variable names with respect to date and time series |
par |
A list of parameters. |
weekday.sep |
A logical value indicating whether model each weekday time series separately. |
Use find_outlier
to find the outliers and use one seasonal exponential smoothing to imput outliers
A list with:
ts.dat. A data frame with column name is_outlier
and ts
. is_outlier
is a character vector that indicates whether the observation is outier ("yes", "no"). ts
is a numeric vector that stores the time series after smoothing.
model. An object of class "ets", see ets
.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.