mode

버전 1.0.0.0 (449 Bytes) 작성자: Michael Robbins
Statistical mode.
다운로드 수: 4.2K
업데이트 날짜: 2006/4/5

라이선스 없음

MODE finds the mode of a sample. The mode is the observation with the greatest frequency.

i.e. in a sample x=[0, 1, 0, 0, 0, 3, 0, 1, 3, 1, 2, 2, 0, 1] the mode is the most frequent item, 0.

인용 양식

Michael Robbins (2024). mode (https://www.mathworks.com/matlabcentral/fileexchange/5266-mode), MATLAB Central File Exchange. 검색됨 .

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

줌: fastmode

Community Treasure Hunt

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

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

Now handles multiple modes.