Name

norm_pdf — normal distribution

CALLING SEQUENCE

[pdf]=norm_pdf(x,m,v)

PARAMETERS

Input

• x = variable vector (rxc)

• m = mean vector (default=0)

• v = variance vector (default=1)

Output

• pdf = (rxc) vector containing pdf for each value of x

DESCRIPTION

Computes the normal probability density function for each component of x with mean m, variance v.

EXAMPLE

x=norm_pdf([1 2; 3 4])

               

AUTHOR

Eric Dubois 2002