Category: ECONOMETRICS

Econometrics and Data Science

Data science and machine learning have allowed analysts to process data at more efficient rates. Due to the abundance of tools at disposal currently, the process has become much straightforward. Data science has contributed to many other fields, including economics. More particularly, it has enhanced how analysts use econometrics to …

An Application of Volatility Estimators

Volatility estimators are a useful tool in volatility trading and risk management. We have discussed several types of volatility estimators, ranging from the simple Close-to-Close Historical Volatility to more complex ones like the Garman-Klass-Yang-Zhang volatility. As discussed in Reference , volatility estimators can also be used directly in delta-one trading …

What is Econometrics And Its Importance?

We have previously presented the application of econometric techniques such as ARIMA and GARCH for estimating volatility, time series analysis for identifying trending/mean-reverting properties of stock indices. In this article, we are going to look into what econometrics is and its importance. Several theories or models explain how economics works. …

Forecasting Volatility with GARCH Model-Volatility Analysis in Python

In a previous post, we presented an example of volatility analysis using Close-to-Close historical volatility. In this post, we are going to use the Generalized Autoregressive Conditional Heteroskedasticity (GARCH) model to forecast volatility. In econometrics, the autoregressive conditional heteroscedasticity (ARCH) model is a statistical model for time series data that …

Garman-Klass-Yang-Zhang Historical Volatility Calculation – Volatility Analysis in Python

In the previous post, we introduced the Garman-Klass volatility estimator that takes into account the high, low, open, and closing prices of a stock. In this installment, we present an extension of the Garman-Klass volatility estimator that also takes into consideration overnight jumps. Garman-Klass-Yang-Zhang (GKYZ) volatility estimator consists of using …