Skip to content

Commit 5872ed7

Browse files
committed
update online manual
1 parent ed880f9 commit 5872ed7

27 files changed

Lines changed: 179 additions & 131 deletions

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-17"/>
6+
<meta name="date" content="2024-05-19"/>
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-17",
4+
"date_generated": "2024-05-19",
55
"package":
66
{
77
"name": "statistics-resampling",
8-
"version": "5.5.13",
8+
"version": "5.5.14",
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-17",
11+
"date": "2024-05-19",
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: 93 additions & 47 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-17"/>
6+
<meta name="date" content="2024-05-19"/>
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." />
@@ -116,17 +116,23 @@ <h3><a name="1">Demonstration 1</a></h3>
116116
<p>Produces the following output</p>
117117
<pre class="example">ans =
118118

119-
Columns 1 through 13:
119+
Columns 1 through 8:
120120

121-
2 3 3 2 2 2 1 1 3 1 3 3 2
122-
3 1 3 1 2 3 2 2 2 1 2 1 2
123-
2 1 3 3 2 1 2 3 1 2 1 2 3
121+
3 1 3 1 1 1 3 3
122+
3 1 3 2 1 1 2 3
123+
3 2 2 2 1 3 2 3
124124

125-
Columns 14 through 20:
125+
Columns 9 through 16:
126126

127-
1 2 2 3 3 1 1
128-
2 3 3 1 1 3 3
129-
1 1 1 2 3 3 1</pre>
127+
3 1 3 2 2 2 2 3
128+
1 2 3 1 2 2 1 1
129+
2 1 3 2 3 2 1 3
130+
131+
Columns 17 through 20:
132+
133+
1 1 2 1
134+
3 3 2 2
135+
3 1 1 2</pre>
130136
</div>
131137

132138
<h3><a name="2">Demonstration 2</a></h3>
@@ -139,17 +145,23 @@ <h3><a name="2">Demonstration 2</a></h3>
139145
<p>Produces the following output</p>
140146
<pre class="example">ans =
141147

142-
Columns 1 through 13:
148+
Columns 1 through 8:
149+
150+
2 3 1 2 1 2 3 1
151+
3 1 2 2 1 2 3 1
152+
3 3 1 3 1 2 3 3
153+
154+
Columns 9 through 16:
143155

144-
2 3 2 2 3 1 3 1 2 2 1 2 2
145-
2 1 1 2 3 2 2 1 1 3 3 1 3
146-
3 3 1 2 3 1 3 1 2 2 3 2 3
156+
2 3 1 1 3 3 2 2
157+
1 3 1 2 2 3 2 3
158+
2 2 1 2 3 1 1 3
147159

148-
Columns 14 through 20:
160+
Columns 17 through 20:
149161

150-
3 1 2 1 2 3 3
151-
3 1 2 1 1 1 2
152-
1 1 3 3 1 3 2</pre>
162+
1 2 2 2
163+
1 1 3 1
164+
1 2 3 3</pre>
153165
</div>
154166

155167
<h3><a name="3">Demonstration 3</a></h3>
@@ -164,45 +176,63 @@ <h3><a name="3">Demonstration 3</a></h3>
164176
<p>Produces the following output</p>
165177
<pre class="example">ans =
166178

167-
Columns 1 through 13:
179+
Columns 1 through 8:
168180

169-
3 3 3 3 1 2 3 3 1 1 2 2 1
170-
3 1 2 2 3 1 3 1 2 2 3 3 2
171-
3 2 3 1 3 1 1 1 3 1 2 3 2
181+
3 3 3 3 1 2 3 3
182+
3 1 2 2 3 1 3 1
183+
3 2 3 1 3 1 1 1
172184

173-
Columns 14 through 20:
185+
Columns 9 through 16:
174186

175-
2 2 2 1 2 1 1
176-
3 3 3 3 1 1 2
177-
1 2 2 2 1 2 1
187+
1 1 2 2 1 2 2 2
188+
2 2 3 3 2 3 3 3
189+
3 1 2 3 2 1 2 2
190+
191+
Columns 17 through 20:
192+
193+
1 2 1 1
194+
3 1 1 2
195+
2 1 2 1
178196

179197
ans =
180198

181-
Columns 1 through 13:
199+
Columns 1 through 8:
200+
201+
3 3 3 3 1 2 3 3
202+
3 1 2 2 3 1 3 1
203+
3 2 3 1 3 1 1 1
204+
205+
Columns 9 through 16:
182206

183-
3 3 3 3 1 2 3 3 1 1 2 2 1
184-
3 1 2 2 3 1 3 1 2 2 3 3 2
185-
3 2 3 1 3 1 1 1 3 1 2 3 2
207+
1 1 2 2 1 2 2 2
208+
2 2 3 3 2 3 3 3
209+
3 1 2 3 2 1 2 2
186210

187-
Columns 14 through 20:
211+
Columns 17 through 20:
188212

189-
2 2 2 1 2 1 1
190-
3 3 3 3 1 1 2
191-
1 2 2 2 1 2 1
213+
1 2 1 1
214+
3 1 1 2
215+
2 1 2 1
192216

193217
ans =
194218

195-
Columns 1 through 13:
219+
Columns 1 through 8:
196220

197-
3 2 2 3 2 3 1 2 2 3 1 2 3
198-
1 3 1 1 2 3 3 3 1 2 1 1 2
199-
1 3 3 1 1 1 2 3 2 2 2 1 2
221+
3 2 2 3 2 3 1 2
222+
1 3 1 1 2 3 3 3
223+
1 3 3 1 1 1 2 3
200224

201-
Columns 14 through 20:
225+
Columns 9 through 16:
202226

203-
1 2 3 2 3 2 3
204-
1 3 1 1 3 3 2
205-
3 3 1 1 2 2 1</pre>
227+
2 3 1 2 3 1 2 3
228+
1 2 1 1 2 1 3 1
229+
2 2 2 1 2 3 3 1
230+
231+
Columns 17 through 20:
232+
233+
2 3 2 3
234+
1 3 3 2
235+
1 2 2 1</pre>
206236
</div>
207237

208238
<h3><a name="4">Demonstration 4</a></h3>
@@ -217,15 +247,31 @@ <h3><a name="4">Demonstration 4</a></h3>
217247
<p>Produces the following output</p>
218248
<pre class="example">ans =
219249

220-
44 23 23 36 44 23 44 36 36 23
221-
36 23 36 23 44 36 36 23 44 44
222-
36 36 23 44 23 44 23 36 44 44
250+
Columns 1 through 8:
251+
252+
44 23 23 36 44 23 44 36
253+
36 23 36 23 44 36 36 23
254+
36 36 23 44 23 44 23 36
255+
256+
Columns 9 and 10:
257+
258+
36 23
259+
44 44
260+
44 44
223261

224262
ans =
225263

226-
23 23 23 36 23 23 23 36 36 23
227-
36 23 36 23 23 36 36 23 23 23
228-
36 36 23 23 23 23 23 36 23 23</pre>
264+
Columns 1 through 8:
265+
266+
23 23 23 36 23 23 23 36
267+
36 23 36 23 23 36 36 23
268+
36 36 23 23 23 23 23 36
269+
270+
Columns 9 and 10:
271+
272+
36 23
273+
23 23
274+
23 23</pre>
229275
</div>
230276

231277
<h3><a name="5">Demonstration 5</a></h3>

docs/function/boot1way.html

Lines changed: 3 additions & 3 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-17"/>
6+
<meta name="date" content="2024-05-19"/>
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." />
@@ -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.1067 | +0.19 | .838 |
532+
| 1 | 2 | 1 | -0.8075 | -1.78 | .087 |
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.3944 | -1.20 | .114 |
577+
| 1 | 2 | 1 | -0.5106 | -0.80 | .241 |
578578

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

docs/function/bootbayes.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-17"/>
6+
<meta name="date" content="2024-05-19"/>
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." />
@@ -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.03471 +184.5 1.278 +182.0 +187.1</pre>
194+
+184.5 +0.02607 +184.5 1.325 +181.9 +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.02190 +175.5 2.359 +171.3 +180.6
232-
+0.1904 -0.001762 +0.1898 0.07905 +0.02674 +0.3372</pre>
231+
+175.5 -0.1068 +175.4 2.360 +170.5 +179.9
232+
+0.1904 +0.002915 +0.1944 0.07831 +0.04770 +0.3512</pre>
233233
</div>
234234

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

docs/function/bootcdf.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-17"/>
6+
<meta name="date" content="2024-05-19"/>
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/bootci.html

Lines changed: 3 additions & 3 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-17"/>
6+
<meta name="date" content="2024-05-19"/>
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." />
@@ -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.57173 -0.24514
472-
0.03737 0.43932</pre>
471+
-0.7335 -0.65456
472+
0.2701 0.11194</pre>
473473
</div>
474474

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

docs/function/bootclust.html

Lines changed: 5 additions & 5 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-17"/>
6+
<meta name="date" content="2024-05-19"/>
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." />
@@ -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.2887 -0.007187 +0.1870 -0.6013 +0.01715
380-
-0.1043 -0.008428 +0.2159 -0.4918 +0.2162</pre>
379+
-0.02393 -0.005070 +0.2148 -0.3921 +0.3147
380+
-0.2107 -0.01181 +0.2051 -0.5857 +0.08041</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.04184 +0.007876 +0.1804 -0.3145 +0.2714
410-
+0.3486 +0.02326 +0.07954 +0.03027 +0.4184</pre>
409+
+0.2322 -0.04780 +0.2826 -0.2088 +0.7356
410+
+0.004256 +0.02352 +0.3034 -0.4945 +0.5023</pre>
411411
</div>
412412

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

0 commit comments

Comments
 (0)