This is a summary of links featured on Quantocracy on Monday, 09/23/2024. To see our most recent links, visit the Quant Mashup. Read on readers!
-
Replicating Pandas exponentially weighted variance [OS Quant]You are most likely familiar with the idea of calculating averages with an exponential weighting. The idea is that you have a higher weight to more recent information. The weights for an exponentially weighted average look like: for . And the exponentially weighted average of a series looks like: You can easily calculate an exponentially weighted moving average in Pandas with:
-
Ornstein-Uhlenbeck Simulation with Python [Quant Start]Some time ago on QuantStart we wrote an article on generating Brownian Motion paths for simulating stock price assets. In this tutorial article we are going to consider a more advanced stochastic process model known as the Ornstein-Uhlenbeck (OU) process that can be used to model time series that exhibit mean reverting behaviour. This is particularly useful for interest rate modelling in
-
Data-driven Approach to Clustering Similar Macroeconomic Regimes [Alpha Architect]The research team at Verdad does some of the most interesting and innovative empirical financial research that is consistently rigorous and based on systematic approaches that are implementable and replicable, providing confidence in the findings. In a recent piece, Analogous Market Moments, they focused on how macroeconomic signals can help predict expected returns across asset classes.