Skip to content

Commit 2e90a8f

Browse files
committed
update online manual
1 parent 237606f commit 2e90a8f

28 files changed

+72
-72
lines changed

docs/copying.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
44
<head>
55
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6-
<meta name="date" content="2024-05-16"/>
6+
<meta name="date" content="2024-05-17"/>
77
<meta name="generator" content="generate_html 0.3.3" />
88
<meta name="author" content="Andrew Penn" />
99
<meta name="description" content="A package for statistical analysis using resampling methods." />

docs/description.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"generator": "generate_html",
33
"generator_version": "0.3.3",
4-
"date_generated": "2024-05-16",
4+
"date_generated": "2024-05-17",
55
"package":
66
{
77
"name": "statistics-resampling",
8-
"version": "5.5.12",
8+
"version": "5.5.13",
99
"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.",
1010
"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",
11-
"date": "2024-05-15",
11+
"date": "2024-05-17",
1212
"title": "A statistics package with a variety of resampling tools",
1313
"author": "Andrew Penn <andy.c.penn@gmail.com>",
1414
"maintainer": "Andrew Penn <andy.c.penn@gmail.com>",

docs/function/boot.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
44
<head>
55
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6-
<meta name="date" content="2024-05-16"/>
6+
<meta name="date" content="2024-05-17"/>
77
<meta name="generator" content="generate_html 0.3.3" />
88
<meta name="author" content="Andrew Penn" />
99
<meta name="description" content="A package for statistical analysis using resampling methods." />
@@ -87,7 +87,7 @@ <h2>boot</h2>
8787
vs. Smoothing; Proceedings of the Section on Statistics & the
8888
Environment. Alexandria, VA: American Statistical Association.
8989

90-
boot (version 2024.04.16)
90+
boot (version 2024.04.24)
9191
Author: Andrew Charles Penn
9292
https://www.researchgate.net/profile/Andrew_Penn/
9393

docs/function/boot1way.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
44
<head>
55
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6-
<meta name="date" content="2024-05-16"/>
6+
<meta name="date" content="2024-05-17"/>
77
<meta name="generator" content="generate_html 0.3.3" />
88
<meta name="author" content="Andrew Penn" />
99
<meta name="description" content="A package for statistical analysis using resampling methods." />
@@ -143,7 +143,7 @@ <h2>boot1way</h2>
143143
[1] Efron, and Tibshirani (1993) An Introduction to the Bootstrap.
144144
New York, NY: Chapman & Hall
145145

146-
boot1way (version 2023.10.04)
146+
boot1way (version 2024.04.24)
147147
Bootstrap tests for comparing independent groups in a one-way layout
148148
Author: Andrew Charles Penn
149149
https://www.researchgate.net/profile/Andrew_Penn/
@@ -529,7 +529,7 @@ <h3><a name="7">Demonstration 7</a></h3>
529529
-----------------------------------------------------------------------------
530530
| Comparison | Test # | Ref # | Difference | t | p |
531531
|------------|------------|------------|------------|------------|----------|
532-
| 1 | 2 | 1 | +0.3821 | +0.95 | .347 |
532+
| 1 | 2 | 1 | +0.1067 | +0.19 | .838 |
533533

534534
-----------------------------------------------------------------------------
535535
| GROUP # | GROUP label | N |
@@ -574,7 +574,7 @@ <h3><a name="8">Demonstration 8</a></h3>
574574
-----------------------------------------------------------------------------
575575
| Comparison | Test # | Ref # | Difference | t | p |
576576
|------------|------------|------------|------------|------------|----------|
577-
| 1 | 2 | 1 | +0.6944 | +0.95 | .221 |
577+
| 1 | 2 | 1 | -0.3944 | -1.20 | .114 |
578578

579579
-----------------------------------------------------------------------------
580580
| GROUP # | GROUP label | N |

docs/function/bootbayes.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
44
<head>
55
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6-
<meta name="date" content="2024-05-16"/>
6+
<meta name="date" content="2024-05-17"/>
77
<meta name="generator" content="generate_html 0.3.3" />
88
<meta name="author" content="Andrew Penn" />
99
<meta name="description" content="A package for statistical analysis using resampling methods." />
@@ -146,7 +146,7 @@ <h2>bootbayes</h2>
146146
[3] Liu, Gelman & Zheng (2015). Simulation-efficient shortest probability
147147
intervals. Statistics and Computing, 25(4), 809–819.
148148

149-
bootbayes (version 2023.07.06)
149+
bootbayes (version 2024.05.17)
150150
Author: Andrew Charles Penn
151151
https://www.researchgate.net/profile/Andrew_Penn/
152152

@@ -182,7 +182,7 @@ <h3><a name="1">Demonstration 1</a></h3>
182182
*******************************************************************************
183183

184184
Bootstrap settings:
185-
Function: sum (w .* Y)
185+
Function: sum (W * Y)
186186
Resampling method: Bayesian bootstrap
187187
Prior: Symmetric Dirichlet distribution (a = 0.8)
188188
Number of resamples: 1999
@@ -191,7 +191,7 @@ <h3><a name="1">Demonstration 1</a></h3>
191191

192192
Posterior Statistics:
193193
original bias median stdev CI_lower CI_upper
194-
+184.5 -0.02210 +184.5 1.240 +182.1 +186.9</pre>
194+
+184.5 +0.03471 +184.5 1.278 +182.0 +187.1</pre>
195195
</div>
196196

197197
<h3><a name="2">Demonstration 2</a></h3>
@@ -228,8 +228,8 @@ <h3><a name="2">Demonstration 2</a></h3>
228228

229229
Posterior Statistics:
230230
original bias median stdev CI_lower CI_upper
231-
+175.5 +0.03532 +175.5 2.384 +171.1 +180.3
232-
+0.1904 -0.001074 +0.1909 0.07912 +0.04160 +0.3442</pre>
231+
+175.5 +0.02190 +175.5 2.359 +171.3 +180.6
232+
+0.1904 -0.001762 +0.1898 0.07905 +0.02674 +0.3372</pre>
233233
</div>
234234

235235
<p>Package: <a href="../index.html">statistics-resampling</a></p>

docs/function/bootcdf.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
44
<head>
55
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6-
<meta name="date" content="2024-05-16"/>
6+
<meta name="date" content="2024-05-17"/>
77
<meta name="generator" content="generate_html 0.3.3" />
88
<meta name="author" content="Andrew Penn" />
99
<meta name="description" content="A package for statistical analysis using resampling methods." />
@@ -49,7 +49,7 @@ <h2>bootcdf</h2>
4949

5050
'[x, F, P] = bootcdf (...)' also returns the distribution of P values.
5151

52-
bootcdf (version 2023.07.05)
52+
bootcdf (version 2024.04.21)
5353
Author: Andrew Charles Penn
5454
https://www.researchgate.net/profile/Andrew_Penn/
5555

docs/function/bootci.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
44
<head>
55
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6-
<meta name="date" content="2024-05-16"/>
6+
<meta name="date" content="2024-05-17"/>
77
<meta name="generator" content="generate_html 0.3.3" />
88
<meta name="author" content="Andrew Penn" />
99
<meta name="description" content="A package for statistical analysis using resampling methods." />
@@ -153,7 +153,7 @@ <h2>bootci</h2>
153153
vs. Smoothing; Proceedings of the Section on Statistics & the
154154
Environment. Alexandria, VA: American Statistical Association.
155155

156-
bootci (version 2023.07.04)
156+
bootci (version 2024.05.13)
157157
Author: Andrew Charles Penn
158158
https://www.researchgate.net/profile/Andrew_Penn/
159159

@@ -468,8 +468,8 @@ <h3><a name="10">Demonstration 10</a></h3>
468468
<p>Produces the following output</p>
469469
<pre class="example">ci =
470470

471-
-0.49903 -0.32048
472-
0.1719 0.20754</pre>
471+
-0.57173 -0.24514
472+
0.03737 0.43932</pre>
473473
</div>
474474

475475
<h3><a name="11">Demonstration 11</a></h3>

docs/function/bootclust.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
44
<head>
55
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6-
<meta name="date" content="2024-05-16"/>
6+
<meta name="date" content="2024-05-17"/>
77
<meta name="generator" content="generate_html 0.3.3" />
88
<meta name="author" content="Andrew Penn" />
99
<meta name="description" content="A package for statistical analysis using resampling methods." />
@@ -145,7 +145,7 @@ <h2>bootclust</h2>
145145
vs. Smoothing; Proceedings of the Section on Statistics & the
146146
Environment. Alexandria, VA: American Statistical Association.
147147

148-
bootclust (version 2024.04.02)
148+
bootclust (version 2024.05.16)
149149
Author: Andrew Charles Penn
150150
https://www.researchgate.net/profile/Andrew_Penn/
151151

@@ -376,8 +376,8 @@ <h3><a name="7">Demonstration 7</a></h3>
376376

377377
Bootstrap Statistics:
378378
original bias std_error CI_lower CI_upper
379-
+0.05661 +0.008427 +0.1783 -0.2258 +0.3597
380-
-0.5011 -0.01251 +0.2094 -0.8576 -0.1695</pre>
379+
-0.2887 -0.007187 +0.1870 -0.6013 +0.01715
380+
-0.1043 -0.008428 +0.2159 -0.4918 +0.2162</pre>
381381
</div>
382382

383383
<h3><a name="8">Demonstration 8</a></h3>
@@ -406,8 +406,8 @@ <h3><a name="8">Demonstration 8</a></h3>
406406

407407
Bootstrap Statistics:
408408
original bias std_error CI_lower CI_upper
409-
+0.03812 -0.01768 +0.1313 -0.2242 +0.2101
410-
+0.2485 -0.01351 +0.2831 -0.3207 +0.6026</pre>
409+
-0.04184 +0.007876 +0.1804 -0.3145 +0.2714
410+
+0.3486 +0.02326 +0.07954 +0.03027 +0.4184</pre>
411411
</div>
412412

413413
<h3><a name="9">Demonstration 9</a></h3>

docs/function/bootint.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
44
<head>
55
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6-
<meta name="date" content="2024-05-16"/>
6+
<meta name="date" content="2024-05-17"/>
77
<meta name="generator" content="generate_html 0.3.3" />
88
<meta name="author" content="Andrew Penn" />
99
<meta name="description" content="A package for statistical analysis using resampling methods." />

docs/function/bootknife.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
44
<head>
55
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6-
<meta name="date" content="2024-05-16"/>
6+
<meta name="date" content="2024-05-17"/>
77
<meta name="generator" content="generate_html 0.3.3" />
88
<meta name="author" content="Andrew Penn" />
99
<meta name="description" content="A package for statistical analysis using resampling methods." />
@@ -181,7 +181,7 @@ <h2>bootknife</h2>
181181
[9] Gleason, J.R. (1988) Algorithms for Balanced Bootstrap Simulations.
182182
The American Statistician. Vol. 42, No. 4 pp. 263-266
183183

184-
bootknife (version 2023.07.04)
184+
bootknife (version 2024.05.15)
185185
Author: Andrew Charles Penn
186186
https://www.researchgate.net/profile/Andrew_Penn/
187187

@@ -442,8 +442,8 @@ <h3><a name="8">Demonstration 8</a></h3>
442442

443443
Bootstrap Statistics:
444444
original bias std_error CI_lower CI_upper
445-
-0.3468 -0.01215 +0.2650 -0.8105 +0.05247
446-
+0.5558 -0.01072 +0.2145 +0.1827 +0.8684</pre>
445+
-0.06082 +0.05229 +0.3349 -0.5908 +0.4742
446+
-0.1285 -0.04207 +0.2742 -0.6432 +0.1863</pre>
447447
</div>
448448

449449
<h3><a name="9">Demonstration 9</a></h3>

0 commit comments

Comments
 (0)