Description Usage Arguments Details Value Author(s) Examples
Returns a data frame of unit root tests and time series features
1 | gen_features(bank, cval = 0.05, run_par = TRUE)
|
bank |
A list of time series objects constructed by gen_bank function |
cval |
A critical value as a p-value |
run_par |
Boolean indicating whether to compute in parallel. |
Returns a set of commonly used time series statistical tests and time series features.
Returns a list object of time series objects with their attributes.
A data frame
Gary Cornwall and Jeffrey Chen
1 2 3 4 5 6 7 8 9 10 | #Create simulated time series using Enders 1
new_series <- gen_bank(iter = 300,
dgp_params = list(dgp = "dgp_enders1",
periods = 100,
sd = 1,
alpha0 = 1,
alpha2 = .005,
gamma = 1))
#Generate features
feat <- gen_features(bank = new_series)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.