Home > freetb4matlab > statistics > distributions > tinv.m

tinv

PURPOSE ^

% For each probability value @var{x}, compute the inverse of the

SYNOPSIS ^

function inv = tinv (x, n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} tinv (@var{x}, @var{n})
% For each probability value @var{x}, compute the inverse of the
% cumulative distribution function (CDF) of the t (Student)
% distribution with degrees of freedom @var{n}.  This function is
% analogous to looking in a table for the t-value of a single-tailed
% distribution.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

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