预订演示

请注意 : 本帮助页面不适用于最新版本的Enterprise Architect. 最新的帮助文档在这里.

前页 后页

gdtr

Gamma distribution function.

SYNOPSIS:

double a, b, x, y, gdtr();
y = gdtr(a, b, x);

DESCRIPTION:

Returns the integral from zero to x of the gamma probability density function:

x
b -
a | | b-1 -at
y = ----- | t e dt
- | |
| (b) -
0

The incomplete gamma integral is used, according to the relation:

y = igam(b, ax).


ACCURACY:

See igam().

ERROR MESSAGES:

message condition value returned
domain x < 0 0.0