ROC curve
compute a ROC curve
引用格式
Giuseppe Cardillo (2026). ROC curve (https://github.com/dnafinder/roc), GitHub. 检索时间: .
| 版本 | 已发布 | 发行说明 | Action |
|---|---|---|---|
| 2.0.0 | change in Description |
||
| 1.33.0 | minor code improvements |
||
| 1.32.0 | bug fixed in output table |
||
| 1.31.0 | some little editing for verbose flag management |
||
| 1.30.0 | The curves Fitting was enhanced.
|
||
| 1.29.0 | new plots and outputs |
||
| 1.27.0 | change in description.
|
||
| 1.26.0 | running roc without arguments, it will run a demo |
||
| 1.25.0 | I added the possibility to choose if you want to use all unique values or 3<=N<all unique values as tresholds |
||
| 1.24.0 | Previously I uploaded an old version of roc.m This is the last version |
||
| 1.23.0 | Bug fixing in Cut off grabbing |
||
| 1.22.0 | Trapz correction |
||
| 1.20.0 | another little bug correction to include the points (0,0) and (1,1) |
||
| 1.19.0 | ROC requires another function of mine: partest. If it is not present on the computer, ROC will download it from FEX |
||
| 1.18.0 | The function is deeper commented |
||
| 1.17.0 | Changes in description |
||
| 1.16.0 | bug fixing in area computation after adding the points (0,0) and (1,1) as previously suggested |
||
| 1.15.0 | I modified the files according to Jens Kaftan suggestion |
||
| 1.14.0 | correction in ROC performance bounds |
||
| 1.13.0 | advancedmcode link added in description section |
||
| 1.12.0 | In my previous submission I forgot to add the demo... |
||
| 1.11.0 | improved compatibility with URocomp |
||
| 1.10.0 | According to cabrego comment, in the function output the table of cutoff points, sensibility and specificity. |
||
| 1.9.0 | New plot output |
||
| 1.8.0 | bug correction |
||
| 1.7.0 | Changes to make it compatible with uroccomp function |
||
| 1.6.0 | Mistake correction in z test computation |
||
| 1.5.0 | if mean(healthy)>mean(unhealthy) the function mirrors the curve to obtain the correct ROC curve. |
||
| 1.4.0 | Input error handling added |
||
| 1.3.0 | Test on significance of AUC added |
||
| 1.2.0 | Changes in help section |
||
| 1.0.0 |