Statistical Functions

<< Click to Display Table of Contents >>

Navigation:  Using SMILE Wrappers > Equations reference >

Statistical Functions

Erf(x)

Returns error function ((also called the Gauss error function, inverse of the Normal PDF), e.g., Erf(1.0)=0.842701.

NormalPDF(x, mu, sigma)

Returns the value of PDF for the normal distribution given by mu and sigma at x.

NormalCDF(x, mu, sigma)

Returns the value of CDF for the normal distribution given by mu and sigma at x.