GAMMA3: Three-Parameter Gamma Distribution (also known as Pearson type III distribution)
Description
Density, distribution function, quantile function and random generation for the 3-parameter gamma distribution with shape, scale, and threshold (or shift) parameters equal to shape, scale, and thres, respectively.
logical; if TRUE, probabilities p are given as log(p).
lower.tail
logical; if TRUE (default), probabilities are P[X <= x],otherwise, P[X > x].
Value
dgamma3 gives the density, pgamma3 gives the distribution function, qgamma3 gives the quantile function, and rgamma3 generates random deviates.
Details
If Y is a random variable distributed according to a gamma distribution (with shape and scale parameters), then X = Y+m has a
3-parameter gamma distribution with the same shape and scale parameters, and with threshold (or shift) parameter m.
References
Bobee, B. and F. Ashkar (1991). The Gamma Family and Derived Distributions Applied in Hydrology. Water Resources Publications, Littleton, Colo., 217 p.