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 forshapeless than 0.01, as it is unreliable there. -
rinvchisq()now warns fordf <= .01andncp <= 10, as it is unreliable there. - PDF functions now return
0atx = 0and-Infatx = 0on 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.