Recent Releases of learnnonparam
learnnonparam - LearnNonparam v1.2.9
- Fixed incorrect permutation statistic computation due to deep copy behavior of
Rcpp::Language
- R
Published by qddyy 9 months ago
learnnonparam - LearnNonparam v1.2.8
R side
- Refined the calculation of confidence bands in
CDF - Added DKW inequality-based confidence bands in
CDF - Enhanced error handling in
define_pmt
- Refined the calculation of confidence bands in
C++ side
- Rolled back
twosample.*functions
- Rolled back
- R
Published by qddyy 10 months ago
learnnonparam - LearnNonparam v1.2.7
R side
- Fixed p-value calculation and adopted the correlation coefficient as test statistic in
Correlation - Added display of test types when printing user-defined tests
- Refined the compilation of R functions in
define_pmt - Improved calculating efficiency in
PairedDifference
- Fixed p-value calculation and adopted the correlation coefficient as test statistic in
C++ side
- Enhanced the permutation efficiency in
paired.* - Reduced the number of permutations in
twosample.*in cases with duplicate elements across samples
- Enhanced the permutation efficiency in
- R
Published by qddyy about 1 year ago
learnnonparam - LearnNonparam v1.2.6
R side
- Fixed the issue with parameter passing to
ggplot2::stat_bininplot() - Added detection for missing values and zero-length data in
test() - Switched to version 3 serialization format
- Added more documentation
- Fixed the issue with parameter passing to
C++ side
- Improved the efficiency of calling R from C++
- Enhanced the permuting efficiency in
rcbd.*,association.*, andtable.* - Replaced
R_len_twithR_xlen_tto support long vectors - Replaced
Rcpp.hwithRcpp/Lightestto reduce compilation time
- R
Published by qddyy about 1 year ago
learnnonparam - LearnNonparam v1.2.5
- Added support for
scoringas an active binding indefine_pmt - Corrected x-axis range in
plot()whenstyle = "graphics" - Improved the performance of
PairedDifference
- R
Published by qddyy over 1 year ago
learnnonparam - LearnNonparam v1.2.4
R side
- Added support for custom scoring systems in
define_pmt - Enabled compatibility with C++ standard versions beyond C++14 in
define_pmt - Improved the performance of
KruskalWallis,OneWay, andStudentized - Replaced certain
warning()calls withstop() - Refined some text
- Added support for custom scoring systems in
C++ side
- Enhanced permuting efficiency in
twosample_pmt
- Enhanced permuting efficiency in
- R
Published by qddyy over 1 year ago
learnnonparam - LearnNonparam v1.2.3 - First CRAN release
- Improved
twosample_pmt - Added examples
- Fixed
SiegelTukeyandContingencyTableTest
- R
Published by qddyy over 1 year ago
learnnonparam - LearnNonparam v1.2.2
R side
- Changed the default value of
n_permuto1e4 - Added support for test statistics defined using Rcpp in
define_pmt - Added support for
null_valueother than zero in two-sample location tests - Added support for
scoringinTwoSampleAssociationTest - Added a confidence interval for p-value in
print() - Added the
LearnNonparam.pmt_progressoption - Added
attr(t$n_permu, "n_used") - Replaced
multicomp.*withmultcomp.* - Replaced
KSampleFandRCBDFwithOneWayandRCBDOneWay - Stopped exporting abstract classes (
TwoSampleTest,KSampleTest, etc.) - Improved the efficiency of
ChiSquare,Difference,JonckheereTerpstra,KruskalWallis,RatioMeanDevianceandStudentized - Fixed many bugs
- Changed the default value of
C++ side
- Introduced a new progress bar, which is built at compile time to minimize runtime overhead
- R
Published by qddyy over 1 year ago
learnnonparam - LearnNonparam v1.2.2
R side
- Changed the default value of
n_permuto1e4 - Added support for test statistics defined using Rcpp in
define_pmt - Added support for
null_valueother than zero in two-sample location tests - Added support for
scoringinTwoSampleAssociationTest - Added the
LearnNonparam.pmt_progressoption - Added
attr(t$n_permu, "n_used") - Replaced
multicomp.*withmultcomp.* - Replaced
KSampleFandRCBDFwithOneWayandRCBDOneWay - Stopped exporting abstract classes (
TwoSampleTest,KSampleTest, etc.) - Improved the efficiency of
ChiSquare,Difference,JonckheereTerpstra,KruskalWallis,RatioMeanDevianceandStudentized - Fixed many bugs
- Changed the default value of
C++ side
- Introduced a new progress bar, which is built at compile time to minimize runtime overhead
- R
Published by qddyy over 1 year ago
learnnonparam - LearnNonparam v1.2.1
- R side
- Added
define_pmt - Added some error messages
- Added some active bindings
- Introduced
graphicsas an alternative toggplot2 - Introduced
compiler::cmpfunfor better performance - Renamed
ANOVA,RCBD,RCBDANOVAandSignedDiff - Replaced
MultiCompTandTukeyHSDwithStudentized - Replaced
"approx"with"asymp" - Improved
MultipleComparison - Improved
CDF$plot() - Fixed many bugs
- Added
- C++ side
- A new progress bar
- Support for larger
n_permu
- R
Published by qddyy about 2 years ago
learnnonparam - LearnNonparam v1.2.1
- In R
- Introduced
graphics. - Added some error messages
- Added some active bindings
- Replaced
"approx"with"asymp" - Replaced
MultiCompTandTukeyHSDwithStudentized - Renamed
ANOVA,RCBD,RCBDANOVAandSignedDiff - Accelerated
MultipleComparison - Improved
CDF$plot() - Fixed many bugs
- Introduced
- In C++
- A new progress bar
- Support for larger
n_permu
- R
Published by qddyy about 2 years ago
learnnonparam - LearnNonparam v1.2.1
- In R
- Introduced
graphics. - Added some error messages
- Added some active bindings
- Replaced
"approx"with"asymp" - Replaced
MultiCompTandTukeyHSDwithStudentized - Renamed
ANOVA,RCBD,RCBDANOVAandSignedDiff - Accelerated
MultipleComparison - Improved
CDF$plot() - Fixed many bugs
- Introduced
- In C++
- A new progress bar
- Support for larger
n_permu
- R
Published by qddyy about 2 years ago
learnnonparam - LearnNonparam v1.2.0
- Added logo
- Introduced Rcpp
- Replaced
MeanwithDifference - Replaced
SignedScorewithSignedDiff - Replaced
PermuTest$feed()withPermuTest$test() - Accelerated
RCBDby usingmatrixinstead ofdata.frameas data format - Accelerated
TwoSamplePairedTestby introducingswappedparameter in.statistic_func - Improved
print()andplot()method ofCDF,MultipleComparisonandPermuTest - Added
"approx"option for theQuantile$type - Fixed many bugs
- R
Published by qddyy over 2 years ago
learnnonparam - LearnNonparam v1.2.0
- Added logo
- Introduced
Rcpp(instead of relying onarrangements) - Replaced
MeanwithDifference - Replaced
SignedScorewithSignedDiff - Replaced
PermuTest$feed()withPermuTest$test() - Accelerated
RCBDby usingmatrixinstead ofdata.frameas data format - Accelerated
TwoSamplePairedTestby introducingswappedparameter in.statistic_func - Improved
print()andplot()method ofCDF,MultipleComparisonandPermuTest - Added
"approx"option forQuantile$type - Fixed several bugs
- R
Published by qddyy over 2 years ago
learnnonparam - LearnNonparam v1.2.0
- Switched to
RcppAlgos - Added logo
- Added
pmt_seedandpmt_progressoptions - Replaced
MeanwithDifference - Replaced
SignedScorewithSignedDiff - Replaced
PermuTest$feed()withPermuTest$test() - Improved
print()andplot()method ofCDF,MultipleComparisonandPermuTest - Accelerated
RCBDby usingmatrixinstead ofdata.framewhen calculating the permutation distribution - Accelerated
TwoSamplePairedTestby introducingswappedparameter in.statistic_func - Now
Quantile$typecan be set toapproxorexact - Now progress is reported more succinctly
- R
Published by qddyy over 2 years ago
learnnonparam - LearnNonparam v1.2.0
- [x] Add a progress bar
- [ ] Complete
.check()method - [ ] Support for parallel computing
- R
Published by qddyy over 2 years ago