Sensitivity and specificity graph

How can I draw a graph of senstivity and specificity,I have all the Tp,Tn,Fp,Fn values what should I do??
I don't have an experience in matlab so I wish you help me
Thanks!

回答 (1 件)

Star Strider
Star Strider 2021 年 1 月 5 日

0 投票

See the Wikipedia article on Sensitivity and specificity. It would not be difficult to write MATLAB code to do what you want. You would likely need to use element-wise operations, so see the documentation on Array vs. Matrix Operations to understand how best to do that.
There are MATLAB functions to plot the receiver-operator-characteristic (roc, perfcurve, and related functions), however they do not use the information you already have. There are File Exchange contributions as well that you might want to consider.

カテゴリ

ヘルプ センター および File ExchangeGraph and Network Algorithms についてさらに検索

質問済み:

2021 年 1 月 5 日

回答済み:

2021 年 1 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by