exuber (version 0.3.0)

crit: Simulated Monte Carlo critical values

Description

A dataset containing simulated critical values for up to 600 observations based on default minimum window. The critical values have been simulated and stored as data to save computation time for the user. The stored critical values can be obtained with the mc_cv() function, using the seed = 123.

Usage

crit

Arguments

Format

A list with lower level lists that contain

adf_cv:

Augmented Dickey-Fuller

badf_cv:

Backward Augmented Dickey-Fuller

sadf_cv:

Supremum Augmented Dickey-Fuller

bsadf_cv:

Backward Supremum Augmented Dickey-Fuller

gsadf_cv:

Generalized Supremum Augmented Dickey Fuller

Examples

Run this code
# NOT RUN {
all.equal(crit[[50]], mc_cv(50, seed = 123))
# }

Run the code above in your browser using DataLab