Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Average

From Wikipedia, the free encyclopedia
This article is about the concept by this name. For the Canadian artist with this surname, seeJoe Average.
For the equivalent concept in geometry, seecentre (geometry).
Number taken as representative of a list of numbers
Fourmeans of two numbers, a and b, constructed as chords on a semicircle

Anaverage of a collection or group is a single actual or hypothetical member of it that is mostcentral or most common in some sense, and represents its overallposition.

Inmathematics, especially incolloquial usage, it most commonly refers to thearithmetic mean, so the "average" of the list of numbers [2, 3, 4, 7, 9] is generally considered to be (2+3+4+7+9)/5 = 25/5 = 5. In situations where the data isskewed or hasoutliers, and it is desired to focus on the main part of the group rather than thelong tail, "average" often instead refers to themedian; for example, the averagepersonal income is usually given as themedian income, so that it represents themajority of thepopulation rather than being overly influenced by the much higher incomes of the few rich people. In certainreal-world scenarios, such computing theaverage speed from multiple measurements takenover the same distance,the average used is theharmonic mean. In situations where ahistogram orprobability density function is being referenced, the "average" could instead refer to themode. Otherstatistics that can be used as an average include themid-range andgeometric mean, but they would rarely, if ever, be colloquially referred to as "the average".

General properties

[edit]

All averages of a collection are somewhere within itsbounding box (and so for real numbers, between itsmaximum and minimum). Therefore, if a collection consists entirely of the same value, any average of it is that value.

Most averages[a] aremonotonic, i.e. moving a member of it in one direction causes the average to move in the same direction, or equivalently, if two collections of numbersA andB have the samenumber of elements, and they can be arranged such that each entry inA ≥ the corresponding entry inB, then the average ofA ≥ the average ofB.

All commonly-used averages are linearlyhomogeneous, i.e.multiplying every value by the samescale factor multiplies the average by that same scale factor.

Most averages[b] remain identical when the list of items ispermuted, i.e. the ordering does not matter.

Pythagorean means

[edit]
Main article:Pythagorean means
See also:Mean § Pythagorean means

Thearithmetic mean, thegeometric mean, and theharmonic mean are known collectively as thePythagorean means.[1]

Statistical location

[edit]
See also:Mean § Statistical location

Themode, themedian, and themid-range are often used in addition to themean as estimates of central tendency indescriptive statistics. These can all be seen as minimizing variation by some measure; seeCentral tendency § Solutions to variational problems.

Comparison of common averages of values { 1, 2, 2, 3, 4, 7, 9 }
TypeDescriptionExampleResult
Arithmetic meanSum of values of a data set divided by number of values:x¯=1ni=1nxi{\displaystyle \scriptstyle {\bar {x}}={\frac {1}{n}}\sum _{i=1}^{n}x_{i}}(1+2+2+3+4+7+9) / 74
MedianMiddle value separating the greater and lesser halves of a data set1, 2, 2,3, 4, 7, 93
ModeMost frequent value in a data set1,2,2, 3, 4, 7, 92
Mid-rangeThe arithmetic mean of the highest and lowest values of a set(1+9) / 25

Mode

[edit]
Main article:Mode (statistics)
Comparison ofarithmetic mean,median andmode of twolog-normal distributions with differentskewness

The most frequently occurring number in a list is called the mode. For example, the mode of the list (1, 2, 2, 3, 3, 3, 4) is 3. It may happen that there are two or more numbers which occur equally often and more often than any other number. In this case there is no agreed definition of mode. Some authors say they are all modes and some say there is no mode.

Median

[edit]
Main article:Median

The median is the middle number of the group when they are ranked in order. (If there are an even number of numbers, the mean of the middle two is taken.)

Thus to find the median, order the list according to its elements' magnitude and then repeatedly remove the pair consisting of the highest and lowest values until either one or two values are left. If exactly one value is left, it is the median; if two values, the median is the arithmetic mean of these two. This method takes the list 1, 7, 3, 13 and orders it to read 1, 3, 7, 13. Then the 1 and 13 are removed to obtain the list 3, 7. Since there are two elements in this remaining list, the median is their arithmetic mean, (3 + 7)/2 = 5.

