| 
            
              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
Syntaxpublic double PositivePredictiveValue { get; }Public ReadOnly Property PositivePredictiveValue As Double
	Get
 Request Example
		View SourceProperty 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