Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created May 12, 2021 06:27
Importing the libraries
# Data manipulation
import numpy as np
import pandas as pd
# To plot
import matplotlib.pyplot as plt
import seaborn
# BS Model
import mibian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment