Mode Calculator

Mode Calculatorを登録なしでブラウザ上ですぐ使えます。入力値は端末内で処理されます。

計算は端末内で行われ、入力値をサーバーへ送りません。

具体例

For 2, 2, 3, and 4, the mode is 2 because it occurs twice while every other value occurs once.

計算方法・仕組み

The calculator counts each numeric value and returns every value tied for the highest frequency. If every value occurs once, it reports no mode.

注意事項

Numerically equal entries are grouped together, and a data set may have no mode, one mode, or multiple modes.

よくある質問

Can a list have more than one mode?

Yes. Every value tied for the greatest occurrence count is returned.

What happens when no value repeats?

The result states that there is no mode because every value has the same frequency of one.

Are zero and negative values supported?

Yes. Any finite numbers can be included in the input list.

関連ツール