Replies: 1 comment
-
| Hey @armanhak! Confidence intervals in lifelines are computed with the help of the delta method. In the formula for the delta method is a gradient - but lifelines does that gradient computation implicitly using an automatic-differention engine. So, I don't know what the exact formula is and (thankfully) don't need to know for computating CIs! | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Please add the mathematical formula confidence_interval_survival_function_ for the Weibull model. Unfortunately I didn't find it in the documentation.
I tried to find something myself (https://stats.stackexchange.com/questions/135749/confidence-intervals-of-fitted-weibull-survival-function), the calculation results are similar, but do not match.
Beta Was this translation helpful? Give feedback.
All reactions