ThresholdStability.jl

Stability Tools for Threshold Vector Autoregressive Models
Author samwycherley
Popularity
3 Stars
Updated Last
1 Year Ago
Started In
August 2021

ThresholdStability

Dev Build Status Coverage

A Julia package implementing techniques to determine the stability of discrete-time threshold vector autoregressive (TVAR) models such as censored and kinked vector autoregressive models (CKSVAR).

Resources

Installation

ThresholdStability.jl requires Julia v1.0 or later. Julia can be downloaded here.

To install, use

Pkg.add("ThresholdStability")

or from the REPL, type

] add ThresholdStability

To test the package once installed, use

Pkg.test("ThresholdStability")

or from the REPL,

] test ThresholdStability

Testing after installation is recommended.

Dependencies

The package relies on a number of other packages, most importantly

All dependent packages are automatically installed when installing ThresholdStability.

For troubleshooting, consulting the documentation of these packages may be helpful, in addition to the documentation for ThresholdStability.jl.