Bimodality Coefficient Calculation with Matlab

Estimation of the bimodality of data via the bimodality coefficient.
399 download
Aggiornato 29 apr 2021

Visualizza la licenza

The present code is a Matlab function that provides calculation of the Warren Sarle’s bimodality coefficient (BC) of a data, which is in relation with the data skewness and kurtosis. BC has a range of 0 to 1 where values greater than 5/9 (~0.555 – the value for the uniform distribution) indicate bimodal or multimodal data distributions. Consequently, the BC could be used as a test for bimodality of the data. The function computes:
- the bimodality flag (whether the data are bimodal/multimodal or not);
- the bimodality coefficient itself.

An example is given in order to clarify the usage of the function. For convenience, the input and output arguments are given in the beginning of the function.

The code is based on the theory described in:

[1] R. Pfister, K. Schwarz, M. Janczyk, R. Dale, J. Freeman. Good things peak in pairs: a note on the bimodality coefficient. Frontiers in Psychology, Vol. 4, Art. 700, Oct. 2013.

Cita come

Hristo Zhivomirov (2024). Bimodality Coefficient Calculation with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/84933-bimodality-coefficient-calculation-with-matlab), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2017b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1.0

A new version of the code has been uploaded.

1.0.0