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).

μ\mu is mean and σ\sigma is the standard deviation

Courtesy: Wikipedia

The mean and standard deviation of a dataset can be computed with the functions mean and std of the numpy package.

Get hands-on with 1200+ tech skills courses.