Learn R Programming

coga (version 1.2.2)

Convolution of Gamma Distributions

Description

Evaluation for density and distribution function of convolution of gamma distributions in R. Two related exact methods and one approximate method are implemented with efficient algorithm and C++ code. A quick guide for choosing correct method and usage of this package is given in package vignette. For the detail of methods used in this package, we refer the user to Mathai(1982), Moschopoulos(1984), Barnabani(2017), Hu et al.(2020).

Copy Link

Version

Install

install.packages('coga')

Monthly Downloads

335

Version

1.2.2

License

GPL (>= 3.0)

Issues

Pull Requests

Stars

Forks

Maintainer

Chaoran Hu

Last Published

January 10th, 2024

Functions in coga (1.2.2)

pcoga2dim_diff_shape

Recurrence Identity of Shape Parameter for pcoga2dim
coga

coga: Convolution of independent Gamma Distributions
dcoga

Convolution of Gamma Distributions (Exact Method).
dcoga2dim

Convolution of Two Gamma Distributions (Exact Method).
dcoga_approx

Convolution of Gamma distribuitons (Approximation Method)