http://en.wikipedia.org/wiki/Exponential_smoothing
When estimating parameters from time series data, it can often be a challenge to determine what data points are relevant and which are not. Exponential smoothing assigns exponentially decreasing weights over time, so more recent data points are weighted more heavily when a parameter is being estimated. We use exponential smoothing in our estimation of the covariances between assets. As covariances have been shown to be time-varying, we can improve our empirical analysis by smoothing.
The algorithm builds on the following Global Minimum Variance portfolio algorithm: https://www.quantopian.com/posts/global-minimum-variance-portfolio, achieving a lower beta, volatility, and maximum drawdown.
Ryan