Recent Releases of coga
coga - CHANGES IN coga VERSION 1.2.2
MINOR CHANGES
- Updated maintainer email to huchaoran.stat@gmail.com
- C++
Published by ChaoranHu over 2 years ago
coga - 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]'
- C++
Published by ChaoranHu over 2 years ago
coga - CHANGES IN coga VERSION 1.2.0
MINOR CHANGES
- Provided appropriate PKGNAME-package \alias as per "Documenting packages" in R-exts.
- C++
Published by ChaoranHu almost 3 years ago
coga - 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.
- C++
Published by ChaoranHu over 6 years ago
coga - 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.
- C++
Published by ChaoranHu about 8 years ago
coga - 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.
- C++
Published by ChaoranHu over 8 years ago
coga - CHANGES IN coga VERSION 0.2.1
MINOR CHANGES
Rename variable
suntostarn, in order to meet the requirement of solaris.Remove
RcppGSLfrom import.
- C++
Published by ChaoranHu almost 9 years ago
coga - 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.
- C++
Published by ChaoranHu almost 9 years ago
coga - 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.
- C++
Published by ChaoranHu about 9 years ago