powered by
This function calculates the survival rate to reach a specific age using the Weibull function.
weibull_survival(alpha, beta, age)
A numeric value giving the survival rate (probability) for reaching the given age.
A numeric value representing the scale parameter of the Weibull distribution.
A numeric value representing the shape parameter of the Weibull distribution.
A numeric value representing the age.
weibull_survival(1.5, 0.8, 10)
Run the code above in your browser using DataLab