I was wondering: are there some necessary criteria to be respected and fulfilled for creating a new statistical mean?
This question came up to my mind while studying arithmeticl mean, gometric mean and harmonic mean. I couldn't notice that, for example, geometric mean cannot accept zero or negative inputs.
So I thought: let's create a new mean (in the same spirit, ish, of someone creating a new distance in mathematics, despite a distance must respect well given properties).
So I thought of those trivial criteria, but I wonder if there is something necessary.
Let's call $\theta$ the new mean, acting on $n$ variables.
- If $a, b > 0$ then $\theta(a, b) > 0$
- $\theta(a, b) < a + b$
- $\theta(a, b) < \max\{ a, b \}$
- $\theta(a, b) > \min \{a, b \}$
Is there anything else one would expect?