Prime Number Generator
Generate the first N prime numbers or list all primes inside a custom range. Includes prime count, largest prime, total sum, average prime gap, and twin-prime pair count for quick number-theory exploration.
Find the mode(s) of any dataset with a complete frequency distribution table, visual bar chart, and automatic distribution type classification — unimodal, bimodal, multimodal, or amodal. Ideal for statistics, data science, surveys, and educational analysis.
12 values parsed
One value appears more often than all others.
Violet highlight = mode value
The mode is the value that occurs most frequently in a dataset. It is one of the three fundamental measures of central tendency — alongside the mean and median. Unlike those two, the mode requires no arithmetic: you simply identify the most popular value. A dataset can have zero, one, or multiple modes.
| Distribution | Description | Example |
|---|---|---|
| Amodal | No mode — all values equally frequent | {1, 2, 3, 4, 5} |
| Unimodal | One mode — single most frequent value | {1, 2, 2, 3, 4} → mode = 2 |
| Bimodal | Two modes — tie for highest frequency | {1, 1, 2, 3, 3} → modes = 1, 3 |
| Multimodal | Three+ modes — multiple peaks in distribution | {1,1,2,2,3,3,4} → modes = 1,2,3 |
Count each value's occurrences
Mode = value(s) with highest count
If all counts equal → no modeCount how many times each unique value appears. The value (or values) with the maximum frequency is the mode. If every value appears the same number of times, the dataset is amodal.
Rel. Freq. = (count ÷ n) × 100%
Cumulat. = running sum of rel. freq.Relative frequency (%) shows each value's contribution to the whole. Cumulative frequency accumulates from the smallest value upward — useful for understanding percentile positions and distribution shape.
modes.length === 0 → Amodal
modes.length === 1 → Unimodal
modes.length === 2 → Bimodal
modes.length >= 3 → MultimodalAfter finding all modes, the count of modes determines the distribution type. Bimodal distributions often signal two subpopulations. Multimodal results are common in survey Likert scales and categorical data.
Symmetric: Mode ≈ Median ≈ Mean
Right-skewed: Mode < Median < Mean
Left-skewed: Mean < Median < ModeThe relationship between mode, median, and mean reveals the skewness of a distribution. Income data (right-skewed) has a mode far below the mean. Olympic judged sports (trimmed mean) remove outliers to make results closer to the mode.
72, 88, 91, 65, 78, 83, 90, 76, 78, 84, 69, 782, 3, 3, 3, 5, 7, 7, 7, 9, 104, 5, 3, 5, 4, 5, 4, 3, 5, 4, 2, 5, 4, 3, 510, 20, 30, 40, 50Mode Calculator is part of the Math & Statistics Calculators collection. If you want a broader view of similar workflows, open the Math & Statistics Calculators category page or browse all QuickTools categories.
Common next steps after this tool include Prime Number Generator, Ethereum ROI Calculator and Random Number Generator.
Generate the first N prime numbers or list all primes inside a custom range. Includes prime count, largest prime, total sum, average prime gap, and twin-prime pair count for quick number-theory exploration.
Calculate Ethereum ROI, net profit, annualized return, break-even sell price, and holding-period performance using ETH buy price, sell price, amount, dates, and fees.
Generate random numbers using three statistical distributions — Integer (discrete uniform), Float (continuous uniform), and Normal (Gaussian bell curve). Supports seeded output for reproducibility, no-duplicates mode, sort order, and instant statistics including mean, median, standard deviation, and mode.
Calculate your Bitcoin investment return, profit/loss, and annualized ROI. Enter buy/sell price, amount, dates, and fees to see your crypto performance.
Convert short MP4, WebM, MOV, AVI, MKV, and other video clips into GIFs online with trim controls, frame-rate options, and private in-browser processing.
Create animated GIFs from a sequence of images online with per-frame delay, output width, loop count, and private in-browser processing — no upload required.
Convert an animated GIF into a compact MP4 or WebM video file online with output width, duration, and FPS controls — processed entirely in your browser, no upload required.
Convert an animated GIF into a compact WebM video file online using VP9 or VP8 — output width, duration, and FPS controls with private in-browser processing, no upload required.