23 Birthday probability problem
23 Birthday probability problem#
%%html
<iframe width="700" height="400" src="https://www.youtube.com/embed/9G0w61pZPig/" frameborder="0" allowfullscreen></iframe>
import numpy as np
import pandas as pd
from pandas import Series, DataFrame
import matplotlib.pyplot as plt
import seaborn as sns
from scipy import stats, special
d = special.perm(365, 30) / (365 ** 30)
1 - d
0.7063162427192686