In mathematics, generalized means (or power mean or Hölder mean from Otto Hölder) are a family of functions for aggregating sets of numbers. These include as special cases the Pythagorean means (arithmetic, geometric, and harmonic means).
If is a non-zero real number, and
x1,...,xn
(See -norm). For we set it equal to the geometric mean (which is the limit of means with exponents approaching zero, as proved below):
Furthermore, for a sequence of positive weights we define the weighted power mean asand when, it is equal to the weighted geometric mean:
The unweighted means correspond to setting all .
A few particular values of yield special cases with their own names:[2]
M-infty(x1,...,xn)=\limp\to-inftyMp(x1,...,xn)=min\{x1,...,xn\}
M-1(x1,...,xn)=
n | |||||||
|
M0(x1,...,xn)=\limp\to0Mp(x1,...,xn)=\sqrt[n]{x1 ⋅ ... ⋅ xn}
M1(x1,...,xn)=
x1+...+xn | |
n |
M2(x1,...,xn)=\sqrt{
| ||||||||||||||||
n |
M3(x1,...,xn)=\sqrt[3]{
| ||||||||||||||||
n |
M+infty(x1,...,xn)=\limp\toinftyMp(x1,...,xn)=max\{x1,...,xn\}
Let
x1,...,xn
min(x1,...,xn)\leMp(x1,...,xn)\lemax(x1,...,xn)
Mp(x1,...,xn)=Mp(P(x1,...,xn))
P
Mp(bx1,...,bxn)=b ⋅ Mp(x1,...,xn)
Mp(x1,...,xn)=Mp\left[Mp(x1,...,xk),Mp(xk,...,x2),...,Mp(x(n,...,xn)\right]
In general, if, thenand the two means are equal if and only if .
The inequality is true for real values of and, as well as positive and negative infinity values.
It follows from the fact that, for all real,which can be proved using Jensen's inequality.
In particular, for in, the generalized mean inequality implies the Pythagorean means inequality as well as the inequality of arithmetic and geometric means.
We will prove the weighted power mean inequality. For the purpose of the proof we will assume the following without loss of generality:
The proof for unweighted power means can be easily obtained by substituting .
Suppose an average between power means with exponents and holds:applying this, then:
We raise both sides to the power of −1 (strictly decreasing function in positive reals):
We get the inequality for means with exponents and, and we can use the same reasoning backwards, thus proving the inequalities to be equivalent, which will be used in some of the later proofs.
For any and non-negative weights summing to 1, the following inequality holds:
The proof follows from Jensen's inequality, making use of the fact the logarithm is concave:
By applying the exponential function to both sides and observing that as a strictly increasing function it preserves the sign of the inequality, we get
Taking -th powers of the yields
Thus, we are done for the inequality with positive ; the case for negatives is identical but for the swapped signs in the last step:
Of course, taking each side to the power of a negative number swaps the direction of the inequality.
We are to prove that for any the following inequality holds:if is negative, and is positive, the inequality is equivalent to the one proved above:
The proof for positive and is as follows: Define the following function:
| ||||
f(x)=x |
Using this, and the Jensen's inequality we get:after raising both side to the power of (an increasing function, since is positive) we get the inequality which was to be proven:
Using the previously shown equivalence we can prove the inequality for negative and by replacing them with and, respectively.
See main article: Generalized {{mvar.
The power mean could be generalized further to the generalized -mean:
This covers the geometric mean without using a limit with . The power mean is obtained for . Properties of these means are studied in de Carvalho (2016).[1]
A power mean serves a non-linear moving average which is shifted towards small signal values for small and emphasizes big signal values for big . Given an efficient implementation of a moving arithmetic mean called smooth
one can implement a moving power mean according to the following Haskell code.