Description Usage Arguments Value Author(s) Examples
Apply ML-based hypothesis test to a bank of time series
1 2 3 4 5 6 7 8 9 10 |
bank |
List object with at least one time series |
pvalue |
A numeric value indicating the desired p-value. (Default = 0.05) To retrieve the best accuracy, enter "-9999". |
custom_model |
A unitrootML model object with a custom-trained model. Note that a custom model is used only when original is set to TRUE and a unitrootML model object is supplied. (Default = NULL) |
original |
Boolean indicating whether to use default model or a custom model. The default model is a gradient boost model with a sensitivity rated at 0.924 and specificity rated at 0.952. (Default = TRUE) |
verdicts |
Integer indicating whether to (1) report only ML model verdicts, (2) both ML and test statistic verdicts based on thresholds calibrated from selected cost ratio. (Default = 1) |
run_par |
Boolean indicating whether to compute in parallel (Default = TRUE). |
num_cores |
Number of logical cores to use for parallel processing. -9999 indicates maximum allowed minus one. Otherwise, provide an integer. (Default = -9999). |
fanfare |
Boolean indicating whether to print results (Default = FALSE). |
A unitrootML object containing test results
Gary Cornwall and Jeffrey Chen
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.