Is there a name for this metric: TN / (TN + FN)?Help with understanding statistical measures and Receiver...

Why do we need explainable AI?

How did Gollum know Sauron was gathering the Haradrim to make war?

Spare the Dying during Rage Beyond Death

What is this red bug infesting some trees in southern Germany?

Main differences between 5th edition Druid and 3.5 edition Druid

To which airspace does the border of two adjacent airspaces belong to?

Why did the Joi advertisement trigger K?

Case Studies and Real Problems for Teaching Optimization and Modelling

Does the Scrying spell require you to have a clear path to the target in order to work?

Everyone for non livings

Generate points for smooth movement between two given points

How will the UK Commons debate tonight despite the prorogation?

When making yogurt, why doesn't bad bacteria grow as well?

Is torque as fundamental a concept as force?

Deleting millions of records on SQL Server 14.0

What drugs were used in England during the High Middle Ages?

co-son-in-law or co-brother

Do index funds really have double-digit percents annual return rates?

How to anonymously report the Establishment Clause being broken?

How could it be that the capo isn't changing the pitch?

How does Harry wear the invisibility cloak?

Can an intercepting fighter jet force a small propeller aircraft down without completely destroying it?

Adding transparency to ink drawing

Were the women of Travancore, India, taxed for covering their breasts by breast size?



Is there a name for this metric: TN / (TN + FN)?


Help with understanding statistical measures and Receiver Operating CharacteristicsHow to find true positive, true negative, false positive, false negative from a three class confusion matrix?Searching for appropriate binary classification metricUnderstanding Precision and Recall Results on a Binary ClassifierHarmonic mean of precision, recall and specificityIs there a 'precision' or 'recall' metric for True Negatives?Is there any difference between Sensitivity and Recall?Find true negatives in a confusion matrixPrecision-Recall curve interpretation






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2












$begingroup$


Given a confusion matrix, there's all kind of metrics: Accuracy, Precision, Recall/Sensitivity, Specificity.



enter image description here



But I haven't seen any name for the ratio between the TN (True Negative) and the sum of TN + FN (False Negative):
$$
frac{TN}{TN + FN}
$$



Is there a name for it? If not - why isn't it important enough to have a name?










share|cite|improve this question









$endgroup$










  • 1




    $begingroup$
    There's a nice overview of the terminology on the right hand side of en.wikipedia.org/wiki/Confusion_matrix
    $endgroup$
    – Marco13
    43 mins ago


















2












$begingroup$


Given a confusion matrix, there's all kind of metrics: Accuracy, Precision, Recall/Sensitivity, Specificity.



enter image description here



But I haven't seen any name for the ratio between the TN (True Negative) and the sum of TN + FN (False Negative):
$$
frac{TN}{TN + FN}
$$



Is there a name for it? If not - why isn't it important enough to have a name?










share|cite|improve this question









$endgroup$










  • 1




    $begingroup$
    There's a nice overview of the terminology on the right hand side of en.wikipedia.org/wiki/Confusion_matrix
    $endgroup$
    – Marco13
    43 mins ago














2












2








2





$begingroup$


Given a confusion matrix, there's all kind of metrics: Accuracy, Precision, Recall/Sensitivity, Specificity.



enter image description here



But I haven't seen any name for the ratio between the TN (True Negative) and the sum of TN + FN (False Negative):
$$
frac{TN}{TN + FN}
$$



Is there a name for it? If not - why isn't it important enough to have a name?










share|cite|improve this question









$endgroup$




Given a confusion matrix, there's all kind of metrics: Accuracy, Precision, Recall/Sensitivity, Specificity.



enter image description here



But I haven't seen any name for the ratio between the TN (True Negative) and the sum of TN + FN (False Negative):
$$
frac{TN}{TN + FN}
$$



Is there a name for it? If not - why isn't it important enough to have a name?







precision-recall confusion-matrix






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 10 hours ago









David RefaeliDavid Refaeli

1498 bronze badges




1498 bronze badges











  • 1




    $begingroup$
    There's a nice overview of the terminology on the right hand side of en.wikipedia.org/wiki/Confusion_matrix
    $endgroup$
    – Marco13
    43 mins ago














  • 1




    $begingroup$
    There's a nice overview of the terminology on the right hand side of en.wikipedia.org/wiki/Confusion_matrix
    $endgroup$
    – Marco13
    43 mins ago








1




1




$begingroup$
There's a nice overview of the terminology on the right hand side of en.wikipedia.org/wiki/Confusion_matrix
$endgroup$
– Marco13
43 mins ago




$begingroup$
There's a nice overview of the terminology on the right hand side of en.wikipedia.org/wiki/Confusion_matrix
$endgroup$
– Marco13
43 mins ago










1 Answer
1






active

oldest

votes


















10














$begingroup$

That would be the Negative predictive value.






share|cite|improve this answer









$endgroup$















  • $begingroup$
    Better to have a short answer than no answer at all. Anyone who has a better answer can post it.
    $endgroup$
    – Stephan Kolassa
    9 hours ago














Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "65"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f424737%2fis-there-a-name-for-this-metric-tn-tn-fn%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









10














$begingroup$

That would be the Negative predictive value.






share|cite|improve this answer









$endgroup$















  • $begingroup$
    Better to have a short answer than no answer at all. Anyone who has a better answer can post it.
    $endgroup$
    – Stephan Kolassa
    9 hours ago
















10














$begingroup$

That would be the Negative predictive value.






share|cite|improve this answer









$endgroup$















  • $begingroup$
    Better to have a short answer than no answer at all. Anyone who has a better answer can post it.
    $endgroup$
    – Stephan Kolassa
    9 hours ago














10














10










10







$begingroup$

That would be the Negative predictive value.






share|cite|improve this answer









$endgroup$



That would be the Negative predictive value.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered 10 hours ago









usεr11852usεr11852

21.7k1 gold badge47 silver badges84 bronze badges




21.7k1 gold badge47 silver badges84 bronze badges















  • $begingroup$
    Better to have a short answer than no answer at all. Anyone who has a better answer can post it.
    $endgroup$
    – Stephan Kolassa
    9 hours ago


















  • $begingroup$
    Better to have a short answer than no answer at all. Anyone who has a better answer can post it.
    $endgroup$
    – Stephan Kolassa
    9 hours ago
















$begingroup$
Better to have a short answer than no answer at all. Anyone who has a better answer can post it.
$endgroup$
– Stephan Kolassa
9 hours ago




$begingroup$
Better to have a short answer than no answer at all. Anyone who has a better answer can post it.
$endgroup$
– Stephan Kolassa
9 hours ago


















draft saved

draft discarded




















































Thanks for contributing an answer to Cross Validated!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f424737%2fis-there-a-name-for-this-metric-tn-tn-fn%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...