Question: In C++, please!! Create a program that takes a real number x as the input (xis of type double) and computes its probability in the
In C++, please!!

Create a program that takes a real number x as the input (xis of type double) and computes its probability in the standard normal distribution. The standard normal distribution is a special case of normal distribution where the mean = 0 and standard deviation = 1. The probability can be computed using its probability density function (PDF) mentioned below. 1 f(x) 27 For use M_PI, and to compute use the function expo. Both M_Pl and expo are available in #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
