NEWS
triangulr 1.2.1 (2021-05-27)
- Fixed ambiguous reference error.
triangulr 1.2.0 (2021-05-16)
- Replaced Rcpp dependency in favor of cpp11.
- Removed dqrng dependency.
- Refactored distribution functions.
triangulr 1.1.0 (2020-11-20)
- Updated
rtri
to use less memory.
- Added optional argument
dqrng
for rtri
to use the dqrunif
generator.
triangulr 1.0.0 (2020-09-28)
- Expected shortfall function
estri
was added.
- Moment generating function
mgtri
and characteristic function ctri
were added.
- Bug Fixes for existing standard functions.
triangulr 0.2.0
- Changed
dtriang
, ptriang
, qtriang
, and rtriang
to dtri
, ptri
, qtri
, and rtri
respectively.
triangulr 0.1.0
- Standard functions were reimplemented in C++.