aboutsummaryrefslogtreecommitdiff
path: root/null.tex
blob: 7b1e85f5f07038f4c528a81bc7358af8bcd86717 (plain) (blame)
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
\documentclass{scrartcl}

\usepackage[T1]{fontenc}
\usepackage{iftex}
\iftutex 
        \usepackage{fontspec}
        \setmainfont{TeX Gyre Schola}
        \setsansfont{TeX Gyre Heros}
        \setmonofont{TeX Gyre Cursor}
        \usepackage{unicode-math}
        \setmathfont{TeX Gyre Schola}
\else
        \usepackage{tgschola}
        \usepackage{tgheros}
        \usepackage{tgcursor}
\fi

\title{The Null Hypothesis}
\author{Runxi Yu}
\date{\today}

\begin{document}
\maketitle

The consideration of any statement comes with a null hypothesis.

\end{document}
% vim: tw=72 colorcolumn=73

% Wikipedia: In neither case is the null hypothesis or its alternative proven; the null hypothesis is tested with data and a decision is made based on how likely or unlikely the data are. This is analogous to the legal principle of presumption of innocence, in which a suspect or defendant is assumed to be innocent (null is not rejected) until proven guilty (null is rejected) beyond a reasonable doubt (to a statistically significant degree). 
% I don't think this makes sense.