Skip to content

Commit 84d0fa4

Browse files
committed
updated matlab toolbox and online manual
1 parent db572db commit 84d0fa4

29 files changed

+74
-73
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-24"/>
6+
<meta name="date" content="2024-05-25"/>
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-24",
4+
"date_generated": "2024-05-25",
55
"package":
66
{
77
"name": "statistics-resampling",
8-
"version": "5.5.16",
8+
"version": "5.5.17",
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-24",
11+
"date": "2024-05-25",
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: 13 additions & 13 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-24"/>
6+
<meta name="date" content="2024-05-25"/>
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." />
@@ -118,15 +118,15 @@ <h3><a name="1">Demonstration 1</a></h3>
118118

119119
Columns 1 through 12:
120120

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

125125
Columns 13 through 20:
126126

127-
2 2 2 3 1 1 2 1
128-
2 2 1 1 3 3 2 2
129-
3 2 1 3 3 1 1 2</pre>
127+
2 1 2 2 3 3 1 1
128+
2 2 3 3 1 1 3 3
129+
3 1 1 1 2 3 3 1</pre>
130130
</div>
131131

132132
<h3><a name="2">Demonstration 2</a></h3>
@@ -141,15 +141,15 @@ <h3><a name="2">Demonstration 2</a></h3>
141141

142142
Columns 1 through 12:
143143

144-
2 3 1 2 1 2 3 1 2 3 1 1
145-
3 1 2 2 1 2 3 1 1 3 1 2
146-
3 3 1 3 1 2 3 3 2 2 1 2
144+
2 3 2 2 3 1 3 1 2 2 1 2
145+
2 1 1 2 3 2 2 1 1 3 3 1
146+
3 3 1 2 3 1 3 1 2 2 3 2
147147

148148
Columns 13 through 20:
149149

150-
3 3 2 2 1 2 2 2
151-
2 3 2 3 1 1 3 1
152-
3 1 1 3 1 2 3 3</pre>
150+
2 3 1 2 1 2 3 3
151+
3 3 1 2 1 1 1 2
152+
3 1 1 3 3 1 3 2</pre>
153153
</div>
154154

155155
<h3><a name="3">Demonstration 3</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-24"/>
6+
<meta name="date" content="2024-05-25"/>
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.3886 | +0.79 | .424 |
532+
| 1 | 2 | 1 | +0.1903 | +0.44 | .632 |
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.3233 | -0.70 | .280 |
577+
| 1 | 2 | 1 | -0.4930 | -0.52 | .544 |
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-24"/>
6+
<meta name="date" content="2024-05-25"/>
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.01497 +184.5 1.289 +181.9 +187.0</pre>
194+
+184.5 +0.01413 +184.5 1.320 +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.01508 +175.5 2.372 +171.2 +180.1
232-
+0.1904 -0.0006274 +0.1905 0.07826 +0.04002 +0.3438</pre>
231+
+175.5 +0.01690 +175.5 2.396 +171.1 +180.4
232+
+0.1904 -0.0008083 +0.1919 0.08086 +0.02622 +0.3426</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-24"/>
6+
<meta name="date" content="2024-05-25"/>
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-24"/>
6+
<meta name="date" content="2024-05-25"/>
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.65399 -0.99282
472-
0.24451 0.40299</pre>
471+
-0.71623 -0.10519
472+
-0.12332 0.52037</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-24"/>
6+
<meta name="date" content="2024-05-25"/>
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.1799 -0.007339 +0.2585 -0.6067 +0.2508
380-
-0.1218 -0.02885 +0.2777 -0.6030 +0.2821</pre>
379+
-0.6909 -0.02814 +0.1604 -0.9216 -0.4016
380+
-0.4504 +0.01723 +0.2143 -0.7994 -0.08897</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.1460 +0.03458 +0.1694 -0.3947 +0.1270
410-
-0.1339 +0.005021 +0.2194 -0.5363 +0.1780</pre>
409+
+0.4799 +0.07198 +0.3503 -0.1275 +0.9202
410+
+0.5496 +0.05655 +0.2954 +0.09608 +0.9342</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-24"/>
6+
<meta name="date" content="2024-05-25"/>
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: 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-24"/>
6+
<meta name="date" content="2024-05-25"/>
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." />
@@ -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.01258 +0.03757 +0.2620 -0.5191 +0.3663
446-
+0.1489 -0.06760 +0.2996 -0.3410 +0.6202</pre>
445+
-0.2026 -0.01473 +0.2551 -0.5796 +0.2677
446+
-0.2233 +0.01254 +0.3051 -0.7585 +0.2527</pre>
447447
</div>
448448

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

0 commit comments

Comments
 (0)