Skip to content

LearnNonparam v1.2.2

Choose a tag to compare

@qddyy qddyy released this 10 Jul 10:54
  • R side

    • Changed the default value of n_permu to 1e4
    • Added support for test statistics defined using Rcpp in define_pmt
    • Added support for null_value other than zero in two-sample location tests
    • Added support for scoring in TwoSampleAssociationTest
    • Added a confidence interval for p-value in print()
    • Added the LearnNonparam.pmt_progress option
    • Added attr(t$n_permu, "n_used")
    • Replaced multicomp.* with multcomp.*
    • Replaced KSampleF and RCBDF with OneWay and RCBDOneWay
    • Stopped exporting abstract classes (TwoSampleTest, KSampleTest, etc.)
    • Improved the efficiency of ChiSquare, Difference, JonckheereTerpstra, KruskalWallis, RatioMeanDeviance and Studentized
    • Fixed many bugs
  • C++ side

    • Introduced a new progress bar, which is built at compile time to minimize runtime overhead