This course, taught by Prof.Jerzy in NYU, applies the R programming language to momentum trading, statistical arbitrage (pairs trading), and other active portfolio management strategies. The course implements volatility and price forecasting models, asset pricing and factor models, and portfolio optimization. The course applies machine learning techniques, such as backtesting (cross-validation) and parameter regularization (shrinkage).
This course, taught by Prof.Jerzy in NYU, applies the R programming language to momentum trading, statistical arbitrage (pairs trading), and other active portfolio management strategies. The course implements volatility and price forecasting models, asset pricing and factor models, and portfolio optimization. The course applies machine learning techniques, such as backtesting (cross-validation) and parameter regularization (shrinkage).
Although it mainly talks about some frequently-used package in R, it also covers some advanced financial topic, eg. calculate the time series of returns from the time series of principal components with the largest eigenvalues which sum up to at least 80% of the total variance.