Recover Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttp://yahoo.com/
get GPL
COST (GBP)
this unit 1.40
sub units 0.00
add licence
0

PDF

Evaluates the standard normal probability density function.
Controller: CodeCogs

buy now get GPL add to cart

Interface

C++
Excel
HTML

PDF

 
doublePDFdoublex )[inline]
This Evaluates the standard normal probability density function: which has the following form:

1/stdnormal_pdf-378.png
+

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

xThe 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.


 

Page Comments

 
 Format Excel Equations

  You must login to leave a messge