Suppose that $X_1 ,\cdots,X_n$ have cdf $F$. Let $F_n (t) =\sum\limits_{i=1}^{n} \dfrac{1}{n}I(X_i ≤ t)$. From From Hoeffding's inequality we have:
For each $t$: $\mathbb{P}(|F_n(t)-F(t)|>\epsilon) \le 2\exp(-2n\epsilon^2)$
Question:
This inequality is true for each $t \in \mathbb{R}$, therefore it is true for $t$ satisfying a particular property in particular if it exists. Let that property be $\sup\limits_t |F_n(t)-F(t)|$
$\implies \mathbb{P}(\sup\limits_t|F_n(t)-F(t)|>\epsilon) \le 2\exp(-2n\epsilon^2)$
Please let me know where did my reasoning go wrong.
I meant to ask if it doesn't always exist for cdfs in general or it depends on distribution of random variables.
– Shadow Dec 29 '17 at 08:03