I have two models to predict "Survival" (S in (0;1)) from a "Dose" (D, D≥0):

  • a 2-parameter Weibull model:

S(D) = exp( -exp(a*logD-b) )

  • and a so-called "multi-target model":

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!

More Jochen Wilhelm's questions See All
Similar questions and discussions