I tried using the log rules and eventually got to $\ln(\ln(1-y)) = \ln(-a) + b\ln(x)$, but $\ln(-a)$ is obviously not defined across all $a$. This assumes that $x\ge 0$ and that $y<1$.
3 Answers
$$1-y = \exp(-ax^b)$$
From this expression, we already conclude that $y < 1$.
Also, in general, fractional power of a negative number is a point of conflict as discussed here. Hence, I think it is reasonable to assume that $x \ge 0$.
Once you get the intercept $c$, you can solve for $a=-\exp(c)$, we just need to be able to solve for $a$, we do not need $\ln(-a)$ to be defined for all $a$.

- 149,520
- 20
- 88
- 149
-
Are there any technical problems on MSE system? It shows I downvoted yours, while I did not. Now I can undo my downvote if answer is edited. I am sorry anyway. – farruhota Mar 20 '19 at 05:44
-
I typed my answer in my phone (very inconvenient) and may have hit it accidentally, though I doubt it. – farruhota Mar 20 '19 at 05:48
-
no worries about it. =) – Siong Thye Goh Mar 20 '19 at 06:44
-
thank you for understanding :) – farruhota Mar 20 '19 at 06:44
If $a=0$, it is $y=1$.
Otherwise: $$1-y=e^{-ax^b} \Rightarrow \\ \ln{(1-y)}=-ax^b \Rightarrow \\ \ln{(1-y)^{-1/a}}=x^b \Rightarrow\\ \ln{(\ln{(1-y)^{-1/a}})}=b\ln x, y<1, x>0 \Rightarrow \\ s=bt.$$

- 31,482
You are done up to $\ln (1-y)=-ax^b$ but from now, different cases are considerable. If $a=0$ then $y=1$ which is the trivial case. Otherwise, we multiply the sides of the equation by $-\text{sgn}(a)$ to obtain$$-\text{sgn}(a)\ln(1-y)=|a|\cdot x^b$$since both sides are always non-negative we can take $\ln$ from the sides and write $$\ln\Big(-\text{sgn}(a)\ln(1-y)\Big)=\ln|a|+b\cdot\ln x$$

- 31,924