Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 2.04 KB

README.md

File metadata and controls

44 lines (36 loc) · 2.04 KB

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.