Average Calculator
Calculate the arithmetic mean, weighted mean, median, mode, range, sum, and count for any set of numbers.
How to Use the Average Calculator
- Enter the required date, time, or duration values.
- Select any additional options such as time zone or format.
- View the computed result instantly.
- Copy the result or adjust inputs as needed.
快速参考
| 从 | 到 |
|---|---|
| 1 minute | 60 seconds |
| 1 hour | 3,600 seconds |
| 1 day | 86,400 seconds |
| 1 week | 604,800 seconds |
| 1 year | 31,536,000 seconds |
| 1 year | 525,600 minutes |
使用场景
- •Tracking elapsed time for productivity or time management.
- •Setting precise intervals for cooking, exercise, or training.
- •Planning schedules and events across different time zones.
- •Calculating durations and deadlines for project management.
公式
Arithmetic mean = sum of values / count. Weighted mean = Σ(value × weight) / Σ(weights). Median is the middle value when sorted. Mode is the most frequent value.
常见问题
What is the difference between mean, median, and mode?
The mean is the arithmetic average. The median is the middle value in a sorted list. The mode is the value that appears most frequently. They can differ significantly in skewed data sets.
When should I use a weighted average?
Use a weighted average when some values contribute more than others — for example, when calculating a course grade where exams count more than homework, or computing a portfolio return where assets have different sizes.
What if there is no mode?
If all values appear the same number of times (each exactly once), there is no mode. Some definitions say the data set is 'amodal'. This calculator shows '—' in that case.
How is the median calculated for an even number of values?
Sort the values. If the count is even, the median is the average of the two middle values. For example, for {2, 4, 6, 8}, the median is (4 + 6) / 2 = 5.