Skip to content

Releases: gnu-octave/statistics-resampling

statistics-bootstrap-v3.7.7

26 May 10:42
Compare
Choose a tag to compare

bootknife no longer depends on functions within the statistics package/toolbox

statistics-bootstrap-v3.7.6

25 May 23:00
Compare
Choose a tag to compare

bootknife function - added expanded BCa percentile when bootfun is the mean

statistics-bootstrap-v3.7.5

24 May 15:02
Compare
Choose a tag to compare

Fixed bug in for double bootstrap in bootknife in Octave, where it attempts to call interp1q, which is a Matlab but not Octave function. This fix enhances performance in matlab too.

statistics-bootstrap-v3.7.4

23 May 22:15
Compare
Choose a tag to compare

bootknife bug fix

statistics-bootstrap-v3.7.3

22 May 22:48
Compare
Choose a tag to compare

New features to bootknife.m

  • Added ability for bootknife to use bootfun that returns either scalar or a vector
  • Added ability to calculate BCa intervals for stratified samples

statistics-bootstrap-v3.7.2

20 May 13:03
Compare
Choose a tag to compare

ibootnhst: Added ability to specify additional input arguments to bootfun

statistics-bootstrap-v3.7.1

19 May 20:59
Compare
Choose a tag to compare

Performance enhancement for ibootnhst. When the function of the (univariate) data is the mean (which is default), ibootnhst automatically avoids resampling in the calculation of the standard error of the mean.

statistics-bootstrap-v3.7.0

17 May 22:15
Compare
Choose a tag to compare
  • bootknife.m function now includes new functionality including single and double bootstrap procedures, stratified resampling and calculation of bias-corrected parameter estimates, standard errors and confidence intervals
  • changes were made to ibootnhst.m and maxstat.m to accomodate for changes in bootknife.m, and to enable displaying graph and output even when output arguments are called.

statistics-bootstrap-v3.6.10

08 Apr 20:23
0dc48dc
Compare
Choose a tag to compare
  • Improved coverage for double block bootstrap when block size is an odd number
  • Added option to smooth bootknife sampling distribution

statistics-bootstrap-v3.6.9

04 Apr 23:44
Compare
Choose a tag to compare
  • minor improvement to automatic block size calculation for block bootstrap (single and double bootstrap)