Mid-range

[edit]
Main article:Mid-range

The mid-range is the arithmetic mean of the highest and lowest values of a set.

Summary of types

[edit]
See also:Mean § Other means, andCentral tendency § Solutions to variational problems
NameEquation or descriptionAs solution to optimization problem
Arithmetic meanx¯=1ni=1nxi=1n(x1++xn){\displaystyle {\bar {x}}={\frac {1}{n}}\sum _{i=1}^{n}x_{i}={\frac {1}{n}}(x_{1}+\cdots +x_{n})}argminxRi=1n(xxi)2{\displaystyle {\underset {x\in \mathbb {R} }{\operatorname {argmin} }}\,\sum _{i=1}^{n}(x-x_{i})^{2}}
MedianA middle value that separates the higher half from the lower half of the data set; may not be unique if the data set contains an even number of pointsargminxRi=1n|xxi|{\displaystyle {\underset {x\in \mathbb {R} }{\operatorname {argmin} }}\,\sum _{i=1}^{n}|x-x_{i}|}
Geometric medianArotationinvariant extension of themedian for points inRd{\displaystyle \mathbb {R} ^{d}}argminxRdi=1n||xxi||2{\displaystyle {\underset {{\vec {x}}\in \mathbb {R} ^{d}}{\operatorname {argmin} }}\,\sum _{i=1}^{n}||{\vec {x}}-{\vec {x}}_{i}||_{2}}
Tukey medianAnother rotation invariant extension of the median for points inRd{\displaystyle \mathbb {R} ^{d}}—a point that maximizes theTukey depthargmaxxRdminuRdi=1n({1, if (xix)u00, otherwise){\displaystyle {\underset {{\vec {x}}\in \mathbb {R} ^{d}}{\operatorname {argmax} }}\,{\underset {{\vec {u}}\in \mathbb {R} ^{d}}{\operatorname {min} }}\,\sum _{i=1}^{n}\left({\begin{cases}1,{\text{ if }}({\vec {x}}_{i}-{\vec {x}})\cdot {\vec {u}}\geq 0\\0,{\text{ otherwise}}\end{cases}}\right)}
ModeThe most frequent value in the data setargmaxxRi=1n({1, if x=xi0, if xxi){\displaystyle {\underset {x\in \mathbb {R} }{\operatorname {argmax} }}\,\sum _{i=1}^{n}\left({\begin{cases}1,{\text{ if }}x=x_{i}\\0,{\text{ if }}x\neq x_{i}\end{cases}}\right)}
Geometric meani=1nxin=x1x2xnn{\displaystyle {\sqrt[{n}]{\prod _{i=1}^{n}x_{i}}}={\sqrt[{n}]{x_{1}\cdot x_{2}\dotsb x_{n}}}}argminxR>0i=1n(ln(x)ln(xi))2,if xi>0i{1,,n}{\displaystyle {\underset {x\in \mathbb {R} _{>0}}{\operatorname {argmin} }}\,\sum _{i=1}^{n}(\ln(x)-\ln(x_{i}))^{2},\qquad {\text{if }}x_{i}>0\,\forall \,i\in \{1,\dots ,n\}}
Harmonic meann1x1+1x2++1xn{\displaystyle {\frac {n}{{\frac {1}{x_{1}}}+{\frac {1}{x_{2}}}+\cdots +{\frac {1}{x_{n}}}}}}argminxR0i=1n(1x1xi)2{\displaystyle {\underset {x\in \mathbb {R} _{\neq 0}}{\operatorname {argmin} }}\,\sum _{i=1}^{n}\left({\frac {1}{x}}-{\frac {1}{x_{i}}}\right)^{2}}
Contraharmonic meanx12+x22++xn2x1+x2++xn{\displaystyle {\frac {x_{1}^{2}+x_{2}^{2}+\cdots +x_{n}^{2}}{{x_{1}}+{x_{2}}+\cdots +{x_{n}}}}}argminxRi=1nxi(xxi)2{\displaystyle {\underset {x\in \mathbb {R} }{\operatorname {argmin} }}\,\sum _{i=1}^{n}x_{i}(x-x_{i})^{2}}
Lehmer meani=1nxipi=1nxip1{\displaystyle {\frac {\sum _{i=1}^{n}x_{i}^{p}}{\sum _{i=1}^{n}x_{i}^{p-1}}}}argminxRi=1nxip1(xxi)2{\displaystyle {\underset {x\in \mathbb {R} }{\operatorname {argmin} }}\,\sum _{i=1}^{n}x_{i}^{p-1}(x-x_{i})^{2}}
Quadratic mean
(or RMS)
1ni=1nxi2=1n(x12+x22++xn2){\displaystyle {\sqrt {{\frac {1}{n}}\sum _{i=1}^{n}x_{i}^{2}}}={\sqrt {{\frac {1}{n}}\left(x_{1}^{2}+x_{2}^{2}+\cdots +x_{n}^{2}\right)}}}argminxR0i=1n(x2xi2)2{\displaystyle {\underset {x\in \mathbb {R} _{\geq 0}}{\operatorname {argmin} }}\,\sum _{i=1}^{n}(x^{2}-x_{i}^{2})^{2}}
Cubic mean1ni=1nxi33=1n(x13+x23++xn3)3{\displaystyle {\sqrt[{3}]{{\frac {1}{n}}\sum _{i=1}^{n}x_{i}^{3}}}={\sqrt[{3}]{{\frac {1}{n}}\left(x_{1}^{3}+x_{2}^{3}+\cdots +x_{n}^{3}\right)}}}argminxR0i=1n(x3xi3)2,if xi0i{1,,n}{\displaystyle {\underset {x\in \mathbb {R} _{\geq 0}}{\operatorname {argmin} }}\,\sum _{i=1}^{n}(x^{3}-x_{i}^{3})^{2},\qquad {\text{if }}x_{i}\geq 0\,\forall \,i\in \{1,\dots ,n\}}
Generalized mean1ni=1nxipp{\displaystyle {\sqrt[{p}]{{\frac {1}{n}}\cdot \sum _{i=1}^{n}x_{i}^{p}}}}argminxR0i=1n(xpxip)2,if xi0i{1,,n}{\displaystyle {\underset {x\in \mathbb {R} _{\geq 0}}{\operatorname {argmin} }}\,\sum _{i=1}^{n}(x^{p}-x_{i}^{p})^{2},\qquad {\text{if }}x_{i}\geq 0\,\forall \,i\in \{1,\dots ,n\}}
Quasi-arithmetic meanf1(1nk=1nf(xk)){\displaystyle f^{-1}\left({\frac {1}{n}}\sum _{k=1}^{n}f(x_{k})\right)}argminxdom(f)i=1n(f(x)f(xi))2,if f{\displaystyle {\underset {x\in \operatorname {dom} (f)}{\operatorname {argmin} }}\,\sum _{i=1}^{n}(f(x)-f(x_{i}))^{2},\qquad {\text{if }}f} ismonotonic
Weighted meani=1nwixii=1nwi=w1x1+w2x2++wnxnw1+w2++wn{\displaystyle {\frac {\sum _{i=1}^{n}w_{i}x_{i}}{\sum _{i=1}^{n}w_{i}}}={\frac {w_{1}x_{1}+w_{2}x_{2}+\cdots +w_{n}x_{n}}{w_{1}+w_{2}+\cdots +w_{n}}}}argminxRi=1nwi(xxi)2{\displaystyle {\underset {x\in \mathbb {R} }{\operatorname {argmin} }}\,\sum _{i=1}^{n}w_{i}(x-x_{i})^{2}}
Truncated meanThe arithmetic mean of data values after a certain number or proportion of the highest and lowest data values have been discarded
Interquartile meanA special case of the truncated mean, using theinterquartile range. A special case of the inter-quantile truncated mean, which operates on quantiles (oftendeciles orpercentiles) that are equidistant but on opposite sides of the median.
Midrange12(maxx+minx){\displaystyle {\frac {1}{2}}\left(\max x+\min x\right)}argminxRmaxi{1,,n}|xxi|{\displaystyle {\underset {x\in \mathbb {R} }{\operatorname {argmin} }}\,{\underset {i\in \{1,\dots ,n\}}{\operatorname {max} }}\,|x-x_{i}|}
Winsorized meanSimilar to the truncated mean, but, rather than deleting the extreme values, they are set equal to the largest and smallest values that remain
MedoidA representative object of a setX{\displaystyle {\mathcal {X}}} of objects with minimal sum of dissimilarities to all the objects in the set, according to some dissimilarity functiond{\displaystyle d}.argminyXi=1nd(y,xi){\displaystyle {\underset {y\in {\mathcal {X}}}{\operatorname {argmin} }}\sum _{i=1}^{n}d(y,x_{i})}

Even though perhaps not an average, theτ{\displaystyle \tau }thquantile (anothersummary statistic that generalizes the median) can similarly be expressed as a solution to the optimization problem

argminxRi=1nmax((1τ)(xix),τ(xxi))=argminxRi=1n(|xxi|+(12τ)x){\displaystyle {\underset {x\in \mathbb {R} }{\operatorname {argmin} }}\,\sum _{i=1}^{n}\max {\big (}(1-\tau )(x_{i}-x),\,\tau (x-x_{i}){\big )}={\underset {x\in \mathbb {R} }{\operatorname {argmin} }}\,\sum _{i=1}^{n}{\big (}|x-x_{i}|+(1-2\tau )\,x{\big )}},

which aims to minimize the totaltilted absolute value loss (orquantile loss orpinball loss).

Thetable of mathematical symbols explains the symbols used below.[further explanation needed]

Miscellaneous types

[edit]

Other more sophisticated averages are:trimean,trimedian, andnormalized mean, with their generalizations.[2]

One can create one's own average metric using thegeneralizedf-mean:

y=f1(1n[f(x1)+f(x2)++f(xn)]){\displaystyle y=f^{-1}\left({\frac {1}{n}}\left[f(x_{1})+f(x_{2})+\cdots +f(x_{n})\right]\right)}

wheref is any invertible function. The harmonic mean is an example of this usingf(x) = 1/x, and the geometric mean is another, usingf(x) = log x.

However, this method for generating means is not general enough to capture all averages. A more general method[3][failed verification] for defining an average takes any functiong(x1x2, ..., xn) of a list of arguments that iscontinuous,strictly increasing in each argument, and symmetric (invariant underpermutation of the arguments). The averagey is then the value that, when replacing each member of the list, results in the same function value:g(y,y, ...,y) =g(x1,x2, ...,xn). This most general definition still captures the important property of all averages that the average of a list of identical elements is that element itself. The functiong(x1,x2, ...,xn) =x1+x2+ ··· +xn provides the arithmetic mean. The functiong(x1,x2, ...,xn) =x1x2···xn (where the list elements are positive numbers) provides the geometric mean. The functiong(x1,x2, ...,xn) =(x1−1+x2−1+ ··· +xn−1)−1) (where the list elements are positive numbers) provides the harmonic mean.[3]

Average percentage return and CAGR

[edit]
Main article:Compound annual growth rate

A type of average used in finance is the average percentage return. It is an example of a geometric mean. When the returns are annual, it is called the Compound Annual Growth Rate (CAGR). For example, if we are considering a period of two years, and the investment return in the first year is −10% and the return in the second year is +60%, then the average percentage return or CAGR,R, can be obtained by solving the equation:(1 − 10%) × (1 + 60%) = (1 − 0.1) × (1 + 0.6) = (1 +R) × (1 +R). The value ofR that makes this equation true is 0.2, or 20%. This means that the total return over the 2-year period is the same as if there had been 20% growth each year. The order of the years makes no difference – the average percentage returns of +60% and −10% is the same result as that for −10% and +60%.

This method can be generalized to examples in which the periods are not equal. For example, consider a period of a half of a year for which the return is −23% and a period of two and a half years for which the return is +13%. The average percentage return for the combined period is the single year return,R, that is the solution of the following equation:(1 − 0.23)0.5 × (1 + 0.13)2.5 = (1 +R)0.5+2.5, giving an average returnR of 0.0600 or 6.00%.

Moving average

[edit]
Main article:Moving average

Given atime series, such as daily stock market prices or yearly temperatures, people often want to create a smoother series.[4] This helps to show underlying trends or perhaps periodic behavior. An easy way to do this is themoving average: one chooses a numbern and creates a new series by taking the arithmetic mean of the firstn values, then moving forward one place by dropping the oldest value and introducing a new value at the other end of the list, and so on. This is the simplest form of moving average. More complicated forms involve using aweighted average. The weighting can be used to enhance or suppress various periodic behavior and there is very extensive analysis of what weightings to use in the literature onfiltering. Indigital signal processing the term "moving average" is used even when the sum of the weights is not 1.0 (so the output series is a scaled version of the averages).[5] The reason for this is that the analyst is usually interested only in the trend or the periodic behavior.

History

[edit]

Origin

[edit]

The first recorded time that thearithmetic mean was extended from 2 to n cases for the use ofestimation was in the sixteenth century. From the late sixteenth century onwards, it gradually became a common method to use for reducing errors of measurement in various areas.[6][7] At the time, astronomers wanted to know a real value from noisy measurement, such as the position of a planet or the diameter of the moon. Using the mean of several measured values, scientists assumed that the errors add up to a relatively small number when compared to the total of all measured values. The method of taking the mean for reducing observation errors was indeed mainly developed in astronomy.[6][8] A possible precursor to the arithmetic mean is themid-range (the mean of the two extreme values), used for example in Arabian astronomy of the ninth to eleventh centuries, but also in metallurgy and navigation.[7]

However, there are various older vague references to the use of the arithmetic mean (which are not as clear, but might reasonably have to do with our modern definition of the mean). In a text from the 4th century, it was written that (text in square brackets is a possible missing text that might clarify the meaning):[9]

In the first place, we must set out in a row the sequence of numbers from the monad up to nine: 1, 2, 3, 4, 5, 6, 7, 8, 9. Then we must add up the amount of all of them together, and since the row contains nine terms, we must look for the ninth part of the total to see if it is already naturally present among the numbers in the row; and we will find that the property of being [one] ninth [of the sum] only belongs to the [arithmetic] mean itself...

Even older potential references exist. There are records that from about 700 BC, merchants and shippers agreed that damage to the cargo and ship (their "contribution" in case of damage by the sea) should be shared equally among themselves.[8] This might have been calculated using the average, although there seem to be no direct record of the calculation.

Etymology

[edit]

The root is found inArabic as عوارʿawār, a defect, or anything defective or damaged, including partially spoiled merchandise; and عواريʿawārī (also عوارةʿawāra) = "of or relating toʿawār, a state of partial damage".[c] Within the Western languages the word's history begins in medieval sea-commerce on the Mediterranean. 12th and 13th century Genoa Latinavaria meant "damage, loss and non-normal expenses arising in connection with a merchant sea voyage"; and the same meaning foravaria is in Marseille in 1210, Barcelona in 1258 and Florence in the late 13th.[d] 15th-centuryFrenchavarie had the same meaning, and it begotEnglish "averay" (1491) and English "average" (1502) with the same meaning. Today, Italianavaria, Catalanavaria and Frenchavarie still have the primary meaning of "damage". The huge transformation of the meaning in English began with the practice in later medieval and early modern Western merchant-marine law contracts under which if the ship met a bad storm and some of the goods had to be thrown overboard to make the ship lighter and safer, then all merchants whose goods were on the ship were to suffer proportionately (and not whoever's goods were thrown overboard); and more generally there was to be proportionate distribution of anyavaria. From there the word was adopted by British insurers, creditors, and merchants for talking about their losses as being spread across their whole portfolio of assets and having a mean proportion. Today's meaning developed out of that, and started in the mid-18th century, and started in English.[d][10]

