Skip to content

Instantly share code, notes, and snippets.

View pcuestas's full-sized avatar

Pablo Cuesta Sierra pcuestas

  • Zurich
View GitHub Profile
@pcuestas
pcuestas / mathematics-for-new-technologies-in-finance-project.ipynb
Created April 26, 2025 15:02
Mathematics for New Technologies in Finance Project.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
"""
Possible usages:
python time_mult.py | python plot_time_mult.py
cat results.json | python plot_time_mult.py
"""
import sys
import matplotlib.pyplot as plt
import pandas as pd
import json