Click or drag to resize
Accord.NET (logo)

ConfusionMatrixNegativePredictiveValue Property

Negative Predictive Value, also known as Negative Precision

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double NegativePredictiveValue { get; }
Request Example View Source

Property Value

Type: Double
Remarks

The Negative Predictive Value tells us how likely it is that the disease is NOT present for a patient, given that the patient's test for the disease is negative.

The Negative Predictive Value is calculated as NPV = TN / (TN + FN).

See Also