SciPy - Statistical Functions (scipy.stats) Basics
Identify the error in this code snippet:
from scipy.stats import poisson rv = poisson(4) prob = rv.pmf(3) print(prob)
from scipy.stats import poisson rv = poisson(4) prob = rv.pmf(3) print(prob)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions