[spec] inverse p-value and distance integral
authorAndrew Lorimer <andrew@lorimer.id.au>
Thu, 10 Oct 2019 23:20:08 +0000 (10:20 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Thu, 10 Oct 2019 23:20:08 +0000 (10:20 +1100)
spec/spec-collated.tex
spec/statistics.tex
index 38165bb9df4d4dae2fdf7f53ed72f5f5ff11ca58..d66ece975983a2cf40ff524d6d65e934a4a16a08 100644 (file)
         \end{align*}
 
         \noindent \textbf{Distance travelled between \(t=a \rightarrow t=b\):}
-        \[= \int^b_a \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \cdot dt \]
+        \begin{align*}
+          &= \int^{b}_{a}{\sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2}} \> dt \tag{2D} \\
+          &= \int^{t=b}_{t=a}{\dfrac{dx}{dt}} \> dt \tag{linear}
+        \end{align*}
 
         \noindent \textbf{Shortest distance between \(\boldsymbol{r}(t_0)\) and \(\boldsymbol{r}(t_1)\):}
         \[ = |\boldsymbol{r}(t_1) - \boldsymbol{r}(t_2)| \]
index dadaff7a8849fd2a6550aea4bc5c624306fe3b5f..bc64a9807a62a8c9c24a221623bb197cd7aca407 100644 (file)
     \hline
   \end{tabularx}
 
+  \subsubsection*{Finding \(n\) for a given \(p\)-value}
+
+  Find \(c\) such that \(\Pr(Z \lessgtr c)\) such that \(c = \alpha\) (use \texttt{invNormCdf} on CAS).
+
   \subsection*{Significance level \(\alpha\)}
 
   The condition for rejecting the null hypothesis.