Home > NaN > normcdf.m

normcdf

PURPOSE ^

NORMCDF returns normal cumulative distribtion function

SYNOPSIS ^

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

DESCRIPTION ^

 NORMCDF returns normal cumulative distribtion function

 cdf = normcdf(x,m,s);

 Computes the CDF 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: NORMPDF, NORMINV

CROSS-REFERENCE INFORMATION ^

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