Command Reference
:
Function Reference
:
Function Reference: D
@dnorm
Element Functions
Standard normal probability density.
Syntax:
@dnorm
(
x)
x
: number
Return: number
Evaluates the probability density function,
Examples
= @dnorm(0)
returns 0.39894....
Cross-references
See also
@cnorm
,
@logcnorm
,
@qnorm
, and
@rnorm
.