Bimodality Coefficient Calculation with Matlab

버전 1.1.0 (2.33 KB) 작성자: Hristo Zhivomirov
Estimation of the bimodality of data via the bimodality coefficient.
다운로드 수: 398
업데이트 날짜: 2021/4/29

라이선스 보기

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.

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2017b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0

A new version of the code has been uploaded.

1.0.0