Skip to content

v1.2.2: Bug fix in `Blrt` and C++ refactor

Latest
Compare
Choose a tag to compare
@shermanlo77 shermanlo77 released this 11 Feb 14:05
· 0 commits to master since this release
d727ca0
 - Bug fix for `Blrt::Bootstrap` by sampling correctly from the prior,
   previously, it sampled from a uniform prior which is incorrect. This
   affect results from models with largely varying priors
 - Modernise C++ code, such as using containers, iterators, `const`,
   `std::size_t`, templates, ...etc. This will improve maintainability
   and, in certain cases, performance
 - Remove underflow detection as this was implemented incorrectly and
   never used