Calculate the arithmetic mean (average), median, and mode of a dataset.
Enter numbers separated by commas or spaces
These are the three main measures of central tendency used in statistics to describe the center of a dataset.
Mean = Sum of all values รท Number of values
The middle value when data is sorted. For even datasets, average of two middle values.
The value that appears most frequently in the dataset.
Dataset: 10, 15, 20, 20, 25, 30, 100
Note: For accurate statistical analysis, consider using all three measures together to understand your data distribution.