Changelog
Source:NEWS.md
invgamma 1.2
CRAN release: 2025-07-02
New features
-
invgamma has an updated README containing a simulation check on
rinvgamma()
.
Changes
-
rinvgamma()
now warns forshape
less than 0.01, as it is unreliable there. -
rinvchisq()
now warns fordf <= .01
andncp <= 10
, as it is unreliable there. - PDF functions now return
0
atx = 0
and-Inf
atx = 0
on a log scale, consistent with the gamma distribution functions. -
invgamma now cautions users about the parameterizations used in
(d/p/q/r)invgamma()
functions. - invgamma now has a MIT license.
- Quantile functions now perform properly on a log scale, thanks to Keefe Murphy!
invgamma 1.0
CRAN release: 2016-07-02
New features
-
dinvgamma()
is now tied todgamma()
in base, instead of being a custom implementation of the density.