[Index for rtools]
[Return to Master Index]
[Return to www.radarworks.com]
RT_gamcdf
(rtools/RT_gamcdf.m)
Function Synopsis
[p,q] = RT_gamcdf(x,mu,shape)
Help text
function [p,q] = RT_gamcdf(x,mu,shape)
Returns the gamma cumulative probability density with parameters
MU and SHAPE at the values in x.
The form used is such that the mean value is MU and larger
SHAPE is closer to a Gaussian distribution.
Q is returned as the complementary value, and is calculated
separately from P via dcdflib. This allows the full range
of realmin < x < realmax to be processed for inversion via
RT_gaminv
Source: see www.mathworld.com, dcdflib
Part of the Matlab Radar Toolbox v0.11 by Glen Davidson at www.radarworks.com
Please acknowledge use of this toolbox in any publication or software.
This header must be retained in any derivative work
Cross-Reference Information
This function is called by
Produced by mat2html on Mon Mar 17 16:14:19 2003
Cross-Directory links are: OFF