Understanding the normal distribution

The normal distribution is the core of inferential statistics. It is like a bell curve (also called a Gaussian curve). Most of the complex processes can be defined by the normal distribution.

Let's see what a normal distribution looks like. First, we will import the necessary packages. We are including RDatasets now, but will be using it later:

Understanding the normal distribution

We first set the seed and then explore the normal function:

Understanding the normal distribution

As per the warning given, we can also use fieldnames instead of names. It is recommended to use fieldnames ...

Get Julia for Data Science now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.