3
$\begingroup$

Inspired by the recent incident in which a professor was able to [detect that students in his class were cheating][1], I'm curious if there is a standard way to detect if a distribution is bimodal, or a standard measure of the 'bimodality' of a distribution.

Does such a test exist? What are caveats that I should be aware of in such a test?

  • 0
    Here's a link: http://en.wikipedia.org/wiki/Goodness_of_fit2011-01-03

2 Answers 2

1

Well the most simple way is to plot the kernel density function. If your data has a bimodal distribution then it will certainly show up in the graph. For more complicated analysis you can try to fit a mixture model, in order to determine the cause of bimodality.

Try asking in site Cross Validated for more answers.

0

If you have mathematica, you can use smoothhistogram to quickly get a sense of the modality of your data. This function does what mpiktas suggests. Also, depending on the range of data that you are expecting, you can use the first three central moments of your data to get an idea of its shape.

  • 1
    @hardmath The first two moments characterize a Gaussian. The third moment can be used to construct the kurtosis, which serves as a measure of asymmetry about the peak. However, none of that really says anything about bimodality, IMHO.2017-07-24