This is an old revision of the document!
How-to compute False Positive Rate
Run the False Positive Rate algorithm
Required condition to run the False Positive Rate algorithm:
If above condition is respected, then follow these steps:
Select the User context for which you want to compute the FPR
Right-click on the selected context and select Algorithms→Compute False Positive Rate
A progress bar will appear on the screen

When process is finished, a dialog message will appear to display the FPR in percentage:

Result can also be retrieved in the Context properties:

More details about the False Positive Rate results
The Formula used to compute False Positive Rate is:
FPR = ∑FP/(∑TP+∑FP)
with FP = (2*reverse). This FP value is get from the “significant.and.duplicated.fp” identification property.
with TP = (reverse+forward) - FP. This TP value is get from the “significant.and.duplicated.tp” identification property.
∑FP represents the sum of all “significant.and.duplicated.fp” values (i.e. the sum of the “significant.and.duplicated.fp” property of all identifications under the context)
∑TP represents the sum of all “significant.and.duplicated.tp” values (i.e. the sum of the “significant.and.duplicated.tp” property of all identifications under the context)
If one (or more) identification contains a zero value for one or both properties, this identification is not taken into account in the calculation.
The user is informed about this in the resulting dialog message and in the context properties:
Read the False Positive Rate result
You can see computed False Positive Rate in the Context properties:
- Select the User context for which FPR has already been computed
- Right-click on the selected context and select Properties
- The False Positive Rate appears under the “false positive” category: