Relearning cumulative distribution functions and their definitions, it says that $F_x$ is a CDF if it is non-decreasing and right continuous with value of $1$ for large $x$ and value of $0$ for negatively large $x$.
But this just says that it can increase to $1$, not that outside its domain, it is $1$.
Might be confusing if I don't give a function:
I'll give a PDF:
$f(x) = 2nx^{2n-1}$ for $0<x<1$.
How would I find the cumulative distribution function? I'd integrate it but is this correct?
$$F(X) = \begin{cases} x^{2n} \quad 0<x<1 \\ 1 \quad \text{otherwise}.\end{cases}$$
Logic tells me that it has to be $1$ (otherwise) because I want the integral from $0$ to $a$ where $a>1$ to be equal to 1?
A question that I'm stuck on that's related to this: How would I show a random variable with this distribution converges in probability to 1? I know the definition but I'm not sure how to apply it.
I see now, it converges in distribution (to a constant) to it must converge in probability (because it's a constant)?
– Natash1 Jun 10 '17 at 09:27I ask this because it seems the CDF is defined to be $1$ only because $f(1) = 1$. – Natash1 Jun 10 '17 at 09:31