-
R side
- Added several two-sample distribution tests:
distribution.ks,distribution.kuiper,distribution.cvm,distribution.ad - (Breaking) Removed
twosample.scoresumandtwosample.ks - (Breaking) Modified two parameters in
define_pmt: renamedinherittomethod; updated therejectionparameter to accept only"<>","<", or">" - Added
quickrsupport indefine_pmt - Introduced an
autoplotmethod for thePermuTestclass - Fixed an issue where p-value calculations were affected by double-precision floating-point errors
- Resolved an edge-case issue in
RCBDTestthat caused errors during score computation
- Added several two-sample distribution tests:
-
C++ side
- Implemented a new progress bar with additional features: speed and ETA
- Significantly improved the efficiency of calling R functions from C++
- Enhanced permutation efficiency in two-sample and paired two-sample tests using branchless swap techniques
- Removed bounds checking during permutation
- Fixed an issue in
define_pmtwherestatisticcould not be a mutable lambda