SciPy - Statistical Functions (scipy.stats) Basics
Find the error in this code snippet:
from scipy.stats import norm prob = norm.pdf(1, mean=0, scale=1) print(prob)
from scipy.stats import norm prob = norm.pdf(1, mean=0, scale=1) print(prob)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions