Book Image

Mastering Python Data Visualization

Book Image

Mastering Python Data Visualization

Overview of this book

Table of Contents (16 chapters)
Mastering Python Data Visualization
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


This chapter discussed typical financial examples and looked at machine learning towards the end. A brief introduction to the deterministic model using gross profit analysis and savings in mortgage payments was discussed.

Using real-world data in the form of options, the implied volatilities of European call options on the VSTOXX volatility index was also discussed. We also looked at Monte Carlo simulation. Using different implementation approaches, we showed simulation methods using the Monte Carlo method, the inventory problem, and a basketball situation.

Further, you learned simulation models (such as geometric Brownian and the diffusion-based simulation) with the example of the stock market model. The chapter also focused on how diffusion can be used to show drift and volatility.

We also looked at Bayesian linear regression and interactive plotting methods that one can choose from. Then, we discussed the k-nearest neighbors algorithm, instance-based learning performance, and the...