Lehmer mean

Lehmer mean

The Lehmer mean of a tuple x of positive real numbers is defined as::L_p(x) = frac{sum_{k=1}^{n} x_k^p}{sum_{k=1}^{n} x_k^{p-1.

The Weighted Lehmer mean with respect to a tuple w of positive weights is defined as::L_{p,w}(x) = frac{sum_{k=1}^{n} w_kcdot x_k^p}{sum_{k=1}^{n} w_kcdot x_k^{p-1.

The Lehmer mean is an alternative to power meansfor interpolating between minimum and maximum via arithmetic mean and harmonic mean.

Properties

The derivative of p mapsto L_p(x) is non-negative:frac{partial}{partial p} L_p(x) =frac {sum_{j=1}^{n}sum_{k=j+1}^{n} (x_j-x_k)cdot(ln x_j - ln x_k)cdot(x_jcdot x_k)^{p-1 {left(sum_{k=1}^{n} x_k^{p-1} ight)^2},thus this function is monotonic and the inequality:ple q Rightarrow L_p(x) le L_q(x)holds.

pecial cases

*lim_{p o-infty} L_p(x) is the minimum of the elements of x.
*L_0(x) is the harmonic mean.
*L_frac{1}{2}left((x_0,x_1) ight) is the geometric mean of the two values x_0 and x_1.
*L_1(x) is the arithmetic mean.
*L_2(x) is the contraharmonic mean.
*lim_{p oinfty} L_p(x) is the maximum of the elements of x.:Sketch of a proof: Without loss of generality let x_1,dots,x_k be the values which equal the maximum. Then L_p(x)=x_1cdotfrac{k+left(frac{x_{k+1{x_1} ight)^p+dots+left(frac{x_{n{x_1} ight)^p}{k+left(frac{x_{k+1{x_1} ight)^{p-1}+dots+left(frac{x_{n{x_1} ight)^{p-1

Applications

Signal processing

Like a power mean,a Lehmer mean serves a non-linear moving averagewhich is shifted towards small signal values for small pand emphasizes big signal values for big p.Given an efficient implementation of a moving arithmetic meancalled smooth you can implement a moving Lehmer meanaccording to the following Haskell code. lehmerSmooth :: Floating a => ( [a] -> [a] ) -> a -> [a] -> [a] lehmerSmooth smooth p xs = zipWith (/) (smooth (map (**p) xs)) (smooth (map (**(p-1)) xs))

* For big p it can serve an envelope detector on a rectified signal.
* For small p it can serve an baseline detector on a mass spectrum.

ee also

*mean

External links

* [http://mathworld.wolfram.com/LehmerMean.html Lehmer Mean at MathWorld]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Mean — This article is about the statistical concept. For other uses, see Mean (disambiguation). In statistics, mean has two related meanings: the arithmetic mean (and is distinguished from the geometric mean or harmonic mean). the expected value of a… …   Wikipedia

  • Derrick Henry Lehmer — Born February 23, 1905(1905 02 23) Berkeley, California Died May 22, 1991(1991 05 22) (aged&# …   Wikipedia

  • Generalized mean — In mathematics, a generalized mean, also known as power mean or Hölder mean (named after Otto Hölder), is an abstraction of the Pythagorean means including arithmetic, geometric, and harmonic means. Contents 1 Definition 2 Properties 2.1 …   Wikipedia

  • Contraharmonic mean — In mathematics, a contraharmonic mean is a function complementary to the harmonic mean. The contraharmonic mean is a special case of the Lehmer mean, L2. Contents 1 Definition 2 Properties 3 Explication …   Wikipedia

  • List of mathematics articles (L) — NOTOC L L (complexity) L BFGS L² cohomology L function L game L notation L system L theory L Analyse des Infiniment Petits pour l Intelligence des Lignes Courbes L Hôpital s rule L(R) La Géométrie Labeled graph Labelled enumeration theorem Lack… …   Wikipedia

  • Gemittelt — Mittelwerte treten in der Mathematik und insbesondere in der Statistik in inhaltlich unterschiedlichen Kontexten auf. In der Statistik ist ein Mittelwert ein sog. Lageparameter (Überbegriff Parameter (Statistik)), also ein aggregierender… …   Deutsch Wikipedia

  • Gewichteter Mittelwert — Mittelwerte treten in der Mathematik und insbesondere in der Statistik in inhaltlich unterschiedlichen Kontexten auf. In der Statistik ist ein Mittelwert ein sog. Lageparameter (Überbegriff Parameter (Statistik)), also ein aggregierender… …   Deutsch Wikipedia

  • Gewichtetes Mittel — Mittelwerte treten in der Mathematik und insbesondere in der Statistik in inhaltlich unterschiedlichen Kontexten auf. In der Statistik ist ein Mittelwert ein sog. Lageparameter (Überbegriff Parameter (Statistik)), also ein aggregierender… …   Deutsch Wikipedia

  • Gewogenes arithmetisches Mittel — Mittelwerte treten in der Mathematik und insbesondere in der Statistik in inhaltlich unterschiedlichen Kontexten auf. In der Statistik ist ein Mittelwert ein sog. Lageparameter (Überbegriff Parameter (Statistik)), also ein aggregierender… …   Deutsch Wikipedia

  • Hölder'sches Mittel — Mittelwerte treten in der Mathematik und insbesondere in der Statistik in inhaltlich unterschiedlichen Kontexten auf. In der Statistik ist ein Mittelwert ein sog. Lageparameter (Überbegriff Parameter (Statistik)), also ein aggregierender… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”