-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFW.html
459 lines (459 loc) · 19.7 KB
/
FW.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>c4cec6cb436c4cc3b72ed82bc38d8247</title>
<style>
html {
line-height: 1.5;
font-family: Georgia, serif;
font-size: 20px;
color: #1a1a1a;
background-color: #fdfdfd;
}
body {
margin: 0 auto;
max-width: 36em;
padding-left: 50px;
padding-right: 50px;
padding-top: 50px;
padding-bottom: 50px;
hyphens: auto;
overflow-wrap: break-word;
text-rendering: optimizeLegibility;
font-kerning: normal;
}
@media (max-width: 600px) {
body {
font-size: 0.9em;
padding: 1em;
}
h1 {
font-size: 1.8em;
}
}
@media print {
body {
background-color: transparent;
color: black;
font-size: 12pt;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3, h4 {
page-break-after: avoid;
}
}
p {
margin: 1em 0;
}
a {
color: #1a1a1a;
}
a:visited {
color: #1a1a1a;
}
img {
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 1.4em;
}
h5, h6 {
font-size: 1em;
font-style: italic;
}
h6 {
font-weight: normal;
}
ol, ul {
padding-left: 1.7em;
margin-top: 1em;
}
li > ol, li > ul {
margin-top: 0;
}
blockquote {
margin: 1em 0 1em 1.7em;
padding-left: 1em;
border-left: 2px solid #e6e6e6;
color: #606060;
}
code {
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
font-size: 85%;
margin: 0;
}
pre {
margin: 1em 0;
overflow: auto;
}
pre code {
padding: 0;
overflow: visible;
overflow-wrap: normal;
}
.sourceCode {
background-color: transparent;
overflow: visible;
}
hr {
background-color: #1a1a1a;
border: none;
height: 1px;
margin: 1em 0;
}
table {
margin: 1em 0;
border-collapse: collapse;
width: 100%;
overflow-x: auto;
display: block;
font-variant-numeric: lining-nums tabular-nums;
}
table caption {
margin-bottom: 0.75em;
}
tbody {
margin-top: 0.5em;
border-top: 1px solid #1a1a1a;
border-bottom: 1px solid #1a1a1a;
}
th {
border-top: 1px solid #1a1a1a;
padding: 0.25em 0.5em 0.25em 0.5em;
}
td {
padding: 0.125em 0.5em 0.25em 0.5em;
}
header {
margin-bottom: 4em;
text-align: center;
}
#TOC li {
list-style: none;
}
#TOC ul {
padding-left: 1.3em;
}
#TOC > ul {
padding-left: 0;
}
#TOC a:not(:hover) {
text-decoration: none;
}
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
ul.task-list li input[type="checkbox"] {
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
div.csl-bib-body { }
div.csl-entry {
clear: both;
}
.hanging div.csl-entry {
margin-left:2em;
text-indent:-2em;
}
div.csl-left-margin {
min-width:2em;
float:left;
}
div.csl-right-inline {
margin-left:2em;
padding-left:1em;
}
div.csl-indent {
margin-left: 2em;
}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<div id="refs" class="references csl-bib-body hanging-indent"
role="doc-bibliography">
<div id="ref-Agresti1177011454" class="csl-entry"
role="doc-biblioentry">
Agresti, A. 1992. <span>“<span class="nocase">A Survey of Exact
Inference for Contingency Tables</span>.”</span> <em>Statistical
Science</em> 7 (1): 131–53. <a
href="https://doi.org/10.1214/ss/1177011454">https://doi.org/10.1214/ss/1177011454</a>.
</div>
<div id="ref-Beals2020" class="csl-entry" role="doc-biblioentry">
Beals, R., & Wong, R. S. C. 2020. <span>“The Gamma and Beta
Functions.”</span> In <em>Explorations in Complex Functions</em>,
141–53. Cham: Springer International Publishing. <a
href="https://doi.org/10.1007/978-3-030-54533-8_10">https://doi.org/10.1007/978-3-030-54533-8_10</a>.
</div>
<div id="ref-Bernoulli1729" class="csl-entry" role="doc-biblioentry">
Bernoulli, D. 1729. <span>“<span class="nocase">Lettre XLVII. D.
Bernoulli a Goldbach</span>.”</span> <span>St.-Petersbourg ce 6. octobre
1729</span>. <a
href="https://commons.m.wikimedia.org/wiki/File:DanielBernoulliLetterToGoldbach-1729-10-06.jpg">https://commons.m.wikimedia.org/wiki/File:DanielBernoulliLetterToGoldbach-1729-10-06.jpg</a>.
</div>
<div id="ref-Bernoulli1713" class="csl-entry" role="doc-biblioentry">
Bernoulli, J. 1713. <em><span class="nocase">Ars conjectandi, opus
posthumum. Accedit Tractatus de seriebus infinitis, et epistola gallicé
scripta de ludo pilae reticularis</span></em>. Basileae: Impensis
Thurnisiorum, Fratrum. <a
href="https://www.e-rara.ch/zut/doi/10.3931/e-rara-9001">https://www.e-rara.ch/zut/doi/10.3931/e-rara-9001</a>.
</div>
<div id="ref-Borenstein2001" class="csl-entry" role="doc-biblioentry">
Borenstein, M., Rothstein, H., Cohen, J., Schoenfeld, D., Berlin, J.,
& Lakatos, E. 2001. <em>Power and Precision: A Computer Program for
Statistical Power Analysis and Confidence Intervals</em>. Englewood, NJ:
Biostat, Inc. <a
href="https://books.google.com/books?id=tYg02XZBeNAC&printsec=frontcover&hl=de#v=onepage&q&f=false">https://books.google.com/books?id=tYg02XZBeNAC&printsec=frontcover&hl=de#v=onepage&q&f=false</a>.
</div>
<div id="ref-Bortz1984" class="csl-entry" role="doc-biblioentry">
Bortz, J. 1984. <em>Lehrbuch Der Empirischen Forschung</em>. Berlin,
Heidelberg: Springer Berlin Heidelberg. <a
href="https://doi.org/10.1007/978-3-662-00468-5">https://doi.org/10.1007/978-3-662-00468-5</a>.
</div>
<div id="ref-bortz2010" class="csl-entry" role="doc-biblioentry">
Bortz, J., & Schuster, C. 2010. <em>Statistik Für Human- Und
Sozialwissenschaftler: Limitierte Sonderausgabe</em>. 7th ed.
Springer-Lehrbuch. <span>Berlin, Heidelberg</span>:
<span>Springer</span>. <a
href="https://doi.org/10.1007/978-3-642-12770-0">https://doi.org/10.1007/978-3-642-12770-0</a>.
</div>
<div id="ref-bortz2005" class="csl-entry" role="doc-biblioentry">
Bortz, J., & Weber, R. 2005. <em>Statistik: Für Human- Und
Sozialwissenschaftler</em>. 6th ed. Springer-Lehrbuch. <span>Berlin,
Heidelberg</span>: <span>Springer</span>. <a
href="https://doi.org/10.1007/b137571">https://doi.org/10.1007/b137571</a>.
</div>
<div id="ref-Cohen1977" class="csl-entry" role="doc-biblioentry">
Cohen, J. 1977. <em>Statistical Power Analysis for the Behavioral
Science</em>. Amsterdam: Elsevier Academic Press. <a
href="https://doi.org/10.1016/C2013-0-10517-X">https://doi.org/10.1016/C2013-0-10517-X</a>.
</div>
<div id="ref-Cohen1992" class="csl-entry" role="doc-biblioentry">
———. 1992. <span>“A Power Primer.”</span> <em>Psychological
Bulletin</em> 112 (1): 155–59. <a
href="https://doi.org/10.1037/0033-2909.112.1.15">https://doi.org/10.1037/0033-2909.112.1.15</a>.
</div>
<div id="ref-Cuyt2008" class="csl-entry" role="doc-biblioentry">
Cuyt, A., Petersen, V. B., Verdonk, B., Waadeland, H., & Jones, W.
B. 2008. <span>“Gamma Function and Related Functions.”</span> In
<em>Handbook of Continued Fractions for Special Functions</em>, 221–51.
Dordrecht: Springer Netherlands. <a
href="https://doi.org/10.1007/978-1-4020-6949-9_12">https://doi.org/10.1007/978-1-4020-6949-9_12</a>.
</div>
<div id="ref-DeMoivre1711" class="csl-entry" role="doc-biblioentry">
de Moivre, A. 1711. <span>“<span class="nocase">De mensura sortis, seu,
de probabilitate eventuum in ludis a casu fortuito
pendentibus</span>.”</span> <em>Philosophical Transactions of the Royal
Society of London</em> 27 (329): 213–64. <a
href="https://doi.org/10.1098/rstl.1710.0018">https://doi.org/10.1098/rstl.1710.0018</a>.
</div>
<div id="ref-DeMoivre1718" class="csl-entry" role="doc-biblioentry">
———. 1718. <em><span class="nocase">The Doctrine of Chances: Or, A
Method of Calculating the Probability of Events in Play</span></em>. 1st
ed. London: W. Pearson. <a
href="https://books.google.com/books?id=3EPac6QpbuMC">https://books.google.com/books?id=3EPac6QpbuMC</a>.
</div>
<div id="ref-Döring2023" class="csl-entry" role="doc-biblioentry">
Döring, N. 2023. <em>Forschungsmethoden Und Evaluation in Den Sozial-
Und Humanwissenschaften</em>. Berlin, Heidelberg: Springer Berlin
Heidelberg. <a
href="https://doi.org/10.1007/978-3-662-64762-2">https://doi.org/10.1007/978-3-662-64762-2</a>.
</div>
<div id="ref-Elderton1902" class="csl-entry" role="doc-biblioentry">
Elderton, W. P. 1902. <span>“Tables for Testing the Goodness of Fit of
Theory to Observation.”</span> <em>Biometrika</em> 1 (2): 155–63. <a
href="https://doi.org/10.1093/biomet/1.2.155">https://doi.org/10.1093/biomet/1.2.155</a>.
</div>
<div id="ref-Euler1738" class="csl-entry" role="doc-biblioentry">
Euler, L. 1738. <span>“<span class="nocase">De progressionibus
transcendentibus seu quarum termini generales algebraice dari
nequeunt</span>.”</span> <em><span>Commentarii Academiae Scientiarum
Petropolitanae</span></em> 5: 36–57. <a
href="https://scholarlycommons.pacific.edu/euler-works/19/">https://scholarlycommons.pacific.edu/euler-works/19/</a>.
</div>
<div id="ref-Fisher1915" class="csl-entry" role="doc-biblioentry">
Fisher, R. A. 1915. <span>“Frequency Distribution of the Values of the
Correlation Coefficient in Samples from an Indefinitely Large
Population.”</span> <em>Biometrika</em> 10 (4): 507–21. <a
href="https://doi.org/10.2307/2331838">https://doi.org/10.2307/2331838</a>.
</div>
<div id="ref-Fisher1922" class="csl-entry" role="doc-biblioentry">
———. 1922. <span>“On the Interpretation of <span
class="nocase">χ2</span> from Contingency Tables, and the Calculation of
p.”</span> <em>Journal of the Royal Statistical Society</em> 85 (1):
87–94. <a
href="https://doi.org/10.2307/2340521">https://doi.org/10.2307/2340521</a>.
</div>
<div id="ref-Fisher1924" class="csl-entry" role="doc-biblioentry">
———. 1924. <span>“On a Distribution Yielding the Error Functions of
Several Well-Known Statistics.”</span> <em>Proceedings International
Mathematical Congress, Toronto</em> 2: 805–13. <a
href="https://repository.rothamsted.ac.uk/item/8w2q9/on-a-distribution-yielding-the-error-functions-of-several-well-known-statistics">https://repository.rothamsted.ac.uk/item/8w2q9/on-a-distribution-yielding-the-error-functions-of-several-well-known-statistics</a>.
</div>
<div id="ref-Fisher1954" class="csl-entry" role="doc-biblioentry">
———. 1954. <em>Statistical Methods for Research Workers</em>. 12th ed.
Edinburgh: Oliver; Boyd. <a
href="https://www.worldcat.org/de/title/statistical-methods-for-research-workers/oclc/312138">https://www.worldcat.org/de/title/statistical-methods-for-research-workers/oclc/312138</a>.
</div>
<div id="ref-Gauß1809" class="csl-entry" role="doc-biblioentry">
Gauß, C. F. 1809. <em><span class="nocase">Theoria motvs corporvm
coelestivm in sectionibvs conicis Solem ambientivm</span></em>.
Hambvrgi: <span>Svmtibvs F. Perthes et I. H. Besser</span>. <a
href="https://archive.org/details/theoriamotuscor00gausgoog/page/n1/mode/1up">https://archive.org/details/theoriamotuscor00gausgoog/page/n1/mode/1up</a>.
</div>
<div id="ref-Gauße-rara-2857" class="csl-entry" role="doc-biblioentry">
———. 1823. <em>Theoria Combinationis Observationum Erroribus Minimis
Obnoxiae</em>. Göttingen: <span>apud Henricum Dieterich</span>. <a
href="https://doi.org/10.3931/e-rara-2857">https://doi.org/10.3931/e-rara-2857</a>.
</div>
<div id="ref-Gosset1908" class="csl-entry" role="doc-biblioentry">
Gosset, W. S. 1908. <span>“The Probable Error of a Mean.”</span>
<em>Biometrika</em> 6 (1): 1–25. <a
href="https://doi.org/10.2307/2331554">https://doi.org/10.2307/2331554</a>.
</div>
<div id="ref-hahn1970" class="csl-entry" role="doc-biblioentry">
Hahn, R. 1970. <span>“<span class="nocase">Mathematics - The Doctrine of
Chances or, A Method of Calculating the Probabilities of Events in Play.
By Abraham de Moivre. 2nd ed. [1738]. London, F. Cass, 1967. Pp. xiv +
258. £6 6s.</span>”</span> <em>The British Journal for the History of
Science</em> 5 (2): 189–90. <a
href="https://doi.org/10.1017/S0007087400010967">https://doi.org/10.1017/S0007087400010967</a>.
</div>
<div id="ref-Hald1990demov" class="csl-entry" role="doc-biblioentry">
Hald, A. 1990. <span>“<span class="nocase">De Moivre and the Doctrine of
Chances, 1718, 1738, and 1756</span>.”</span> In <em><span
class="nocase">History of Probability and Statistics and Their
Applications before 1750</span></em>, edited by Hald, A., 397–424. New
York: Wiley Series in Probability; Statistics, Wiley-Interscience. <a
href="https://onlinelibrary.wiley.com/doi/book/10.1002/0471725161">https://onlinelibrary.wiley.com/doi/book/10.1002/0471725161</a>.
</div>
<div id="ref-Helmert1876" class="csl-entry" role="doc-biblioentry">
Helmert, F. R. 1876. <span>“Ueber Die Wahrscheinlichkeit Der
Potenzsummen Der Beobachtungsfehler Und Über Einige Damit Im
Zusammenhange Stehende Fragen.”</span> <em>Zeitschrift Für Mathematik
Und Physik</em> 21: 192–219. <a
href="https://gdz.sub.uni-goettingen.de/id/PPN599415665_0021">https://gdz.sub.uni-goettingen.de/id/PPN599415665_0021</a>.
</div>
<div id="ref-Janczyk2023" class="csl-entry" role="doc-biblioentry">
Janczyk, M., & Pfister, R. 2023. <em>Understanding Inferential
Statistics: From a for Significance Test to z for Confidence
Interval</em>. Berlin, Heidelberg: Springer Berlin Heidelberg. <a
href="https://doi.org/10.1007/978-3-662-66786-6">https://doi.org/10.1007/978-3-662-66786-6</a>.
</div>
<div id="ref-Little2022" class="csl-entry" role="doc-biblioentry">
Little, C. H. C., Teo, K. L., & van Brunt, B. 2022. <span>“The Gamma
Function.”</span> In <em>An Introduction to Infinite Products</em>,
131–91. Cham: Springer International Publishing. <a
href="https://doi.org/10.1007/978-3-030-90646-7_3">https://doi.org/10.1007/978-3-030-90646-7_3</a>.
</div>
<div id="ref-Lüroth1876" class="csl-entry" role="doc-biblioentry">
Lüroth, J. 1876. <span>“Vergleichung von Zwei Werthen Des
Wahrscheinlichen Fehlers.”</span> <em>Astronomische Nachrichten</em> 87
(14): 209–20. <a
href="https://doi.org/10.1002/asna.18760871402">https://doi.org/10.1002/asna.18760871402</a>.
</div>
<div id="ref-Meyberg2001" class="csl-entry" role="doc-biblioentry">
Meyberg, K., & Vachenauer, P. 2001. <em><span class="nocase">Höhere
Mathematik 1: Differential- und Integralrechnung Vektor- und
Matrizenrechnung</span></em>. Berlin, Heidelberg: Springer Berlin
Heidelberg. <a
href="https://doi.org/10.1007/978-3-642-56654-7">https://doi.org/10.1007/978-3-642-56654-7</a>.
</div>
<div id="ref-Pascucci2024a" class="csl-entry" role="doc-biblioentry">
Pascucci, A. 2024a. <em><span class="nocase">Probability Theory I.
Random Variables and Distributions</span></em>. 1st ed. UNITEXT. Cham:
Springer. <a
href="https://doi.org/10.1007/978-3-031-63190-0">https://doi.org/10.1007/978-3-031-63190-0</a>.
</div>
<div id="ref-Pascucci2024b" class="csl-entry" role="doc-biblioentry">
———. 2024b. <em><span>Probability Theory II. Stochastic
Calculus</span></em>. 1st ed. UNITEXT. Cham: Springer. <a
href="https://doi.org/10.1007/978-3-031-63193-1">https://doi.org/10.1007/978-3-031-63193-1</a>.
</div>
<div id="ref-Pearson1895" class="csl-entry" role="doc-biblioentry">
Pearson, K. 1895. <span>“Contributions to the Mathematical Theory of
Evolution. II. Skew Variation in Homogeneous Material.”</span>
<em>Philosophical Transactions of the Royal Society A: Mathematical,
Physical and Engineering Sciences</em> 186: 343–414. <a
href="https://doi.org/10.1098/rsta.1895.0010">https://doi.org/10.1098/rsta.1895.0010</a>.
</div>
<div id="ref-Pearson14786440009463897" class="csl-entry"
role="doc-biblioentry">
———. 1900. <span>“<span class="nocase">X. On the criterion that a given
system of deviations from the probable in the case of a correlated
system of variables is such that it can be reasonably supposed to have
arisen from random sampling</span>.”</span> <em>The London, Edinburgh,
and Dublin Philosophical Magazine and Journal of Science</em> 50 (302):
157–75. <a
href="https://doi.org/10.1080/14786440009463897">https://doi.org/10.1080/14786440009463897</a>.
</div>
<div id="ref-Pearson1914" class="csl-entry" role="doc-biblioentry">
———. 1914. <span>“On the Probability That Two Independent Distributions
of Frequency Are Really Samples of the Same Population, with Special
Reference to Recent Work on the Identity of Trypanosome Strains.”</span>
<em>Biometrika</em> 10: 85–154. <a
href="https://doi.org/10.1093/biomet/10.1.85">https://doi.org/10.1093/biomet/10.1.85</a>.
</div>
<div id="ref-Plackett1983" class="csl-entry" role="doc-biblioentry">
Plackett, R. L. 1983. <span>“Karl Pearson and the Chi-Squared
Test.”</span> <em>International Statistical Review / Revue
Internationale de Statistique</em> 51 (1): 59–72. <a
href="https://doi.org/10.2307/1402731">https://doi.org/10.2307/1402731</a>.
</div>
<div id="ref-Scheffe1959" class="csl-entry" role="doc-biblioentry">
Scheffé, H. 1959. <em>The Analysis of Variance</em>. New York: Wiley. <a
href="https://psycnet.apa.org/record/1961-00074-000">https://psycnet.apa.org/record/1961-00074-000</a>.
</div>
<div id="ref-SCHNEIDER200588" class="csl-entry" role="doc-biblioentry">
Schneider, I. 2005a. <span>“<span class="nocase">Chapter 6 - Jakob
Bernoulli, Ars conjectandi (1713)</span>.”</span> In <em><span
class="nocase">Landmark Writings in Western Mathematics
1640-1940</span></em>, edited by Grattan-Guinness, I., Cooke, R., Corry,
L., Crépel, P., & Guicciardini, N., 88–104. Amsterdam: Elsevier
Science. <a
href="https://doi.org/10.1016/B978-044450871-3/50087-5">https://doi.org/10.1016/B978-044450871-3/50087-5</a>.
</div>
<div id="ref-SCHNEIDER200502" class="csl-entry" role="doc-biblioentry">
———. 2005b. <span>“<span class="nocase">Chapter 7 -Abraham De Moivre,
The Doctrine of Chances (1718, 1738, 1756)</span>.”</span> In <em><span
class="nocase">Landmark Writings in Western Mathematics
1640-1940</span></em>, edited by Grattan-Guinness, I., Cooke, R., Corry,
L., Crépel, P., & Guicciardini, N., 105–20. Amsterdam: Elsevier
Science. <a
href="https://doi.org/10.1016/B978-044450871-3/50087-5">https://doi.org/10.1016/B978-044450871-3/50087-5</a>.
</div>
<div id="ref-Schrausser10.31234/osf.io/rvzxa" class="csl-entry"
role="doc-biblioentry">
Schrausser, D. G. 2024a. <em>Handbook: Distribution Functions
(Verteilungs Funktionen)</em>. PsyArXiv. <a
href="https://doi.org/10.31234/osf.io/rvzxa">https://doi.org/10.31234/osf.io/rvzxa</a>.
</div>
<div id="ref-Schrausser7664141" class="csl-entry"
role="doc-biblioentry">
———. 2024b. <em><span
class="nocase">Schrausser/ConsoleApp_DistributionFunctions: Console
applicationes for distribution functions</span></em> (version v1.5.0).
Zenodo. <a
href="https://doi.org/10.5281/zenodo.7664141">https://doi.org/10.5281/zenodo.7664141</a>.
</div>
<div id="ref-Snedecor1934" class="csl-entry" role="doc-biblioentry">
Snedecor, G. W. 1934. <em>Calculation and Interpretation of Analysis of
Variance and Covariance</em>. Ames, Iowa: Collegiate Press. <a
href="https://doi.org/10.1037/13308-000">https://doi.org/10.1037/13308-000</a>.
</div>
</div>
</body>
</html>