Click or drag to resize
Accord.NET (logo)

ConfusionMatrixPositivePredictiveValue Property

Positive Predictive Value, also known as Positive Precision

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

Property Value

Type: Double
Remarks

The Positive Predictive Value tells us how likely is that a patient has a disease, given that the test for this disease is positive.

The Positive Predictive Rate is calculated as PPV = TP / (TP + FP).

See Also