Skip to content

Commit 53cef0f

Browse files
committed
updated online manual
1 parent de68d30 commit 53cef0f

27 files changed

+52
-52
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-23"/>
6+
<meta name="date" content="2024-05-24"/>
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-23",
4+
"date_generated": "2024-05-24",
55
"package":
66
{
77
"name": "statistics-resampling",
8-
"version": "5.5.14",
8+
"version": "5.5.15",
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-19",
11+
"date": "2024-05-24",
1212
"title": "A statistics package with a variety of resampling tools",
1313
"author": "Andrew Penn <[email protected]>",
1414
"maintainer": "Andrew Penn <[email protected]>",

docs/function/boot.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-23"/>
6+
<meta name="date" content="2024-05-24"/>
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/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-23"/>
6+
<meta name="date" content="2024-05-24"/>
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.5765 | -1.28 | .258 |
532+
| 1 | 2 | 1 | -0.3941 | -0.92 | .298 |
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.6332 | +0.95 | .238 |
577+
| 1 | 2 | 1 | -0.06583 | -0.11 | .897 |
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-23"/>
6+
<meta name="date" content="2024-05-24"/>
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.01413 +184.5 1.320 +181.9 +187.1</pre>
194+
+184.5 +0.002267 +184.4 1.285 +182.0 +187.2</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.01690 +175.5 2.396 +171.1 +180.4
232-
+0.1904 -0.0008083 +0.1919 0.08086 +0.02622 +0.3426</pre>
231+
+175.5 -0.05393 +175.5 2.382 +170.9 +180.1
232+
+0.1904 +0.001229 +0.1905 0.07973 +0.03445 +0.3433</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-23"/>
6+
<meta name="date" content="2024-05-24"/>
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-23"/>
6+
<meta name="date" content="2024-05-24"/>
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.37044 -0.66984
472-
0.47872 0.27337</pre>
471+
-0.14522 -0.24578
472+
0.52548 0.21074</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-23"/>
6+
<meta name="date" content="2024-05-24"/>
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.1067 +0.01075 +0.2748 -0.5960 +0.3165
380-
+0.6192 +0.03523 +0.3662 -0.008844 +1.142</pre>
379+
-0.01466 +0.008048 +0.1644 -0.2685 +0.2730
380+
-0.3673 +0.01481 +0.1988 -0.6876 -0.03620</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.2062 +0.003942 +0.3050 -0.2453 +0.7684
410-
+0.1866 -0.04774 +0.2287 -0.03952 +0.7658</pre>
409+
+0.06679 -0.04155 +0.2747 -0.3193 +0.6091
410+
+0.3205 +0.07195 +0.3240 -0.1417 +0.8961</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-23"/>
6+
<meta name="date" content="2024-05-24"/>
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-23"/>
6+
<meta name="date" content="2024-05-24"/>
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.1344 -0.01222 +0.2104 -0.1963 +0.4912
446-
-0.2124 -0.01051 +0.1828 -0.5107 +0.06452</pre>
445+
-0.1408 -0.001400 +0.2037 -0.4468 +0.2220
446+
+0.1314 +0.006638 +0.2106 -0.1736 +0.5228</pre>
447447
</div>
448448

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

0 commit comments

Comments
 (0)