Normal Continuous Random Variables
In this lesson, we will learn about normal distribution.
We'll cover the following
Normal distribution
The most common probability distribution is probably the Normal distribution. Random numbers from a Normal distribution may be generated with the normal
function in the random
subpackage of numpy
, where the keyword loc
is the mean (default is 0) and scale
is the standard deviation (default is 1).
is mean and is the standard deviation
Courtesy: WikipediaThe mean and standard deviation of a dataset can be computed with the functions mean
and std
of the numpy package.
Get hands-on with 1400+ tech skills courses.