Skip to content

Instantly share code, notes, and snippets.

View xkianteb's full-sized avatar

Kianté Brantley xkianteb

View GitHub Profile
@xkianteb
xkianteb / hoeffding.py
Last active February 21, 2022 22:21
Hoeffding Inequality
import numpy as np
import pandas as pd
import numpy as np
import multiprocessing as mp
import scipy.stats as stats
import matplotlib.pyplot as plt
import matplotlib.pyplot as plt
from matplotlib import pyplot
from matplotlib.colors import ListedColormap