From b8374b5ba4ed2e323fff117ee5f93ba6ad36ea24 Mon Sep 17 00:00:00 2001 From: erkhz <36766609+erkhz@users.noreply.github.com> Date: Sat, 24 Feb 2018 10:27:11 +0100 Subject: [PATCH] Added missing parentheses Added missing parentheses to the last equation of section 21.5. --- stat-cookbook.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stat-cookbook.tex b/stat-cookbook.tex index 69bbb9b..7bb0055 100644 --- a/stat-cookbook.tex +++ b/stat-cookbook.tex @@ -2387,8 +2387,8 @@ \subsection{Spectral Analysis} \begin{align*} P(j/n) &= \frac{4}{n}I(j/n) \\ -&=\left( \frac{2}{n} \sum_{t=1}^n x_t \cos(2\pi t j/n \right)^2 -+ \left( \frac{2}{n} \sum_{t=1}^n x_t \sin(2\pi t j/n \right)^2 +&=\left( \frac{2}{n} \sum_{t=1}^n x_t \cos(2\pi t j/n) \right)^2 ++ \left( \frac{2}{n} \sum_{t=1}^n x_t \sin(2\pi t j/n) \right)^2 \end{align*} \section{Math}