Home > NaN > normpdf.m

normpdf

PURPOSE ^

NORMPDF returns normal probability density

SYNOPSIS ^

function p = normpdf(x,m,s);

DESCRIPTION ^

 NORMPDF returns normal probability density 

 pdf = normpdf(x,m,s);

 Computes the PDF of a the normal distribution 
    with mean m and standard deviation s
    default: m=0; s=1;
 x,m,s must be matrices of same size, or any one can be a scalar. 

 see also: NORMCDF, NORMINV

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:02:45 by m2html © 2003