Skip to content

Commit

Permalink
updated manual and Matlab toolbox installer
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Jan 20, 2024
1 parent b0cfebe commit ad87c7f
Show file tree
Hide file tree
Showing 27 changed files with 204 additions and 202 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-01-19"/>
<meta name="date" content="2024-01-20"/>
<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
6 changes: 3 additions & 3 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-01-19",
"date_generated": "2024-01-20",
"package":
{
"name": "statistics-resampling",
"version": "5.5.5.1",
"version": "5.5.5.2",
"description": "The statistics-resampling package is an Octave package and Matlab toolbox that can be used to overcome a wide variety of statistics problems 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 test hypotheses (p-values). 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 overcome a wide variety of statistics problems using non-parametric resampling methods",
"date": "2024-01-19",
"date": "2024-01-20",
"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-01-19"/>
<meta name="date" content="2024-01-20"/>
<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 13:

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

Columns 14 through 20:

1 3 3 2 2 2 3
2 3 3 1 1 3 1
3 2 1 1 1 3 2</pre>
1 3 2 1 2 3 1
2 3 3 2 1 1 2
1 2 1 2 1 3 1</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 13:

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

Columns 14 through 20:

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

<h3><a name="3">Demonstration 3</a></h3>
Expand Down
6 changes: 3 additions & 3 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-01-19"/>
<meta name="date" content="2024-01-20"/>
<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 @@ -528,7 +528,7 @@ <h3><a name="7">Demonstration 7</a></h3>
-----------------------------------------------------------------------------
| Comparison | Test # | Ref # | Difference | t | p |
|------------|------------|------------|------------|------------|----------|
| 1 | 2 | 1 | +0.6138 | +1.60 | .136 |
| 1 | 2 | 1 | -0.6441 | -1.38 | .234 |

-----------------------------------------------------------------------------
| GROUP # | GROUP label | N |
Expand Down Expand Up @@ -573,7 +573,7 @@ <h3><a name="8">Demonstration 8</a></h3>
-----------------------------------------------------------------------------
| Comparison | Test # | Ref # | Difference | t | p |
|------------|------------|------------|------------|------------|----------|
| 1 | 2 | 1 | -0.8523 | -1.41 | .070 |
| 1 | 2 | 1 | +0.2285 | +0.31 | .633 |

-----------------------------------------------------------------------------
| 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-01-19"/>
<meta name="date" content="2024-01-20"/>
<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 @@ -187,7 +187,7 @@ <h3><a name="1">Demonstration 1</a></h3>

Posterior Statistics:
original bias median stdev CI_lower CI_upper
+184.5 +0.1128 +184.6 1.304 +182.1 +187.2</pre>
+184.5 -0.01662 +184.5 1.311 +182.0 +187.2</pre>
</div>

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

Posterior Statistics:
original bias median stdev CI_lower CI_upper
+175.5 -0.006764 +175.5 2.429 +171.2 +180.8
+0.1904 -0.001083 +0.1890 0.08054 +0.03814 +0.3508</pre>
+175.5 -0.04541 +175.5 2.433 +170.4 +179.9
+0.1904 +0.0008393 +0.1920 0.08039 +0.03740 +0.3460</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-01-19"/>
<meta name="date" content="2024-01-20"/>
<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
48 changes: 24 additions & 24 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-01-19"/>
<meta name="date" content="2024-01-20"/>
<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 @@ -184,8 +184,8 @@ <h3><a name="1">Demonstration 1</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

23.825
34.411</pre>
23.616
34.358</pre>
</div>

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

23.462
34.651</pre>
23.975
34.269</pre>
</div>

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

24.811
36.698</pre>
25.04
36.477</pre>
</div>

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

100.29
233.9</pre>
96.629
235.91</pre>
</div>

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

116.4
265.89</pre>
117.01
260.73</pre>
</div>

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

106.75
290.95</pre>
108.55
297.71</pre>
</div>

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

115.81
278.35</pre>
111.53
268.13</pre>
</div>

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

0.51674
0.873</pre>
0.50501
0.86333</pre>
</div>

<h3><a name="9">Demonstration 9</a></h3>
Expand Down Expand Up @@ -431,13 +431,13 @@ <h3><a name="9">Demonstration 9</a></h3>
<p>Produces the following output</p>
<pre class="example">ans =

-16.69 -20.526 -12.642
-11.721 -15.188 -8.0851
-8.0606 -11.299 -4.6596
0.10476 -0.062295 0.28823
0.010336 -0.00273 0.023016
0.06452 0.033493 0.094721
0.0016638 0.00019837 0.0031828</pre>
-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>
</div>

<h3><a name="10">Demonstration 10</a></h3>
Expand Down
34 changes: 17 additions & 17 deletions docs/function/bootclust.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-01-19"/>
<meta name="date" content="2024-01-20"/>
<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 @@ -170,11 +170,11 @@ <h3><a name="1">Demonstration 1</a></h3>
Resampling method: Balanced, bootstrap cluster resampling
Number of resamples: 1999
Confidence interval (CI) type: Expanded bias-corrected and accelerated (BCa)
Nominal coverage (and the percentiles used): 95% (1.3%, 97.7%)
Nominal coverage (and the percentiles used): 95% (1.2%, 97.4%)

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+29.65 -2.132e-14 +2.599 +23.69 +34.68</pre>
+29.65 -2.132e-14 +2.584 +23.40 +34.61</pre>
</div>

<h3><a name="2">Demonstration 2</a></h3>
Expand All @@ -200,11 +200,11 @@ <h3><a name="2">Demonstration 2</a></h3>
Resampling method: Balanced, bootstrap cluster resampling
Number of resamples: 1999
Confidence interval (CI) type: Expanded bias-corrected and accelerated (BCa)
Nominal coverage (and the percentiles used): 95% (1.2%, 98.9%)
Nominal coverage (and the percentiles used): 95% (1.1%, 98.8%)

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+29.65 -0.02927 +2.942 +22.98 +36.28</pre>
+29.65 -0.04061 +2.965 +22.61 +35.89</pre>
</div>

<h3><a name="3">Demonstration 3</a></h3>
Expand Down Expand Up @@ -232,7 +232,7 @@ <h3><a name="3">Demonstration 3</a></h3>

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+171.5 -6.249 +41.49 +98.29 +234.8</pre>
+171.5 -6.783 +41.77 +96.12 +234.6</pre>
</div>

<h3><a name="4">Demonstration 4</a></h3>
Expand Down Expand Up @@ -262,7 +262,7 @@ <h3><a name="4">Demonstration 4</a></h3>

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+171.5 -9.731 +33.57 +104.4 +214.9</pre>
+171.5 -9.279 +33.39 +104.3 +215.2</pre>
</div>

<h3><a name="5">Demonstration 5</a></h3>
Expand All @@ -285,11 +285,11 @@ <h3><a name="5">Demonstration 5</a></h3>
Resampling method: Balanced, bootstrap cluster resampling
Number of resamples: 1999
Confidence interval (CI) type: Bias-corrected and accelerated (BCa)
Nominal coverage (and the percentiles used): 90% (11.6%, 98.6%)
Nominal coverage (and the percentiles used): 90% (12.1%, 98.7%)

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+171.5 -6.309 +41.90 +114.2 +257.6</pre>
+171.5 -6.482 +41.81 +116.1 +261.8</pre>
</div>

<h3><a name="6">Demonstration 6</a></h3>
Expand All @@ -314,11 +314,11 @@ <h3><a name="6">Demonstration 6</a></h3>
Resampling method: Balanced, bootstrap cluster resampling
Number of resamples: 1999
Confidence interval (CI) type: Bias-corrected and accelerated (BCa)
Nominal coverage (and the percentiles used): 90% (12.2%, 98.5%)
Nominal coverage (and the percentiles used): 90% (13.2%, 98.7%)

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+171.5 -9.334 +33.63 +121.9 +229.6</pre>
+171.5 -9.281 +33.11 +124.3 +230.3</pre>
</div>

<h3><a name="7">Demonstration 7</a></h3>
Expand All @@ -344,8 +344,8 @@ <h3><a name="7">Demonstration 7</a></h3>

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+0.1651 -0.009852 +0.2721 -0.2945 +0.6046
+0.04693 -0.01605 +0.2184 -0.3350 +0.3687</pre>
+0.02509 -0.001472 +0.2109 -0.3221 +0.3588
-0.03935 +0.004098 +0.1796 -0.3029 +0.2764</pre>
</div>

<h3><a name="8">Demonstration 8</a></h3>
Expand All @@ -372,8 +372,8 @@ <h3><a name="8">Demonstration 8</a></h3>

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
-0.07256 +0.03439 +0.2637 -0.3898 +0.5210
-0.2104 +0.04365 +0.2192 -0.5187 +0.1343</pre>
-0.2870 +0.02354 +0.2232 -0.6160 +0.1008
+0.3348 -0.01790 +0.08561 +0.2548 +0.4826</pre>
</div>

<h3><a name="9">Demonstration 9</a></h3>
Expand All @@ -400,11 +400,11 @@ <h3><a name="9">Demonstration 9</a></h3>
Resampling method: Balanced, bootstrap cluster resampling
Number of resamples: 1999
Confidence interval (CI) type: Bias-corrected and accelerated (BCa)
Nominal coverage (and the percentiles used): 95% (2.2%, 97.2%)
Nominal coverage (and the percentiles used): 95% (1.9%, 96.9%)

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+0.7764 -0.02390 +0.1417 +0.4216 +0.9988</pre>
+0.7764 -0.02508 +0.1470 +0.3958 +1.001</pre>
</div>

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

0 comments on commit ad87c7f

Please sign in to comment.