CRAN v0.3.2
Small patch to resolve issues with CRAN checks.
Bug fixes
- Fixed object structure resulting from transforming sample distributions (#81).
- Improved reliability of
quantile(<dist_mixture>)
. - Defined
cdf(<dist_sample>)
as Pr(X <= x), not Pr(X < x). - Fixed S3 generic argument name
p
forlog_quantile()
.