Releases: gnu-octave/statistics-resampling
Releases · gnu-octave/statistics-resampling
statistics-bootstrap-v5.3.0
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
- Added cluster robust standard error calculations to
bootwild
(corrects bug for CLUSTID and BLOCKSZ implementation) - Modified precision of printed output for
bootwild
andbootbayes
statistics-bootstrap-v5.2.7
Bug fix in bootbayes
statistics-bootstrap-v5.2.6
bootbayes
now also returns bootstrap p-value for regression coefficients, which it computes from a null distribution.
statistics-bootstrap-v5.2.5
Revised some of the statistics in bootbayes
output
statistics-bootstrap-v5.2.4
- Added new default interval type, shortest probability interval, to
bootbayes
(andbootcoeff
andbootemm
) - Changed some of the terms used in the output of
bootbayes
statistics-bootstrap-v5.2.3
- Added ability to set the prior for
bootbayes
- Changed terminology of intervals in
bootbayes
to credible intervals
statistics-bootstrap-v5.2.2
Minor corrections to documentation and error messages
statistics-bootstrap-v5.2.1
Minor corrections to the documentation
statistics-bootstrap-v5.2.0
- Introduced new function,
bootbayes
to perform Bayesian bootstrap for linear least squares regression bootcoeff
andbootemm
now use Bayesian bootstrap (instead ofbootknife
)- Reformatted and simplified all help documentaton.