14 Probability & combinations (2 of 2)#

%%html
<iframe width="700" height="400" src="https://www.youtube.com/embed/W7DmsJKLoxc/" frameborder="0" allowfullscreen></iframe>
import itertools
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

khanacademy

Probability & combinations (2 of 2) fig 1

special.comb(5, 3)
10.0