Mode Calculator
Mode Calculator lets you modes are the values that share the greatest occurrence count. Enter your own values or load the worked example.
- Copy or download the computed result
- Adjust numbers
- See the processing method and limits
Method and calculation
Modes are the values that share the greatest occurrence count.
Inputs and settings
Mode Calculator accepts Numbers.
Worked example
Mode Calculator example — Numbers: "1,2,2,3,3,4". Computed output: { "modes": [ 2, 3 ], "frequency": 2 }
Output and limitations
Mode Calculator: Use finite inputs. Results use double-precision arithmetic.
Technical references: JavaScript Unicode normalization
Mode Calculator FAQs
Mode Calculator applies the following rule to your input: Modes are the values that share the greatest occurrence count. The worked example on this page uses the same processor as the result button.
Mode Calculator has these boundaries: Use finite inputs. Results use double-precision arithmetic. Start by checking the numbers field against the units or format shown.
Mode Calculator provides this sample: { "modes": [ 2, 3 ], "frequency": 2 }. Use the sample button to reproduce it, then replace the inputs with your own values.