Hi,

I have built a Gaussian Mixture model to check the likelihood of each point and then identify the outliers by plotting the log likelihood as in the graph attached. In this particular case, the points below -2 can be considered outlier by visualizing how far they exist from the rest of points. The challenge is that I have hundreds of such cases and would like to plot and check manually the outliers. Is there a statistical way to determine the cut-off point (like -2 in this case) so I can write a program to avoid manual work..

Similar questions and discussions