Releases: acp29/iboot
Releases · acp29/iboot
iboot-v5.0.1
iboot-v5.0.0
- newer functions migrated to statistics-bootstrap package; only legacy functions remain in the iboot package
- updated help informtion of all functions
- added warning to
ibootci
when stratified or cluster resampling is preceeded by sorting of the rows of strata/clusters and data.
iboot-v4.2.0
Update that removes some features of bootnhst for further testing and development, makes some improvements to bootanovan, fixes a bug in the make file, and makes some performance enhancements to various other functions. Note that the first output of bootknife, which contains summary statistics, is now a structure.
iboot-v4.1.1
Bug fixes relating to parallel processing.
iboot-v4.1.0
Various updates including:
- Various improvements to the mex functions encoded by boot.cpp and smoothmedian.cpp
- Improved implementation of parallel support for bootknife (which required a new helper function iboot.m)
- Compiled mex functions for a range of architectures (for both Octave and Matlab)
- Created a separate 'make' script
- Minor tweaks to some other functions, (e.g. bootanovan)
iboot-v4.0.0
Various updates including:
- Installation now in either Octave or Matlab includes building MEX files for boot and smoothmedian functions
- plotboot moved to legacy folder
- bootmode changed to use boot function
iboot-v3.10.2
Renamed ibootnhst to bootnhst
iboot-v3.10.1
Various updates, changes and bug fixes, which include:
- added Octave and Matlab parallel support to bootknife function
- improved performance of, and parallel support for, the ibootnhst function
- fixed bug in ibootci which caused it to return incorrect bootsam when stratified sampling
- reorganised package so that older functions moved to legacy folder
iboot-v3.9.3
Very minor update. Corrected documentation in help for smoothmedian.oct
iboot-v3.9.2
Further minor performance and efficiency enhancements to the smoothmedian function