<< logt_rnd Supplementary distibution functions norm_rnd >>

Grocer >> Supplementary distibution functions > norm_pdf

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

Report an issue
<< logt_rnd Supplementary distibution functions norm_rnd >>