How to compute & plot Equal Error Rate (EER) from FAR/FRR values using matlab
Show older comments
I have the following values against FAR/FRR of 20 classes. i want to compute EER rates and then plot in matlab.
FPR FNR Thr
________ ___ ___
0 1 2
0.053333 1 2
0.10667 1 1.9
0.16 1 1.8
0.21333 1 1.7
0.26667 1 1.6
0.32 1 1.5
0.37333 1 1.4
0.42667 1 1.3
0.48 1 1.2
0.53333 1 1.1
0.58667 1 1
0.64 1 0.9
0.69333 1 0.8
0.74667 1 0.7
0.8 1 0.6
0.85333 1 0.5
0.89333 0.8 0.4
0.94667 0.8 0.3
1 0.8 0.2
1 0 0.1
Answers (0)
Categories
Find more on Line Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!