Statistics/Normal distribution: Difference between revisions

Content added Content deleted
mNo edit summary
Line 4: Line 4:


;The task:
;The task:
# Take a uniform random number generator and create a large (you decide how large) set of numbers that follow a normal (Gaussian) distribution. Calculate the dataset's mean and stddev, and show the histogram here.
# Take a uniform random number generator and create a large (you decide how large) set of numbers that follow a normal (Gaussian) distribution. Calculate the dataset's mean and standard deviation, and show a histogram of the data.
# Mention any native language support for the generation of normally distributed random numbers.
# Mention any native language support for the generation of normally distributed random numbers.