API Reference¶
This page lists contains a list of the essential end-user API functions and classes.
Volatility Modeling¶
High-level¶
| Initialization of common ARCH model specifications |
Mean Specification¶
| Constant mean model estimation and simulation. |
| Model with zero conditional mean estimation and simulation |
| Heterogeneous Autoregression (HAR), with optional exogenous regressors, model estimation and simulation |
| Autoregressive model with optional exogenous regressors estimation and simulation |
| Least squares model estimation and simulation |
Volatility Process Specification¶
| GARCH and related model estimation |
| EGARCH model estimation |
| Heterogeneous ARCH process |
| FIGARCH model |
| MIDAS Hyperbolic ARCH process |
| Exponentially Weighted Moving-Average (RiskMetrics) Variance process |
| RiskMetrics 2006 Variance process |
Constant volatility process | |
| Fixed volatility process |
Shock Distributions¶
| Standard normal distribution for use with ARCH models |
| Standardized Student's distribution for use with ARCH models |
| Standardized Skewed Student's distribution for use with ARCH models |
| Generalized Error distribution for use with ARCH models |
Unit Root Testing¶
| Augmented Dickey-Fuller unit root test |
| Elliott, Rothenberg and Stock's GLS version of the Dickey-Fuller test |
| Phillips-Perron unit root test |
| Zivot-Andrews structural-break unit-root test |
| Variance Ratio test of a random walk. |
| Kwiatkowski, Phillips, Schmidt and Shin (KPSS) stationarity test |
Cointegration Testing¶
| Test for cointegration within a set of time series. |
| Test for cointegration within a set of time series. |
Cointegrating Relationship Estimation¶
| Canonical Cointegrating Regression cointegrating vector estimation. |
| Dynamic OLS (DOLS) cointegrating vector estimation |
| Fully Modified OLS cointegrating vector estimation. |
Bootstraps¶
| Bootstrap using uniform resampling |
| Bootstrap where each input is independently resampled |
| Politis and Romano (1994) bootstrap with expon distributed block sizes |
| Bootstrap using blocks of the same length with end-to-start wrap around |
| Bootstrap using blocks of the same length without wrap around |
Block-length Selection¶
Estimate optimal window length for time-series bootstraps |
Testing with Multiple-Comparison¶
| Test of Superior Predictive Ability (SPA) of White and Hansen. |
| Model Confidence Set (MCS) of Hansen, Lunde and Nason. |
| StepM multiple comparison procedure of Romano and Wolf. |
Long-run Covariance (HAC) Estimation¶
| Bartlett's (Newey-West) kernel covariance estimation. |
| Parzen's kernel covariance estimation. |
| Parzen's Cauchy kernel covariance estimation. |
| Parzen's Geometric kernel covariance estimation. |
| Parzen-Reisz kernel covariance estimation. |
| Quadratic-Spectral (Andrews') kernel covariance estimation. |
| Tukey-Hamming kernel covariance estimation. |
| Tukey-Hanning kernel covariance estimation. |
| Tukey-Parzen kernel covariance estimation. |