Description Usage Arguments Examples
Sparse ARMA Model with Auto-Selected Coefficients
1 | sparse_arma(x, p_max = 10, q_max = 10, pct_ci = 0.95, margin = 0)
|
x |
A time series object |
p_max |
The maximum number of coefficients for the AR part of the model |
q_max |
The maximum number of coefficients for the MA part of the model |
pct_ci |
What percentage of confidence interval to be used for coefficient consideration. |
margin |
An additional margin to increase sparsity. |
1 2 3 | data <- base_impute(bee.data[1:100], impute_col = "TOTAL_COUNT")
x <- data$IMPUTED_VALS
model <- sparse_arma(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.