Skip to content

Releases: gnu-octave/statistics-resampling

statistics-bootstrap-v3.1.0

14 Jan 10:30
Compare
Choose a tag to compare
  • 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

06 Jan 16:10
Compare
Choose a tag to compare
  • fixed minor bug that caused data and text to be displayed when using jack with octave parallel

statistics-bootstrap-v3.0.2

06 Jan 15:24
Compare
Choose a tag to compare
  • 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

03 Jan 08:54
3f92615
Compare
Choose a tag to compare
  • Fixed bug that caused an error when trying to operate bootnhst in parallel (in Octave)

statistics-bootstrap-v3.0.0

01 Jan 13:20
Compare
Choose a tag to compare
  • added the ability to perform post-hoc tests to bootperm and renamed bootperm to bootnhst

statistics-bootstrap-v2.9.3

26 Dec 17:33
Compare
Choose a tag to compare

Updated bootperm function(s). Now supports specification of bootfun and test for difference among more than 2 groups.

statistics-bootstrap-v2.9.2

20 Dec 22:28
25252b0
Compare
Choose a tag to compare
  • Corrected typo in README.md
  • Changed URL to doi in CITATION

statistics-bootstrap-v2.9.1

20 Dec 11:11
5b93dbc
Compare
Choose a tag to compare

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

20 Dec 00:55
5b93dbc
Compare
Choose a tag to compare

First release of the statistics-bootstrap package for Octave forge.