File tree Expand file tree Collapse file tree 16 files changed +43
-27
lines changed
Expand file tree Collapse file tree 16 files changed +43
-27
lines changed Original file line number Diff line number Diff line change @@ -227,14 +227,22 @@ <h3 id="quick-start">Quick start</h3>
227227href ="https://gnu-octave.github.io/statistics-resampling/function/bootlm.html#4 "> One-way
228228repeated measures ANOVA</ a > </ p > </ li >
229229< li > < p > < a
230+ href ="https://gnu-octave.github.io/statistics-resampling/function/randtest1.html#1 "> Randomization
231+ or permutation test to evaluate whether a sample comes from a population
232+ with the specified mean</ a > </ p > </ li >
233+ < li > < p > < a
230234href ="https://gnu-octave.github.io/statistics-resampling/function/randtest2.html#1 "> Randomization
231- or permutation tests to compare the distributions of two independent or
235+ or permutation test to compare the distributions of two independent or
232236paired/matching samples</ a > </ p > </ li >
233237< li > < p > < a
234238href ="https://gnu-octave.github.io/statistics-resampling/function/randtest2.html#5 "> Randomization
235- or permutation tests to compare the distributions of two independent
239+ or permutation test to compare the distributions of two independent
236240samples with clustered observations</ a > </ p > </ li >
237241< li > < p > < a
242+ href ="https://gnu-octave.github.io/statistics-resampling/function/randtest.html#3 "> Randomization
243+ or permutation test to evaluate the statistical significance of a
244+ correlation coefficient</ a > </ p > </ li >
245+ < li > < p > < a
238246href ="https://gnu-octave.github.io/statistics-resampling/function/bootmode.html#1 "> Statistically
239247evaluate the number of modes (i.e. peaks) in a distribution</ a > </ p > </ li >
240248< li > < p > < a
Original file line number Diff line number Diff 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.8304 | +1.63 | .161 |
532+ | 1 | 2 | 1 | +0.3821 | +0.95 | .347 |
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.6446 | +1.33 | .078 |
577+ | 1 | 2 | 1 | +0.6944 | +0.95 | .221 |
578578
579579-----------------------------------------------------------------------------
580580| GROUP # | GROUP label | N |
Original file line number Diff line number Diff 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.74781 -0.35862
472- 0.276 0.50962 </ pre >
471+ -0.49903 -0.32048
472+ 0.1719 0.20754 </ pre >
473473</ div >
474474
475475< h3 > < a name ="11 "> Demonstration 11</ a > </ h3 >
Original file line number Diff line number Diff line change @@ -376,8 +376,8 @@ <h3><a name="7">Demonstration 7</a></h3>
376376
377377Bootstrap Statistics:
378378 original bias std_error CI_lower CI_upper
379- +0.3625 -0.01706 +0.2193 +0.01007 +0.7266
380- +0.2251 +0.001246 +0.2250 -0.1672 +0.5763 </ pre >
379+ +0.05661 +0.008427 +0.1783 -0.2258 +0.3597
380+ -0.5011 -0.01251 +0.2094 -0.8576 -0.1695 </ 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
407407Bootstrap Statistics:
408408 original bias std_error CI_lower CI_upper
409- +0.1434 +0.02090 +0.1595 -0.03552 +0.4799
410- -0.1623 +0.01750 +0.1080 -0.3331 +0.005695 </ pre >
409+ +0.03812 -0.01768 +0.1313 -0.2242 +0.2101
410+ +0.2485 -0.01351 +0.2831 -0.3207 +0.6026 </ pre >
411411</ div >
412412
413413< h3 > < a name ="9 "> Demonstration 9</ a > </ h3 >
Original file line number Diff line number Diff line change @@ -442,8 +442,8 @@ <h3><a name="8">Demonstration 8</a></h3>
442442
443443Bootstrap Statistics:
444444 original bias std_error CI_lower CI_upper
445- +0.1331 -0.01506 +0.2166 -0.2376 +0.4716
446- -0.5121 +0.01136 +0.1966 -0.9021 -0.2342 </ pre >
445+ -0.3468 -0.01215 +0.2650 -0.8105 +0.05247
446+ +0.5558 -0.01072 +0.2145 +0.1827 +0.8684 </ pre >
447447</ div >
448448
449449< h3 > < a name ="9 "> Demonstration 9</ a > </ h3 >
Original file line number Diff line number Diff 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.0005 so reject the null hypothesisthat there is 1 mode
152+ ans = H1 is 1 with p = 0.0015 so reject the null hypothesisthat there is 1 mode
153153
154- ans = H2 is 0 with p = 0.343 so accept the null hypothesis that there are 2 modes</ pre >
154+ ans = H2 is 0 with p = 0.327 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 >
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ <h3><a name="1">Demonstration 1</a></h3>
180180
181181Test Statistics:
182182 original std_err CI_lower CI_upper t-stat p-val FPR
183- +184.5 +1.243 +181.7 +187.3 +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
219219Test Statistics:
220220 original std_err CI_lower CI_upper t-stat p-val FPR
221- +175.5 +2.502 +169.9 +181.1 +70.1 < .001 .010
222- +0.1904 +0.08261 +0.01031 +0.3705 +2.31 .039 .257 </ pre >
221+ +175.5 +2.502 +169.8 +181.2 +70.1 < .001 .010
222+ +0.1904 +0.08261 +0.003534 +0.3773 +2.31 .047 .280 </ pre >
223223</ div >
224224
225225< p > Package: < a href ="../index.html "> statistics-resampling</ a > </ p >
Original file line number Diff line number Diff line change 2020< div id ="doccontent ">
2121
2222< h2 > cor</ h2 >
23- < pre > Vectorized function for computating Pearson's correlation coefficient (RHO)
23+ < pre > Vectorized function for computing Pearson's correlation coefficient (RHO)
2424 between each of the respective columns in two data vectors or matrices.
2525
2626 -- Function File: RHO = cor (X, Y)
You can’t perform that action at this time.
0 commit comments