Skip to content

Releases: gnu-octave/statistics-resampling

statistics-bootstrap-v5.3.0

09 Aug 22:31
71f1d4f
Compare
Choose a tag to compare

New functions:

  • /inst/param/sampszcalc.m
  • /inst/bootcdf.m
  • /inst/randtest2.m
  • /inst/bootlm.m

Removed:

  • /inst/octave/bootcoeff.m (functionality now in bootlm.m)
  • /inst/octave/bootemm.m (functionality now in bootlm.m)

Improvements or bug fixes:

  • small change of behaviour to boot.mex and boot.m when NBOOT is only 1
  • small changes to bootwild.m and bootbayes.m functions
  • minor syntax changes to the code in various functions

statistics-bootstrap-v5.2.8

13 Jun 10:27
Compare
Choose a tag to compare
  • Added cluster robust standard error calculations to bootwild (corrects bug for CLUSTID and BLOCKSZ implementation)
  • Modified precision of printed output for bootwild and bootbayes

statistics-bootstrap-v5.2.7

20 May 22:40
Compare
Choose a tag to compare

Bug fix in bootbayes

statistics-bootstrap-v5.2.6

18 May 16:04
Compare
Choose a tag to compare

bootbayes now also returns bootstrap p-value for regression coefficients, which it computes from a null distribution.

statistics-bootstrap-v5.2.5

14 May 17:30
Compare
Choose a tag to compare

Revised some of the statistics in bootbayes output

statistics-bootstrap-v5.2.4

13 May 21:43
Compare
Choose a tag to compare
  • Added new default interval type, shortest probability interval, to bootbayes (and bootcoeff and bootemm)
  • Changed some of the terms used in the output of bootbayes

statistics-bootstrap-v5.2.3

10 May 22:34
Compare
Choose a tag to compare
  • Added ability to set the prior for bootbayes
  • Changed terminology of intervals in bootbayes to credible intervals

statistics-bootstrap-v5.2.2

06 May 16:26
Compare
Choose a tag to compare

Minor corrections to documentation and error messages

statistics-bootstrap-v5.2.1

05 May 07:21
Compare
Choose a tag to compare

Minor corrections to the documentation

statistics-bootstrap-v5.2.0

04 May 21:34
Compare
Choose a tag to compare
  • Introduced new function, bootbayes to perform Bayesian bootstrap for linear least squares regression
  • bootcoeff and bootemm now use Bayesian bootstrap (instead of bootknife)
  • Reformatted and simplified all help documentaton.