Marine damage is eitherparticular average, which is borne only by the owner of the damaged property, orgeneral average, where the owner can claim a proportional contribution from all the parties to the marine venture. The type of calculations used in adjusting general average gave rise to the use of "average" to mean "arithmetic mean".

A second English usage, documented as early as 1674 and sometimes spelled "averish", is as the residue and second growth of field crops, which were considered suited to consumption bydraught animals ("avers").[11]

There is earlier (from at least the 11th century), unrelated use of the word. It appears to be an old legal term for a tenant's day labour obligation to a sheriff, probably anglicised from "avera" found in the EnglishDomesday Book (1085).

The Oxford English Dictionary, however, says that derivations from Germanhafen haven, and Arabicʿawâr loss, damage, have been "quite disposed of" and the word has a Romance origin.[12]

Averages as a rhetorical tool

[edit]

Due to the aforementioned colloquial nature of the term "average", the term can be used to obfuscate the true meaning of data and suggest varying answers to questions based on the averaging method (most frequently arithmetic mean, median, or mode) used. In his article "Framed for Lying: Statistics as In/Artistic Proof",University of Pittsburgh faculty member Daniel Libertz comments that statistical information is frequently dismissed from rhetorical arguments for this reason.[13] However, due to their persuasive power, averages and other statistical values should not be discarded completely, but instead used and interpreted with caution. Libertz invites us to engage critically not only with statistical information such as averages, but also with the language used to describe the data and its uses, saying: "If statistics rely on interpretation, rhetors should invite their audience to interpret rather than insist on an interpretation."[13] In many cases, data and specific calculations are provided to help facilitate this audience-based interpretation.

