Skip to content

Commit 8935098

Browse files
authored
Merge pull request #23 from erkhz/master
Added missing parentheses
2 parents 6a7b301 + b8374b5 commit 8935098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stat-cookbook.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2387,8 +2387,8 @@ \subsection{Spectral Analysis}
23872387
\begin{align*}
23882388
P(j/n)
23892389
&= \frac{4}{n}I(j/n) \\
2390-
&=\left( \frac{2}{n} \sum_{t=1}^n x_t \cos(2\pi t j/n \right)^2
2391-
+ \left( \frac{2}{n} \sum_{t=1}^n x_t \sin(2\pi t j/n \right)^2
2390+
&=\left( \frac{2}{n} \sum_{t=1}^n x_t \cos(2\pi t j/n) \right)^2
2391+
+ \left( \frac{2}{n} \sum_{t=1}^n x_t \sin(2\pi t j/n) \right)^2
23922392
\end{align*}
23932393

23942394
\section{Math}

0 commit comments

Comments
 (0)