TR Β· TΓΌrkΓ§eEN Β· English
Hesapica β€’ Statistics Tool

Average Calculator

Calculate an arithmetic or weighted average and see the median, population standard deviation, variance, quartiles, IQR and possible outlier flags in the same result.

Arithmetic + weighted average Median + quartiles Population standard deviation 1.5 Γ— IQR outlier screening

Calculation Panel

For an arithmetic average, enter a list of values. For a weighted average, enter each pair as value;weight. Results update automatically when the entered data is valid.

Input format

Use a decimal point for decimals. Separate arithmetic values with commas, spaces, semicolons or new lines. The standard English list 10,20,30 is read as three values. Do not use thousands separators inside an individual value: enter one thousand as 1000, not 1,000. For decimals, use a point, such as 10.5.

Calculation mode
Value list
Use a decimal point. Separate values with commas, spaces, semicolons or new lines. Do not use thousands separators inside an individual value.
Quick examples

Detailed Result Table

#ValueWeightContribution (xΓ—w)Note
No data has been calculated yet.

How is an average calculated?

Arithmetic mean is the sum of all values divided by the number of values. Weighted mean is the sum of each value multiplied by its weight, divided by the total weight.

Arithmetic mean = Ξ£x / n
Weighted mean = Ξ£(x Γ— w) / Ξ£w

Standard deviation and variance treat the entered list as the entire population and therefore use population formulas. This calculator does not report sample standard deviation (nβˆ’1).

Quartiles and outlier screening

In arithmetic mode, Q1 and Q3 use (nβˆ’1) Γ— q linear interpolation on sorted values. In weighted mode, the median and quartiles are the first sorted values at which the 25%, 50% and 75% cumulative-weight thresholds are reached.

When there are at least four values in arithmetic mode or four rows in weighted mode, the 1.5 Γ— IQR rule is applied. Values outside the fences are flagged as possible outliers. A flag is a screening signal, not a context-free conclusion that the value is wrong.

Frequently Asked Questions

What is the difference between an arithmetic and weighted average?

In an arithmetic average, every value has equal influence. In a weighted average, each value is multiplied by its positive weight and total contribution is divided by total weight.

Which standard deviation and variance formulas are used?

The calculator treats the entered list as the full population and reports population variance and population standard deviation. In weighted mode, the same measures incorporate positive weights.

How are possible outliers flagged?

With at least four values or weighted rows, the calculator applies the 1.5 Γ— IQR rule. Arithmetic-mode quartiles use linear interpolation; weighted quartiles use cumulative-weight thresholds. The result is a screening flag, not a definitive outlier judgment.

How do I enter weighted-average data?

Enter one value and one positive weight per line, separated by a semicolon. For example, 70;3 and 85.5;4 are valid rows.