All Projects → s-broda → ARCHModels.jl

s-broda / ARCHModels.jl

Licence: other
A Julia package for estimating ARMA-GARCH models.

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to ARCHModels.jl

armagarch
ARMA-GARCH
Stars: ✭ 59 (-6.35%)
Mutual labels:  timeseries, econometrics, garch
Math Php
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Stars: ✭ 2,009 (+3088.89%)
Mutual labels:  finance, regression
Data Science Portfolio
A Portfolio of my Data Science Projects
Stars: ✭ 149 (+136.51%)
Mutual labels:  finance, regression
FixedEffectjlr
R interface for Fixed Effect Models
Stars: ✭ 20 (-68.25%)
Mutual labels:  regression, econometrics
Arch
ARCH models in Python
Stars: ✭ 660 (+947.62%)
Mutual labels:  finance, arch
Msgarch
MSGARCH R Package
Stars: ✭ 51 (-19.05%)
Mutual labels:  finance, arch
Microeconometrics.jl
Microeconometric estimation in Julia
Stars: ✭ 30 (-52.38%)
Mutual labels:  regression, econometrics
hdfe
No description or website provided.
Stars: ✭ 22 (-65.08%)
Mutual labels:  regression, econometrics
econtools
Econometrics and data manipulation functions.
Stars: ✭ 96 (+52.38%)
Mutual labels:  regression, econometrics
fhub
Python client for Finnhub API
Stars: ✭ 31 (-50.79%)
Mutual labels:  finance, timeseries
Deepdow
Portfolio optimization with deep learning.
Stars: ✭ 297 (+371.43%)
Mutual labels:  finance, timeseries
optlib
A library for financial options pricing written in Python.
Stars: ✭ 166 (+163.49%)
Mutual labels:  finance, volatility
Remixautoml
R package for automation of machine learning, forecasting, feature engineering, model evaluation, model interpretation, data generation, and recommenders.
Stars: ✭ 159 (+152.38%)
Mutual labels:  timeseries, regression
Indicators.jl
Financial market technical analysis & indicators in Julia
Stars: ✭ 130 (+106.35%)
Mutual labels:  finance, timeseries
PartialLeastSquaresRegressor.jl
Implementation of a Partial Least Squares Regressor
Stars: ✭ 31 (-50.79%)
Mutual labels:  julia-language, regression
Morpheus Core
The foundational library of the Morpheus data science framework
Stars: ✭ 203 (+222.22%)
Mutual labels:  finance, regression
MachineLearning
Machine learning for beginner(Data Science enthusiast)
Stars: ✭ 104 (+65.08%)
Mutual labels:  timeseries, regression
Metida.jl
Julia package for fitting mixed-effects models with flexible random/repeated covariance structure.
Stars: ✭ 19 (-69.84%)
Mutual labels:  regression, statistical-models
priceR
Economics and Pricing in R
Stars: ✭ 32 (-49.21%)
Mutual labels:  finance, econometrics
HurdleDMR.jl
Hurdle Distributed Multinomial Regression (HDMR) implemented in Julia
Stars: ✭ 19 (-69.84%)
Mutual labels:  regression

version Docs (stable) Docs (dev) Build status (Linux, MacOS) Build status (Windows) Coverage (codecov) pkgeval DOI

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.

Citation

If you use this package in your research, please consider citing our paper.

Acknowledgements

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No 750559.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].