Skip to content

Commit d09393b

Browse files
committed
update matlab toolbox and online manual with bug fix
1 parent 4022fb2 commit d09393b

17 files changed

+51
-41
lines changed

docs/description.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"package":
66
{
77
"name": "statistics-resampling",
8-
"version": "5.5.15",
8+
"version": "5.5.16",
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",
1111
"date": "2024-05-24",

docs/function/boot.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ <h3><a name="1">Demonstration 1</a></h3>
118118

119119
Columns 1 through 12:
120120

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
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
124124

125125
Columns 13 through 20:
126126

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>
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>
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 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
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
147147

148148
Columns 13 through 20:
149149

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>
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>
153153
</div>
154154

155155
<h3><a name="3">Demonstration 3</a></h3>

docs/function/boot1way.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.3941 | -0.92 | .298 |
532+
| 1 | 2 | 1 | +0.3886 | +0.79 | .424 |
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.06583 | -0.11 | .897 |
577+
| 1 | 2 | 1 | -0.3233 | -0.70 | .280 |
578578

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

docs/function/bootbayes.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.002267 +184.4 1.285 +182.0 +187.2</pre>
194+
+184.5 +0.01497 +184.5 1.289 +181.9 +187.0</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.05393 +175.5 2.382 +170.9 +180.1
232-
+0.1904 +0.001229 +0.1905 0.07973 +0.03445 +0.3433</pre>
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>
233233
</div>
234234

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

docs/function/bootci.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.14522 -0.24578
472-
0.52548 0.21074</pre>
471+
-0.65399 -0.99282
472+
0.24451 0.40299</pre>
473473
</div>
474474

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

docs/function/bootclust.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.01466 +0.008048 +0.1644 -0.2685 +0.2730
380-
-0.3673 +0.01481 +0.1988 -0.6876 -0.03620</pre>
379+
-0.1799 -0.007339 +0.2585 -0.6067 +0.2508
380+
-0.1218 -0.02885 +0.2777 -0.6030 +0.2821</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.06679 -0.04155 +0.2747 -0.3193 +0.6091
410-
+0.3205 +0.07195 +0.3240 -0.1417 +0.8961</pre>
409+
-0.1460 +0.03458 +0.1694 -0.3947 +0.1270
410+
-0.1339 +0.005021 +0.2194 -0.5363 +0.1780</pre>
411411
</div>
412412

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

docs/function/bootknife.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1408 -0.001400 +0.2037 -0.4468 +0.2220
446-
+0.1314 +0.006638 +0.2106 -0.1736 +0.5228</pre>
445+
-0.01258 +0.03757 +0.2620 -0.5191 +0.3663
446+
+0.1489 -0.06760 +0.2996 -0.3410 +0.6202</pre>
447447
</div>
448448

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

docs/function/bootmode.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ <h3><a name="1">Demonstration 1</a></h3>
149149
<p>Produces the following output</p>
150150
<pre class="example">ans = Summary of results:
151151

152-
ans = H1 is 1 with p = 0.001 so reject the null hypothesisthat there is 1 mode
152+
ans = H1 is 1 with p = 0.0005 so reject the null hypothesisthat there is 1 mode
153153

154-
ans = H2 is 0 with p = 0.322 so accept the null hypothesis that there are 2 modes</pre>
154+
ans = H2 is 0 with p = 0.33 so accept the null hypothesis that there are 2 modes</pre>
155155
</div>
156156

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

docs/function/bootstrp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h2>bootstrp</h2>
128128
vs. Smoothing; Proceedings of the Section on Statistics & the
129129
Environment. Alexandria, VA: American Statistical Association.
130130

131-
bootstrp (version 2024.05.15)
131+
bootstrp (version 2024.05.24)
132132
Author: Andrew Charles Penn
133133
https://www.researchgate.net/profile/Andrew_Penn/
134134

docs/function/bootwild.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h3><a name="1">Demonstration 1</a></h3>
180180

181181
Test Statistics:
182182
original std_err CI_lower CI_upper t-stat p-val FPR
183-
+184.5 +1.243 +181.5 +187.5 +148. <.001 .010</pre>
183+
+184.5 +1.243 +181.6 +187.4 +148. <.001 .010</pre>
184184
</div>
185185

186186
<h3><a name="2">Demonstration 2</a></h3>
@@ -218,8 +218,8 @@ <h3><a name="2">Demonstration 2</a></h3>
218218

219219
Test Statistics:
220220
original std_err CI_lower CI_upper t-stat p-val FPR
221-
+175.5 +2.502 +169.7 +181.3 +70.1 <.001 .010
222-
+0.1904 +0.08261 +0.003945 +0.3769 +2.31 .046 .279</pre>
221+
+175.5 +2.502 +169.9 +181.1 +70.1 <.001 .010
222+
+0.1904 +0.08261 +0.005723 +0.3751 +2.31 .046 .277</pre>
223223
</div>
224224

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

0 commit comments

Comments
 (0)