Home > NaN > tcdf.m

tcdf

PURPOSE ^

TCDF returns student cumulative distribtion function

SYNOPSIS ^

function p = tcdf(x,n);

DESCRIPTION ^

 TCDF returns student cumulative distribtion function

 cdf = tcdf(x,DF);

 Computes the CDF of the students distribution 
    with DF degrees of freedom 
 x,DF must be matrices of same size, or any one can be a scalar. 

 see also: NORMCDF, TPDF, TINV

CROSS-REFERENCE INFORMATION ^

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