Skip to content

statistics-resampling-v5.5.6

Compare
Choose a tag to compare
@acp29 acp29 released this 24 Jan 00:42
· 218 commits to master since this release

Added pre-compiled MATLAB mex files for platforms with Apple Silicon processors
bootlm:

  • Added support for NaN (missing values) in categorical GROUP variables
  • Added feature to standardize data before fitting with 'standardize' input argument
  • Added feature in bootlm to return Cohen's d for posthoc comparisons if 'standardize' == true
  • Removed unnecessary computations from booterr and bootanova subfunctions
  • Improved, fixed and added to demos
    smoothmad:
  • Removed redundancy in code
    bootwild:
  • Now gracefully handles NaN and Inf in data
  • Prevent from returning unstable confidence intervals (NaN instead)
    bootbayes:
  • Now gracefully handles NaN and Inf values, and CI for prior == 0