Description Usage Arguments Value
View source: R/recursiveforecast.R
Using a model estimated by bigtime::sparseVAR, this function checks whether the resulting VAR is stable
1 |
mod |
model estimated using bigtime::sparseVAR. Can only be a model with one coefficient vector. Hence, the model must either be estimated using cv=TRUE or by giving a single lambda value |
verbose |
If TRUE, then the actual maximum eigenvalue of the companion matrix will be printed to the console. Default is FALSE |
Returns TRUE if the VAR is stable and FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.