mode

Statistical mode.

이 제출물을 팔로우합니다

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 (2026). mode (https://kr.mathworks.com/matlabcentral/fileexchange/5266-mode), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: fastmode

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

Now handles multiple modes.