Releases: gnu-octave/statistics-resampling
Releases · gnu-octave/statistics-resampling
statistics-bootstrap-v3.1.0
- bootnhst can now compute (and plot) bootstrap-t confidence intervals for post hoc comparisons
- bootnhst now have bootfun 'robust' which uses the smoothed median
- bootnhst now prints group numbers allocated to elements of the GROUP argument entered by the user
- bootnhst (and maxq) now support group exclusion from hypothesis testing by assigning Inf or NaN in Group
- speed enhancement to smoothmedian function and added ability to compute standard errors
statistics-bootstrap-v3.0.3
- fixed minor bug that caused data and text to be displayed when using
jack
with octave parallel
statistics-bootstrap-v3.0.2
- fixed bug in
bootnhst
that could cause low power for posthoc tests - the test statistic is now studentized and posthoc tests now control FWER similarly to Tukey's Honest Signficance test and Dunnett's test for all pairwise comparisons or treatment versus control comparisons respectively. The sampling variance is estimated using Tukey's Jackknife, and the calculation of pooled standard error accomodates for unequal sample size.
statistics-bootstrap-v3.0.1
- Fixed bug that caused an error when trying to operate
bootnhst
in parallel (in Octave)
statistics-bootstrap-v3.0.0
- added the ability to perform post-hoc tests to bootperm and renamed bootperm to bootnhst
statistics-bootstrap-v2.9.3
Updated bootperm function(s). Now supports specification of bootfun and test for difference among more than 2 groups.
statistics-bootstrap-v2.9.2
- Corrected typo in README.md
- Changed URL to doi in CITATION
statistics-bootstrap-v2.9.1
Minor bug fixes:
- fixed warning upon package installation that no help information was available for function rng_state.m
- fixed bug in local install script. Now uninstall unloads package from current session as well as future sessions.
statistics-bootstrap-v2.9.0
First release of the statistics-bootstrap package for Octave forge.