Description Usage Arguments Examples
Sparse AR Model with Auto-Selected Coefficients
1 | sparse_ar(x, p_max = 30, pct_ci = 0.95, margin = 0)
|
x |
A time series object |
p_max |
The maximum number of coefficients to be compute |
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_ma(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.