I have two models to predict "Survival" (S in (0;1)) from a "Dose" (D, D≥0):
S(D) = exp( -exp(a*logD-b) )
S(D) = 1 - ( 1-exp(-D/t) )^n
where a,b and t,n are the parameters.
A fit of these models to actual data gave strikingly similar predictions, so I wonder if these models are actually two representations of the same thing. But I am unable to show this or to proof that they are not.
I would be grateful for some help. Thanks in advance!