Guest Post by Luis Cruz A Quantitative Analysis of Volatility and Market Fundamentals for Trading in the Options Market Using Statistical Arbitrage Introduction In the last few decades, there has been an astonishing demand in the market for derivatives. Options are a very powerful tool for investors and traders. They are complex financial derivatives that … Continue reading A Quantitative Analysis of Volatility and Market Fundamentals for Trading in the Options Market Using Statistical Arbitrage
Category: Statistics
Training a Perceptron Model in Python
I recently started reading the book Python Machine Learning by Sebastian Raschka. As I go through the book, I plan on doing a series of posts that will outline what I learn along the way. This post outlines the first chapter, "Training Machine Learning Algorithms for Classification". Specifically, the chapter dives into using a Perceptron … Continue reading Training a Perceptron Model in Python