Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Python
numpy normal distribution
Ron Gordon
Programming language:
Python
2021-07-08 20:34:32
0
Q:
numpy normal distribution
MamaMia
Code:
Python
2021-06-23 22:33:13
>>>
mu, sigma =
0
,
0.1
# mean and standard deviation
>>>
s = np.random.normal(mu, sigma,
1000
)
2
Tags
distribution
Related
numpy transpose
numpy standard deviation
distribution analysis pandas
norm complex numpy
numpy how to calculate variance
python random from normal distribution
numpy calculate standard deviation
cumulative percentaile pandas
numpy how to find percentiles
Generate random numbers following Poisson distribution, Geometric Distribution, Uniform Distribution, and Normal Distribution, and plot them
cumulative frequency for python dataframe
normal distribution curve in python
Compute the variance of this RDD’s elements
New to Communities?
Join the community