Releases: ChaoranHu/coga
Release list
CHANGES IN coga VERSION 1.2.3
CHANGES IN coga VERSION 1.2.2
MINOR CHANGES
- Updated maintainer email to huchaoran.stat@gmail.com
CHANGES IN coga VERSION 1.2.1
MINOR CHANGES
- Updated 'RcppExports.cpp' to solve 'warning: format string is not a string literal (potentially insecure) [-Wformat-security]'
CHANGES IN coga VERSION 1.2.0
MINOR CHANGES
- Provided appropriate PKGNAME-package \alias as per "Documenting packages" in R-exts.
CHANGES IN coga VERSION 1.1.0
MAJOR CHANGES
- Add function
coga:::dcoga_salvofor research purpose (Di Salvo, 2008).
MINOR CHANGES
- Add coga paper into CITATION and README.md.
CHANGES IN coga VERSION 1.0.0
MAJOR CHANGES
-
The completed version with clear and informative documents.
-
Re-document whole package, including object documentation, vignette and etc.
CHANGES IN coga VERSION 0.2.2
MAJOR CHANGES
-
Rewrite function
dcoga2dimandpcoga2dimto make it faster and more robust. -
Rewrite function
dcogato make it can handle wider ranges of parameters and x. -
Add new function
dcoga_approxandpcoga_approxfor approximation method, that can impove the speed of code under three or more variables case.
MINOR CHANGES
-
Remove
microbenchmarkfrom Suggests according to the requirement from CRAN. -
Move vignette to inst in order to pass the cran check with devel R.
CHANGES IN coga VERSION 0.2.1
MINOR CHANGES
-
Rename variable
suntostarn, in order to meet the requirement of solaris. -
Remove
RcppGSLfrom import.
CHANGES IN coga VERSION 0.2.0
MAJOR CHANGES
-
Create 'coga.h' and 'coga_RcppExports.h' to make C++ code can be called directly.
-
Modify parameter shape and rate recycling work. When the length of one parameter is not a multiple of another,
dcoga,pcoga, andrcogawill return a warning. -
Add functions,
dcoga2dim, andpcoga2dim, in order to achieve higher performance under situation of convolution of two gamma distributions. -
Add function,
pcoga2dim_diff_shape, in order to implementing the recurrence identity of shape parameter of convolution of two gamma distributions distribution function.
MINOR CHANGES
-
Update CRAN URL and BugReport URL from bitbucket to github.
-
Update Vignette.
CHANGES IN coga VERSION 0.1.0
The first version of coga providing dcoga for density function of convolution of gamma distributions, pcoga for distribution function of convolution of gamma distributions, and rcoga for simulating sample from convolution of gamma distributions.