Plotting a Gaussian normal curve with Python and Matplotlib
In the previous post, we calculated the area under the standard normal curve using Python and the erf()
function from the math
module in Python's Standard Library. In this post, we will construct a plot that illustrates the standard normal curve and the area we calculated. To build the Gaussian …