Is it the formulation right?

lab of week one.

4.2 Gaussian PDF

You will need to implement the PDF for the Gaussian Distribution. The PDF for 𝑋� if π‘‹βˆΌNormal(πœ‡,𝜎)�∼Normal(οΏ½,οΏ½) is given by:

𝑓(π‘₯;πœ‡,𝜎)=12𝜎2πœ‹βŽ―βŽ―βŽ―βŽ―βˆšπ‘’βˆ’12(π‘₯βˆ’πœ‡πœŽ)2

use the given formula get 1/2 of values of scipy norm pdf.

Hi! Thanks for noticing it. It is indeed an error. That 1/2 should not be in the formula.

If you open and close the assignment, you should see the fixed version.

Thanks,
Lucas