Home > freetb4matlab > deprecated > weibull_pdf.m

weibull_pdf

PURPOSE ^

% Compute the probability density function (PDF) at @var{x} of the

SYNOPSIS ^

function pdf = weibull_pdf (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} weibull_pdf (@var{x}, @var{shape}, @var{scale})
% Compute the probability density function (PDF) at @var{x} of the
% Weibull distribution with shape parameter @var{scale} and scale
% parameter @var{shape} which is given by
%
% @example
%    scale * shape^(-scale) * x^(scale-1) * exp(-(x/shape)^scale)
% @end example
%
% @noindent
% for @var{x} > 0.
% @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