Given the biometric match scores, I am required to plot the graphs of estimated densities of matching genuine and impostor scores. Following are the graphs I got for genuine and impostor scores respectively.
My question is how do i combine the 2 graphs and plot them against all the scores given in the data set in order to compare the 2 densities? Can i do :
plot(*data_set*,pdf_genuine)
hold on;
plot(*data_set*,pdf_impostor)
hold off;
The dimensions of the entire data set are 517x516