Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created May 12, 2021 06:27

Revisions

  1. quantra-go-algo created this gist May 12, 2021.
    10 changes: 10 additions & 0 deletions Importing the libraries.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    # Data manipulation
    import numpy as np
    import pandas as pd

    # To plot
    import matplotlib.pyplot as plt
    import seaborn

    # BS Model
    import mibian