Cox proportional hazards model with Weibull base hazard rate

版本 1.6.0.0 (318.1 KB) 作者: James Barrett
Cox proportional hazards model with Weibull base hazard rate
817.0 次下载
更新时间 2014/7/21

查看许可证

This function implements a Cox PH model with a Weibull base hazard rate (also called a Weibull proportional hazards model).
The standard Cox model assumes (usually implicitly) Breslow's non-parametric baseline hazard estimator. This is ill suited to predicting the event time for new individuals. For this purpose the Weibull-Cox model can provide predictions with error bars (given by the standard deviation) along with the usual regression coefficients, (smooth) survival functions and (smooth) hazard rates.
Functions are included for predicting the event time for an individual once a model has been trained.
Get started by running example.m.
Please email me with comments or requests.

引用格式

James Barrett (2024). Cox proportional hazards model with Weibull base hazard rate (https://www.mathworks.com/matlabcentral/fileexchange/46415-cox-proportional-hazards-model-with-weibull-base-hazard-rate), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.6.0.0

Fixed a bug where the upper integration bound was not computed correctly when making predictions.

1.5.0.0

Fixed a bug in the prediction function.

1.4.0.0

Fixed bug with large values of rho. Fixed bug where incorrect values of rho and nu were returned. Relaxed the accuracy of numerical integrals.

1.3.0.0

Fixed bug in gradient and hessian computation, updated documentation

1.2.0.0

Switched to gradient based optimisation

1.1.0.0

Changed name

1.0.0.0