scikit learn - Python ROC curve from 2 discrete histogram distributions -


i'm using python (numpy) , want plot roc curve given 1d noise histogram , 1d histogram signal+noise distribution. aware various libraries scikit-learn can generate roc curves, use supervised machine learning approach based on predicted vs. actual labels. instead have 2 numpy arrays: 1 discrete probability density function (histogram) of background noise distribution, , histogram signal+noise distribution. i'm not doing machine learning, instead want make roc curve 2 histograms. can scikit-learn or python library this?

thanks


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -