VectorAutoregressions.jl
VectorAutoregressions.jl copied to clipboard
Add stability check
Suggestion: add a method that checks eigenvalues and returns whether VAR is stable.
From browsing the code quickly there's already a function that generates the companion form, so it'll be simple to implement.
If you want, I can add it myself and make a PR