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 - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -