Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: distribs
See also: pdfgammaif cdfgamma

Quantlet: cdfgammaif
Description: returns the values of the gamma cummulative distribution function with parameters alpha and (1/beta) for the elements of an array.

Reference(s):

Usage: y = cdfgammaif (x, alpha, beta {, control})
Input:
x array, input arguments
alpha scalar, parameter from gamma distribution
beta scalar, parameter from gamma distribution
control scalar, optional, if distribution parameters are out of the range: either error message is displayed (if control=0 - default) or values close to the boundary are used (if control<>0)
Output:
y array, cdf values

Example:
library("xplore")
library("distribs")
cdfgammaif(#(0.1,0.7)~#(1,-1),3,2,1)

Result:
Contents of cdfgammaif
[1,]  0.0011485  0.32332
[2,]   0.1665        0



Author: A. Misiorek, 20041110 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006