What is the WeibullATF rho and how is it estimated? #1382
-
| Hello, I've been going through the lifelines documentation as I'm trying to learn about survival models and their applications. When discussing the Weibull Hazard function, the documentation writes down its Hazard function and includes a parameter rho, but does not explain how it is being estimated. Would you mind explaining how it is estimated? Thank you | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
| Hi there, Does that answer your question? | 
Beta Was this translation helpful? Give feedback.
Hi there,
Estimation of rho is done like any other parameter: minimizing the neg-log-likelihood (it's an unknown, just like the coefficients in the additive part). Rho can also be expressed as an additive equation, like in the docs here, and again, the estimation is done via minimization.
Does that answer your question?