Skip to content

Instantly share code, notes, and snippets.

@ShuaiGuo16
Created January 13, 2021 10:11
Show Gist options
  • Save ShuaiGuo16/8263f42339615d51ae156d9748452397 to your computer and use it in GitHub Desktop.
Save ShuaiGuo16/8263f42339615d51ae156d9748452397 to your computer and use it in GitHub Desktop.
Packages
# Data analysis
import pandas as pd
import numpy as np
# Simulate SIR model
from scipy.integrate import odeint
# Sampling
from pyDOE import lhs
from scipy.stats.distributions import norm
# Visualization
import seaborn as sns
import matplotlib.pyplot as plt
# Animation creation
from matplotlib import animation
from IPython.display import HTML
from celluloid import Camera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment