Home > freetb4matlab > statistics > jsucdf.m

jsucdf

PURPOSE ^

% For each element of @var{x}, compute the cumulative distribution

SYNOPSIS ^

function cdf = jsucdf (x, alpha1, alpha2)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} jsucdf (@var{x}, @var{alpha1}, @var{alpha2})
% For each element of @var{x}, compute the cumulative distribution
% function (CDF) at @var{x} of the Johnson SU distribution with shape parameters
% @var{alpha1} and @var{alpha2}.
%
% Default values are @var{alpha1} = 1, @var{alpha2} = 1.
% @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