For which parameters $a,b \in \mathbb{R}$ function $$F(t)= \begin{cases} b - \frac{a}{(t+1)^{2}}, & \text{for } t \geq - \frac{1}{2} \\ 0 & \text{for } t < -\frac{1}{2} \end{cases}$$ are distribution of random variable?
Idea with issue:
From properties of distribution, we have:
- $\lim_{n\to \infty}F(t)=1 $
- $\lim_{n\to -\infty}F(t)=0 $
- F(t) is monotonically increasing function.
From 1. We get $b=1$ and from 2. have b=0
We compute $a$ for $b =1 $ with properties 3. $$1- \frac{a}{(-\frac{1}{2}+1)^2}>0$$ so $$ a < \frac{1}{4} $$
For $b = 0$ $$ a < 0 $$
But I don't think my solution is right, because we have tuple of parameters. Do you have any proposition?
You are making a mistake when tending $t\to-\infty$ from the first equation. From $(1)$ we can say $b=1$. For $t\to-\infty$, the function is zero for small enough $t$. Now note that ${1\over (1+t)^2}$ is a decreasing function of $t$; therefore for $a$ being non-negative we have a monotonically increasing function and we must have $$0\le b-4a\le 1\implies 0\le a\le {1\over 4}$$If the continuity of CDF matters to us, then $$b-4a=0\implies a={1\over 4}$$