Home > freetb4matlab > statistics > distributions > wblcdf.m

wblcdf

PURPOSE ^

% Compute the cumulative distribution function (CDF) at @var{x} of the

SYNOPSIS ^

function cdf = wblcdf (x, scale, shape)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} wblcdf (@var{x}, @var{scale}, @var{shape})
% Compute the cumulative distribution function (CDF) at @var{x} of the
% Weibull distribution with shape parameter @var{scale} and scale
% parameter @var{shape}, which is
%
% @tex
% $$ 1 - \exp(-(x/shape)^{scale}) $$
% for $x\geq 0$.
% @end tex
% @ifnottex
% @example
% 1 - exp(-(x/shape)^scale)
% @end example
% for @var{x} >= 0.
% @end ifnottex
% @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