Package: coga Title: Convolution of Gamma Distributions Version: 1.2.3 Date: 2026-03-06 Authors@R: c( person("Chaoran", "Hu", email = "huchaoran.stat@gmail.com", role = c("aut", "cre")), person("Vladimir", "Pozdnyakov", email = "vladimir.pozdnyakov@uconn.edu", role = "ths"), person("Jun", "Yan", email = "jun.yan@uconn.edu", role = "ths")) 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). Depends: R (>= 3.3.0) License: GPL (>= 3.0) Encoding: UTF-8 RoxygenNote: 7.2.3 Suggests: testthat, R.rsp Imports: stats, Rcpp, cubature LinkingTo: Rcpp, RcppGSL VignetteBuilder: R.rsp BugReports: https://github.com/ChaoranHu/coga/issues URL: https://github.com/ChaoranHu/coga NeedsCompilation: yes SystemRequirements: GNU GSL Config/pak/sysreqs: make libgsl0-dev Repository: https://chaoranhu.r-universe.dev Date/Publication: 2026-03-07 01:39:15 UTC RemoteUrl: https://github.com/chaoranhu/coga RemoteRef: HEAD RemoteSha: 613c20ff10d0eed002d2ffccb924867d65548f99 Packaged: 2026-07-05 09:26:07 UTC; root Author: Chaoran Hu [aut, cre], Vladimir Pozdnyakov [ths], Jun Yan [ths] Maintainer: Chaoran Hu