Beta-t-EGARCH models — PyFlux 0.4.7 documentation
pyflux.readthedocs.io › en › latestBeta-t-EGARCH models were proposed by Harvey and Chakravarty (2008). They extend upon GARCH models by using the conditional score of a t-distribution drive the conditional variance. This allows for increased robustness to outliers through a ‘trimming’ property of the t-distribution score. Their formulation also follows that of an EGARCH ...
Introduction — PyFlux 0.4.7 documentation
pyflux.readthedocs.io › en › latestPyFlux is a library for time series analysis and prediction. Users can choose from a flexible range of modelling and inference options, and use the output for forecasting and retrospection. Users can build a full probabilistic model where the data y and latent variables (parameters) z are treated as random variables through a joint probability ...
Introduction — PyFlux 0.4.7 documentation
https://pyflux.readthedocs.io/en/latestPyFlux is a library for time series analysis and prediction. Users can choose from a flexible range of modelling and inference options, and use the output for forecasting and retrospection. Users can build a full probabilistic model where the data y and latent variables (parameters) z are treated as random variables through a joint probability ...
pyflux · PyPI
https://pypi.org/project/pyflux16.06.2017 · Mar 18, 2016. Download files. Download the file for your platform. If you're not sure which to choose, learn more about installing packages. Files for pyflux, version 0.4.15. Filename, size. File type. Python version. Upload date.
GARCH models — PyFlux 0.4.7 documentation
pyflux.readthedocs.io › en › latestBollerslev (1986) extended the model by including lagged conditional volatility terms, creating GARCH models. Below is the formulation of a GARCH model: y t ∼ N ( μ, σ t 2) σ t 2 = ω + α ϵ t 2 + β σ t − 1 2. We need to impose constraints on this model to ensure the volatility is over 1, in particular ω, α, β > 0.
pyflux/garch.py at master · RJT1990/pyflux · GitHub
github.com › blob › masterField to specify how many GARCH terms the model will have. Field to specify how many ARCH terms the model will have. Specifies which column name or array index to use. By default, first. column/array will be selected as the dependent variable. self. max_lag = max ( self. p, self. q) self. model_name = "GARCH (" + str ( self. p) + "," + str ( self.