SciPy - Statistical Functions (scipy.stats) Basics
What is the output of this code?
from scipy.stats import poisson rv = poisson(3) print(round(rv.pmf(2), 4))
from scipy.stats import poisson rv = poisson(3) print(round(rv.pmf(2), 4))
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions