SciPy - Statistical Functions (scipy.stats) Basics
How would you generate 1000 random samples from a normal distribution with mean 10 and standard deviation 2 using scipy?
rvs() generates random variates (samples).loc=10, scale=2, and size=1000 for sample count.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions