LYYLM2019 / ARCHModels.jl

A Julia package for estimating ARMA-GARCH models.

Home Page:https://juliaeconometrics.wordpress.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status (Linux, OSX) Build status (Windows) Coverage (coveralls) Coverage (codecov) Docs (stable) Docs (dev)

The ARCHModels Package for Julia

ARCH (Autoregressive Conditional Heteroskedasticity) models are a class of models designed to capture a feature of financial returns data known as volatility clustering, i.e., the fact that large (in absolute value) returns tend to cluster together, such as during periods of financial turmoil, which then alternate with relatively calmer periods. This package provides efficient routines for simulating, estimating, and testing a variety of GARCH models.

Installation

ARCHModels is a registered Julia package. To install it in Julia 1.0 or later, do

add ARCHModels

in the Pkg REPL mode (which is entered by pressing ] at the prompt).

Documentation

The extensive documentation is available here.

Acknowledgements

This project has received funding from the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation program (grant agreement No. 750559).

About

A Julia package for estimating ARMA-GARCH models.

https://juliaeconometrics.wordpress.com/

License:Other


Languages

Language:Julia 100.0%