PDF
Evaluates the standard normal probability density function.
Controller:
CodeCogs
Interface
#include <codecogs/statistics/distributions/continuous/stdnormal/pdf.h>
using namespace Stats::Dists::Continuous::StdNormal;
| double | PDF (double x)[inline]
Evaluates the standard normal probability density function. |
These functions are available for Microsoft Excel (
Login to download):
| Real | cc_stdnormalPDF (Real x) |
Use the following HTML code to embed the calculators within other websites:
| Name | HTML Code |
|---|
PDF
Evaluates the standard normal probability density function. | |
PDF
This Evaluates the standard normal probability density function:
which has the following form:

Example 1
#include <iostream>
#include <codecogs/stats/dists/continuous/stdnormal/pdf.h>
int main()
{
std::cout << "standard normal PDF (2.7) = ";
std::cout << Stats::Dists::Continuous::StdNormal::PDF(2.7) << std::endl;
return 0;
}
Output:
standard normal PDF (2.7) = 0.0104209
Parameters
| x | The point on the curve to evaluate |
Authors
- Lucian Bentea (September 2005)
Source Code
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.
You must login to leave a messge