NEWS
nbconv 1.0.2
- Updated documentation
- Replaced mclapply() calls with parLapply() to make parallelization available on Windows machines.
nbconv 1.0.1 (2023-07-06)
- Fixed bug in nb_sum_saddlepoint() that could lead to NaN errors when solving the saddlepoint equation with stats::uniroot().
- Added parallelization in rnbconv() to speed up large-scale sampling.
- Updated notation in nb_sum_saddlepoint() for clarity.
- Added additional checks to ensure: 0 < ps <= 1, mus >= 0, phis > 0.
nbconv 1.0.0 (2023-04-27)
nbconv 0.0.0.9000
- Added a
NEWS.md
file to track changes to the package.