File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
src/chapters/5/sections/pdfs_and_cdfs Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,5 @@ \subsection{problem 6}
1212\input {problems/6 }
1313\subsection {problem 7 }
1414\input {problems/7 }
15+ \subsection {problem 9 }
16+ \input {problems/9 }
Original file line number Diff line number Diff line change 1+ Let $ F$ be the CDF of the Cauchy distribution.
2+
3+ $$
4+ F(x) = P(X \le x) = \int _{-\infty }^x f(t) dt = \int _{-\infty }^x \frac {1}{\pi (1+t^2)} dt
5+ $$
6+
7+ Making the substitution $ u = \arctan (t)$ , we obtain $ du = \frac {dt}{1+t^2}$ .
8+ The lower and upper limits of integration become $ -\pi /2 $ and $ \arctan (x)$ , respectively.
9+
10+ $$
11+ F(x) = \int _{-\pi /2}^{\arctan (x)} \frac {1}{\pi } \, du = \frac {1}{\pi } \left ( \arctan (x) + \frac {\pi }{2} \right )
12+ $$
13+
14+ $$
15+ F(x) = \frac {1}{2} + \frac {1}{\pi } \arctan (x)
16+ $$
17+
You can’t perform that action at this time.
0 commit comments