diff --git a/docs/copying.html b/docs/copying.html index 41645610..4778735f 100644 --- a/docs/copying.html +++ b/docs/copying.html @@ -3,7 +3,7 @@
- + diff --git a/docs/description.json b/docs/description.json index ad5e1bd4..fcb3e2fd 100644 --- a/docs/description.json +++ b/docs/description.json @@ -1,14 +1,14 @@ { "generator": "generate_html", "generator_version": "0.3.3", - "date_generated": "2024-04-22", + "date_generated": "2024-04-24", "package": { "name": "statistics-resampling", "version": "5.5.9", "description": "The statistics-resampling package is an Octave package and Matlab toolbox that can be used to perform a wide variety of statistics tasks using non-parametric resampling methods. In particular, the functions included can be used to estimate bias, uncertainty (standard errors and confidence intervals), prediction error, and calculate p-values for null hypothesis significance tests. Variations of the resampling methods are included that improve the accuracy of the statistics for small samples and samples with complex dependence structures.", "shortdescription": "The statistics-resampling package is an Octave package and Matlab toolbox that can be used to perform a wide variety of statistics tasks using non-parametric resampling methods", - "date": "2024-04-21", + "date": "2024-04-24", "title": "A statistics package with a variety of resampling tools", "author": "Andrew PennPackage: statistics-resampling
diff --git a/docs/function/bootcdf.html b/docs/function/bootcdf.html index a3475e3c..f2b46dae 100644 --- a/docs/function/bootcdf.html +++ b/docs/function/bootcdf.html @@ -3,7 +3,7 @@ - + diff --git a/docs/function/bootci.html b/docs/function/bootci.html index 7010e145..c19c748c 100644 --- a/docs/function/bootci.html +++ b/docs/function/bootci.html @@ -3,7 +3,7 @@ - + @@ -186,8 +186,8 @@Produces the following output
ci = - 23.616 - 34.358+ 23.895 + 34.598
Produces the following output
ci = - 23.975 - 34.269+ 24 + 34.118
Produces the following output
ci = - 25.04 - 36.477+ 24.924 + 37.101
Produces the following output
ci = - 96.629 - 235.91+ 99.352 + 237.73
Produces the following output
ci = - 117.01 - 260.73+ 116.14 + 265.21
Produces the following output
ci = - 108.55 - 297.71+ 114.58 + 298.41
Produces the following output
ci = - 111.53 - 268.13+ 110.15 + 272.46
Produces the following output
ci = - 0.50501 - 0.86333+ 0.51805 + 0.85978
Produces the following output
ans = - -16.69 -20.555 -12.325 - -11.721 -15.104 -7.907 - -8.0606 -11.244 -4.3564 - 0.10476 -0.081023 0.28225 - 0.010336 -0.0032993 0.022647 - 0.06452 0.033083 0.095608 - 0.0016638 0.00017173 0.0031554+ -16.69 -20.545 -12.638 + -11.721 -15.163 -8.0707 + -8.0606 -11.384 -4.5899 + 0.10476 -0.072888 0.28242 + 0.010336 -0.0020222 0.023297 + 0.06452 0.032508 0.094107 + 0.0016638 0.0002219 0.0030662
Produces the following output
ci = - -0.68659 -0.66985 - 0.33107 0.40462+ -0.16358 -0.84894 + 0.71954 0.45924
Produces the following output
-Summary of nonparametric bootstrap estimates of bias and precision -****************************************************************************** - -Bootstrap settings: - Function: @(X, miles) mnrfit (X, miles, 'model', 'ordinal') - Resampling method: Balanced, bootknife resampling - Number of resamples (outer): 1999 - Number of resamples (inner): 0 - Confidence interval (CI) type: Bias-corrected and accelerated (BCa) - Nominal coverage: 95% - -Bootstrap Statistics: - original bias std_error CI_lower CI_upper - -16.69 -0.5288 +2.172 -20.57 -12.23 - -11.72 -0.3718 +1.899 -15.22 -7.963 - -8.061 -0.2694 +1.802 -11.54 -4.523 - +0.1048 +0.005695 +0.09224 -0.07161 +0.2895 - +0.01034 +0.0006952 +0.006594 -0.001685 +0.02404 - +0.06452 +0.002374 +0.01680 +0.03061 +0.09619 - +0.001664 +7.392e-06 +0.0007521 +4.330e-05 +0.003043+
gives an example of how 'bootknife' is used.
and the following figure
Package Version: | 5.5.9 |
Last Release Date: | 2024-04-21 |
Last Release Date: | 2024-04-24 |
Package Author: | Andrew Penn <andy.c.penn@gmail.com> |
Package Maintainer: | Andrew Penn <andy.c.penn@gmail.com> |
License: | GPLv3+ |