Let $X$: The waiting time between two earthquakes (in years). We know that $X$ is following a Weibull distribution, i.e. $X \sim W(\gamma=0, \beta, \delta)$. How can I find $\beta$ and $\sigma$ knowing that $P(X>15) = 0.3679$ and $P(X\leq 5) = 0.2835$.
I found the system of equation $-15\beta - \log(0.3679)\delta = 0$ and $-5 \beta - \log(0.7125)\delta = 0$, but it means $\beta = \delta = 0$. The answer is $\beta > 2$ and $\delta < 16$. How is that possible?
EDIT:
The Weibull distribution is defined as
$$F(x) = \begin{cases} 0, & \text{if } x < \gamma \\ 1 - \exp\left[ - \left( \frac{x-\gamma}{\delta} \right)^\beta \right], & \text{if } x \geq \gamma \end{cases}$$