Name
stdn_pdf — Student distribution
CALLING SEQUENCE
[pdf]=stdn_pdf(x)
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]')