How to retrieve AIC for survival/reliability data distribution fitting, such as wblfit?

1 visualización (últimos 30 días)
I am trying to fit weibull distribution to survival data with censoring. Here is my code.
data_s1 = load("test_data_s1.mat");
obstime = data_s1.eventtime;
censored = (data_s1.status ~= 1);
paramEsts =wblfit(obstime, 'censoring', censored);
It runs fine and I was able to get the estimated parameter values back. Yet, how can I get AIC criterion for this fitting and confidence bounds? Thanks.

Respuestas (0)

Productos


Versión

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by