Skip to content

Commit

Permalink
update manual
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Apr 24, 2024
1 parent 35a98f8 commit 66503ca
Show file tree
Hide file tree
Showing 27 changed files with 395 additions and 271 deletions.
2 changes: 1 addition & 1 deletion docs/copying.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="date" content="2024-04-22"/>
<meta name="date" content="2024-04-24"/>
<meta name="generator" content="generate_html 0.3.3" />
<meta name="author" content="Andrew Penn" />
<meta name="description" content="A package for statistical analysis using resampling methods." />
Expand Down
4 changes: 2 additions & 2 deletions docs/description.json
Original file line number Diff line number Diff line change
@@ -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 Penn <[email protected]>",
"maintainer": "Andrew Penn <[email protected]>",
Expand Down
26 changes: 13 additions & 13 deletions docs/function/boot.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="date" content="2024-04-22"/>
<meta name="date" content="2024-04-24"/>
<meta name="generator" content="generate_html 0.3.3" />
<meta name="author" content="Andrew Penn" />
<meta name="description" content="A package for statistical analysis using resampling methods." />
Expand Down Expand Up @@ -118,15 +118,15 @@ <h3><a name="1">Demonstration 1</a></h3>

Columns 1 through 11:

3 3 1 2 1 3 2 3 2 1 1
3 3 1 2 1 1 1 2 3 1 1
3 2 2 3 2 2 2 1 3 1 2
3 2 1 2 3 3 3 3 2 3 1
1 1 1 3 3 2 2 3 1 1 1
2 3 3 2 2 1 3 1 1 1 3

Columns 12 through 20:

3 2 1 3 3 2 2 2 3
2 1 2 3 3 1 1 3 1
3 2 3 2 1 1 1 3 2</pre>
2 3 1 2 2 1 1 2 2
3 3 2 2 2 2 2 3 1
3 1 2 1 1 3 3 1 2</pre>
</div>

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

Columns 1 through 11:

3 3 1 3 3 2 2 1 1 2 1
2 1 2 3 3 2 3 3 1 3 1
3 3 1 2 1 2 2 1 1 2 3
2 3 1 3 3 2 2 3 1 2 3
3 3 1 2 3 1 2 1 1 2 3
3 3 1 3 1 1 3 1 2 2 1

Columns 12 through 20:

1 3 3 1 3 1 2 2 1
1 3 3 2 3 1 2 2 1
2 2 1 2 2 3 2 3 1</pre>
1 2 1 1 2 3 2 2 3
1 3 1 2 3 1 2 1 2
2 2 3 2 3 3 1 1 2</pre>
</div>

