Accelerated Failure Time (AFT) models

Fits accelerated failure time models in the presence of right and/or left censoring.

이 제출물을 팔로우합니다

The “aft” function fits models of the form:

Y=log(T)=g0+g1*Z1+g2*Z2+...+sigma*epsilon

where usually T is a time to event variable and g0, g1, ... and sigma are to be estimated. Since T is a time to event variable censoring might be involved. The “aft” function deals with possibly right and/or left censored data. With "sigma" we denote the scale parameter, and the regression coefficients are denoted by vector g=[g0 g1 g2...]. The covariates are denoted with Z1, Z2, ...

The distribution of "epsilon" defines the distribution of T. The user can specify this distribution using one of the following available options:
Exponential, Weibull, Log-normal, Log-logistic, Generalized Gamma.

The “aft” routine is supposed to be a MATLAB alternative to proc lifereg of SAS, or survreg of R. However the “aft” has less options.

인용 양식

Leonidas Bantis (2026). Accelerated Failure Time (AFT) models (https://kr.mathworks.com/matlabcentral/fileexchange/38118-accelerated-failure-time-aft-models), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Industrial Statistics에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.2.0.0

Just deleted an unnecessary m.file which was forgotten in there. No changes at all.

1.0.0.0