Skip to content

Releases: ChaoranHu/coga

CHANGES IN coga VERSION 1.2.3

Choose a tag to compare

@ChaoranHu ChaoranHu released this 07 Mar 01:16

MINOR CHANGES

  • Updated email address in R/coga.

  • Rerun compileAttributes() with Rcpp >= 1.1.1 to guard Rf_error calls.

CHANGES IN coga VERSION 1.2.2

Choose a tag to compare

@ChaoranHu ChaoranHu released this 10 Jan 21:36

MINOR CHANGES

CHANGES IN coga VERSION 1.2.1

Choose a tag to compare

@ChaoranHu ChaoranHu released this 29 Nov 21:49

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

Choose a tag to compare

@ChaoranHu ChaoranHu released this 20 Aug 16:49

MINOR CHANGES

  • Provided appropriate PKGNAME-package \alias as per "Documenting packages" in R-exts.

CHANGES IN coga VERSION 1.1.0

Choose a tag to compare

@ChaoranHu ChaoranHu released this 09 Oct 11:20

MAJOR CHANGES

  • Add function coga:::dcoga_salvo for research purpose (Di Salvo, 2008).

MINOR CHANGES

  • Add coga paper into CITATION and README.md.

CHANGES IN coga VERSION 1.0.0

Choose a tag to compare

@ChaoranHu ChaoranHu released this 08 May 20:00

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

Choose a tag to compare

@ChaoranHu ChaoranHu released this 12 Jan 16:33

MAJOR CHANGES

  • Rewrite function dcoga2dim and pcoga2dim to make it faster and more robust.

  • Rewrite function dcoga to make it can handle wider ranges of parameters and x.

  • Add new function dcoga_approx and pcoga_approx for approximation method, that can impove the speed of code under three or more variables case.

MINOR CHANGES

  • Remove microbenchmark from 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

Choose a tag to compare

@ChaoranHu ChaoranHu released this 28 Jul 16:53

MINOR CHANGES

  • Rename variable sun to starn, in order to meet the requirement of solaris.

  • Remove RcppGSL from import.

CHANGES IN coga VERSION 0.2.0

Choose a tag to compare

@ChaoranHu ChaoranHu released this 30 Jun 15:40

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, and rcoga will return a warning.

  • Add functions, dcoga2dim, and pcoga2dim, 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

Choose a tag to compare

@ChaoranHu ChaoranHu released this 25 May 16:52

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.