<h3><a name="3">Demonstration 3</a></h3>
Expand Down
12 changes: 6 additions & 6 deletions docs/function/boot1way.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="date" content="2024-04-22"/>
<meta name="date" content="2024-04-24"/>
<meta name="generator" content="generate_html 0.3.3" />
<meta name="author" content="Andrew Penn" />
<meta name="description" content="A package for statistical analysis using resampling methods." />
Expand Down Expand Up @@ -55,11 +55,11 @@ <h2>boot1way</h2>
'boot1way (..., 'bootfun', BOOTFUN)' also specifies BOOTFUN: the function
calculated on the original sample and the bootstrap resamples. BOOTFUN
must be either a:
o function handle or anonymous function,
o string of function name, or
o function handle, function name or an anonymous function,
o string of a function name, or
o a cell array where the first cell is one of the above function
definitions and the remaining cells are (additional) input arguments
to that function (other than the data arguments).
to that function (after the data arguments).
In all cases, BOOTFUN must take DATA for the initial input argument(s).
BOOTFUN must calculate a statistic representative of the finite data
sample; it should NOT be an estimate of a population parameter (unless
Expand Down Expand Up @@ -529,7 +529,7 @@ <h3><a name="7">Demonstration 7</a></h3>
-----------------------------------------------------------------------------
| Comparison | Test # | Ref # | Difference | t | p |
|------------|------------|------------|------------|------------|----------|
| 1 | 2 | 1 | +0.6032 | +1.39 | .230 |
| 1 | 2 | 1 | +0.08697 | +0.17 | .858 |

-----------------------------------------------------------------------------
| GROUP # | GROUP label | N |
Expand Down Expand Up @@ -574,7 +574,7 @@ <h3><a name="8">Demonstration 8</a></h3>
-----------------------------------------------------------------------------
| Comparison | Test # | Ref # | Difference | t | p |
|------------|------------|------------|------------|------------|----------|
| 1 | 2 | 1 | +0.1395 | +0.19 | .779 |
| 1 | 2 | 1 | -0.08836 | -0.13 | .837 |

-----------------------------------------------------------------------------
| GROUP # | GROUP label | N |
Expand Down
8 changes: 4 additions & 4 deletions docs/function/bootbayes.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="date" content="2024-04-22"/>
<meta name="date" content="2024-04-24"/>
<meta name="generator" content="generate_html 0.3.3" />
<meta name="author" content="Andrew Penn" />
<meta name="description" content="A package for statistical analysis using resampling methods." />
Expand Down Expand Up @@ -191,7 +191,7 @@ <h3><a name="1">Demonstration 1</a></h3>

Posterior Statistics:
original bias median stdev CI_lower CI_upper
+184.5 -0.02210 +184.5 1.240 +182.1 +186.9</pre>
+184.5 -0.02727 +184.5 1.310 +182.1 +187.3</pre>
</div>

<h3><a name="2">Demonstration 2</a></h3>
Expand Down Expand Up @@ -228,8 +228,8 @@ <h3><a name="2">Demonstration 2</a></h3>

Posterior Statistics:
original bias median stdev CI_lower CI_upper
+175.5 +0.03532 +175.5 2.384 +171.1 +180.3
+0.1904 -0.001074 +0.1909 0.07912 +0.04160 +0.3442</pre>
+175.5 +0.01959 +175.5 2.479 +170.9 +180.3
+0.1904 -0.001474 +0.1927 0.08174 +0.03816 +0.3526</pre>
</div>

<p>Package: <a href="../index.html">statistics-resampling</a></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/function/bootcdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="date" content="2024-04-22"/>
<meta name="date" content="2024-04-24"/>
<meta name="generator" content="generate_html 0.3.3" />
<meta name="author" content="Andrew Penn" />
<meta name="description" content="A package for statistical analysis using resampling methods." />
Expand Down
52 changes: 26 additions & 26 deletions docs/function/bootci.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="date" content="2024-04-22"/>
<meta name="date" content="2024-04-24"/>
<meta name="generator" content="generate_html 0.3.3" />
<meta name="author" content="Andrew Penn" />
<meta name="description" content="A package for statistical analysis using resampling methods." />
Expand Down Expand Up @@ -186,8 +186,8 @@ <h3><a name="1">Demonstration 1</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

23.616
34.358</pre>
23.895
34.598</pre>
</div>

<h3><a name="2">Demonstration 2</a></h3>
Expand All @@ -206,8 +206,8 @@ <h3><a name="2">Demonstration 2</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

23.975
34.269</pre>
24
34.118</pre>
</div>

<h3><a name="3">Demonstration 3</a></h3>
Expand All @@ -227,8 +227,8 @@ <h3><a name="3">Demonstration 3</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

25.04
36.477</pre>
24.924
37.101</pre>
</div>

<h3><a name="4">Demonstration 4</a></h3>
Expand All @@ -247,8 +247,8 @@ <h3><a name="4">Demonstration 4</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

96.629
235.91</pre>
99.352
237.73</pre>
</div>

<h3><a name="5">Demonstration 5</a></h3>
Expand All @@ -267,8 +267,8 @@ <h3><a name="5">Demonstration 5</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

117.01
260.73</pre>
116.14
265.21</pre>
</div>

<h3><a name="6">Demonstration 6</a></h3>
Expand All @@ -288,8 +288,8 @@ <h3><a name="6">Demonstration 6</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

108.55
297.71</pre>
114.58
298.41</pre>
</div>

<h3><a name="7">Demonstration 7</a></h3>
Expand All @@ -309,8 +309,8 @@ <h3><a name="7">Demonstration 7</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

111.53
268.13</pre>
110.15
272.46</pre>
</div>

<h3><a name="8">Demonstration 8</a></h3>
Expand All @@ -331,8 +331,8 @@ <h3><a name="8">Demonstration 8</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

0.50501
0.86333</pre>
0.51805
0.85978</pre>
</div>

<h3><a name="9">Demonstration 9</a></h3>
Expand Down Expand Up @@ -439,13 +439,13 @@ <h3><a name="9">Demonstration 9</a></h3>
<p>Produces the following output</p>
<pre class="example">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</pre>
-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</pre>
</div>

<h3><a name="10">Demonstration 10</a></h3>
Expand All @@ -466,8 +466,8 @@ <h3><a name="10">Demonstration 10</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

-0.68659 -0.66985
0.33107 0.40462</pre>
-0.16358 -0.84894
0.71954 0.45924</pre>
</div>

<h3><a name="11">Demonstration 11</a></h3>
Expand Down
Loading

0 comments on commit 66503ca

Please sign in to comment.