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

1 回表示 (過去 30 日間)
Shuping Ruan
Shuping Ruan 2019 年 2 月 8 日
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.

回答 (0 件)

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by