NEWS | R Documentation |
Delaporte package
Updated DESCRIPTION file to comply with recent changes.
Trapped machine precision issues when calling right-tailed version of cumulative distribution function (thanks to Mikhail Spivakov and Jonathan Cairns).
Update documentation to reflect rounding procedure when non-integer passed as value.
Vectorized d/p/q/rdelap
; alpha
, beta
, and lambda
can now be vectors.
Added more robust tests.
Minor optimizations for speed.
Corrected lower.tail
and log.p
which were not implemented properly.
Adjusted unit test so it can be run more easily on 32 bit machine with limited memory.
Fixed spelling and other prose.
Added function to calculate method of moments estimates for the parameters. These estimates should also serve as good starting points for maximum likelihood estimation.
Added unit testing.
Minor cleanup after Rcpp update (remove Makevar files; tweak documentation).
Updating for changes made to Rcpp 0.11.0. Previous versions may no longer compile properly and the current version may no longer work with older versions of Rcpp.
Change "Depends" to "LinkingTo" in line with CRAN philosophy on package dependencies
Update documentation to give rough estimate as to when "exact = FALSE" should be used (rarely)
Have R code be written in a consistent style
Update README now that CRAN uses it as well
Minor grammar and typography tweaks to documentation
Added Poisson-negative binomial approximation to quantile and random variate functions
This greatly speeds up calculation for large α, β, or λ.
Converted NEWS to NEWS.Rd
Added repository and bug report URL to DESCRIPTION
Help documentation corrections, comments, and tweaks
Initial release