Grocer >> Supplementary distibution functions > stdn_pdf
stdn_pdf
Student distribution
PARAMETERS
- Input
* x = variable matrix (nxm)
- Output
* pdf = (nxm) vector containing pdf for each x
DESCRIPTION
Computes the standard normal probability density for each component of x with mean=0, variance=1.
EXAMPLE
x= stdn_pdf([1 2 3 6]') |  |  | |
AUTHOR
Eric Dubois 2002