So, in the above code, we first generate X values within the range [5, 15]. Then, we generate the corresponding Y values as per the normal distribution with mu = 10 and sigma = 2.
After that, we plot the X and Y values using the matplotlib module. The corresponding plot will look like the following:









































0 Comments