News

Python code to plot an example receiver-operator characteristic curve for a Gaussian distributed signal and background. This code produces three plots: Two plots of the signal and background ...
Python implementation of Expectation-Maximization algorithm (EM) for Gaussian Mixture Model (GMM). Code for GMM is in GMM.py. It's very well documented on how to use it on your data. For an example ...