See also

[edit]

Notes

[edit]
  1. ^One exception to this is themode; for example, the mode of [1, 1, 2, 2, 2] is 2, but the mode of [1, 1, 2, 3, 4] is 1. Also, most kinds of averages are strictly monotone, but some, such as themedian,truncated mean, andwinsorized mean, are only weakly monotone, and may remain the same after some of the values are increased.
  2. ^Exceptions to this may includeweighted averages (if the weights are assigned by position) andmoving averages (if the entire resulting sequence or curve is considered). Moving averages are often done using position-weighted averages.
  3. ^MedievalArabic had عورʿawr meaning "blind in one eye" and عوارʿawār meant "any defect, or anything defective or damaged". Some medievalArabic dictionaries are atBaheth.infoArchived 2013-10-29 at theWayback Machine, and some translation to English of what's in the medievalArabic dictionaries is inLane'sArabic-English Lexicon, pages 2193 and 2195. The medieval dictionaries do not list the word-form عواريةʿawārīa.ʿAwārīa can be naturally formed inArabic grammar to refer to things that haveʿawār, but in practice in medievalArabic textsʿawārīa is a rarity or non-existent, while the forms عواريʿawārī and عوارةʿawāra are frequently used when referring to things that haveʿawār or damage – this can be seen in the searchable collection of medieval texts atAlWaraq.net (book links are clickable on righthand side).
  4. ^abTheArabic origin ofavaria was first reported by Reinhart Dozy in the 19th century. Dozy's original summary is in his 1869 bookGlossaire. Summary information about the word's early records in Italian-Latin, Italian, Catalan, and French is atavarie @ CNRTL.frArchived 2019-01-06 at theWayback Machine. The seaport of Genoa is the location of the earliest-known record in European languages, year 1157. A set of medieval Latin records ofavaria at Genoa is in the downloadable lexiconVocabolario Ligure, by Sergio Aprosio, year 2001,avaria in Volume 1 pages 115-116. Many more records in medieval Latin at Genoa are atStoriaPatriaGenova.it, usually in the pluralsavariis andavarias. At the port of Marseille in the 1st half of the 13th century notarized commercial contracts have dozens of instances of Latinavariis (ablative plural ofavaria), as published inBlancard year 1884. Some information about the English word over the centuries is atNED (year 1888). See also the definition of English "average" in English dictionaries published in the early 18th century, i.e., in the time period just before the big transformation of the meaning:Kersey-Phillips' dictionary (1706),Blount's dictionary (1707 edition),Hatton's dictionary (1712),Bailey's dictionary (1726),Martin's dictionary (1749). Some complexities surrounding the English word's history are discussed inHensleigh Wedgwood year 1882 page 11 andWalter Skeat year 1888 page 781. Today there is consensus that: (#1) today's English "average" descends from medieval Italianavaria, Catalanavaria, and (#2) among the Latins the wordavaria started in the 12th century and it started as a term of Mediterranean sea-commerce, and (#3) there is no root foravaria to be found in Latin, and (#4) a substantial number of Arabic words entered Italian, Catalan and Provençal in the 12th and 13th centuries starting as terms of Mediterranean sea-commerce, and (#5) the Arabicʿawār | ʿawārī is phonetically a good match foravaria, as conversion of w to v was regular in Latin and Italian, and-ia is a suffix in Italian, and the Western word's earliest records are in Italian-speaking locales (writing in Latin). And most commentators agree that (#6) the Arabicʿawār | ʿawārī = "damage | relating to damage" is semantically a good match foravaria = "damage or damage expenses". A minority of commentators have been dubious about this on the grounds that the early records of Italian-Latinavaria have, in some cases, a meaning of "an expense" in a more general sense –see TLIO (in Italian). The majority view is that the meaning of "an expense" was an expansion from "damage and damage expense", and the chronological order of the meanings in the records supports this view, and the broad meaning "an expense" was never the most commonly used meaning. On the basis of the above points, the inferential step is made that the Latinate word came or probably came from the Arabic word.

References

[edit]
  1. ^Cantrell, David W."Pythagorean Means".MathWorld. Retrieved2025-11-04.
  2. ^Merigo, Jose M.; Cananovas, Montserrat (2009). "The Generalized Hybrid Averaging Operator and its Application in Decision Making".Journal of Quantitative Methods for Economics and Business Administration.9:69–84.ISSN 1886-516X.
  3. ^abBibby, John (1974)."Axiomatisations of the average and a further generalisation of monotonic sequences".Glasgow Mathematical Journal.15:63–65.doi:10.1017/s0017089500002135.
  4. ^Box, George E.P.; Jenkins, Gwilym M. (1976).Time Series Analysis: Forecasting and Control (revised ed.). Holden-Day.ISBN 0816211043.
  5. ^Haykin, Simon (1986).Adaptive Filter Theory. Prentice-Hall.ISBN 0130040525.
  6. ^abPlackett, R. L. (1958). "Studies in the History of Probability and Statistics: VII. The Principle of the Arithmetic Mean".Biometrika.45 (1/2):130–135.doi:10.2307/2333051.JSTOR 2333051.
  7. ^abEisenhart, Churchill. "The development of the concept of the best mean of a set of measurements from antiquity to the present day." Unpublished presidential address, American Statistical Association, 131st Annual Meeting, Fort Collins, Colorado. 1971.
  8. ^ab"Bakker, Arthur. "The early history of average values and implications for education." Journal of Statistics Education 11.1 (2003): 17-26".Archived from the original on 2015-12-04. Retrieved2015-10-22.
  9. ^"Waterfield, Robin. "The theology of arithmetic." On the Mystical, mathematical and Cosmological Symbolism of the First Ten Number (1988). page 70"(PDF). Archived fromthe original(PDF) on 2016-03-04. Retrieved2018-11-27.
  10. ^"average".Dictionary.com Unabridged (Online). n.d. Retrieved2023-05-25.
  11. ^Ray, John (1674).A Collection of English Words not Generally Used. London: H. Bruges. Retrieved18 May 2015.
  12. ^"average, n.2".Oxford English Dictionary (Online ed.). Oxford University Press. September 2019. RetrievedSeptember 5, 2019. (Subscription orparticipating institution membership required.)
  13. ^abLibertz, Daniel (2018-12-31)."Framed for Lying: Statistics as In/Artistic Proof".Res Rhetorica.5 (4).doi:10.29107/rr2018.4.1.ISSN 2392-3113.

External links

[edit]
Look upaverage in Wiktionary, the free dictionary.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Average&oldid=1322948519"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp