Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

Normal distribution functions

PDFNormal(x,mean,sd)

PDFNormal(x,mean,sd) returns the probability density at the value x of the normal distribution with given mean and standard deviation sd.

Calculator

PDFNormal(  ,  ,  

Graph

PDFNormal function

CDFNormal(x,mean,sd)

CDFNormal(x,mean,sd) returns the value at x of the normal cumulative distribution with given mean and standard deviation sd.

Calculator

CDFNormal(  ,  ,  

Graph

CDFNormal function

RndNormal(mean,sd)

RndNormal(mean,sd) returns a random number from the normal distribution with given mean and standard deviation sd

Calculator

RndNormal(  ,  

See also