Knowledge

Talk:Median

Source 📝

541:
edition of Numerical Recipes versus the latest edition. I have a quibble about the definition in the Preamble where it says "If there are an even number of observations, one often takes the mean of the two middle values.” – but this last is ambiguous: Is the median of {0,1,1,2,2,2} 1.5, the average of numbers 1 & 2, or, rather and perhaps better, 1.6, the weighted mean of the sub-multiset formed of the two middle values {1,1,2,2,2}? The Preamble perhaps means (sorry!) to say "one often takes the average of the values of the two middle observations". But I like the subtlety of the other definition a little better, somehow; and it ought not to be too hard to construct an example of a discrete distribution limiting to a continuous one, in which the first definition behaves, in the limit, worse than the second.
359: 338: 264: 536:
distribution? Even if section 2 of the article does follow logically, I have never seen anyone defy convention and state that there are two medians and to not interpolate. Can you please provide some sort of citaion where this nonuniqueness of the median idea is presented? If not, it might be good to pull it infavour of the interpolating definition to avoid confusing students. If you are correct and there are solid sources then we should add a bit on the interpolating convention in section 2 as a warning.
1199:. A sample has observations and a population has members. Starting at the second sentence thru the end of the second paragraph, the article needs to have the word distribution changed to sample and population changed to observations. None of it is referring to a distribution (population). The above definitions need to be included in the "Medians in descriptive statistics" with the correct definition of a unique median. I will make the appropriate changes after after discussion and concurrence. 254: 233: 200: 2390:
this accounts for the word ‘unique’ creeping into their definition; but it unnecessarily limits the scope of their concept. A better reference, in many respects, is a paper written before Davis’s work by Charles Plott in 1967 (C. R. Plott, “A Notion of Equilibrium and its Possibility Under Majority Rule”). He uses a similar concept and requires no assumption of uniqueness, but his own term is ‘majority rule equilibrium’ which is hardly suitable for a general-purpose location parameter.
452: 581:
for example a list of species that have sequentially evolved from one another. You can order them, so you can find the "middle" one(s). For even cardinality, there are two candidates. You cannot compute the average of those. You can, however, employ a _single_ definition for the median that allows for both candidates to qualify as the median: The median is the object in the sorted list whose distance from the center is minimal.
2165:
giving it its own section. Then moved most of the more technical material into a "discussion" section. In places where it makes sense to introduce technical material early I've cordoned it off at the end of a paragraph by using words like "in more technical terms" at the start of a sentence. And everywhere tried to deduplicate and reduce sentence and paragraph length. Let me know if you have any thoughts on this.
431: 191: 2008:, and that here has now been improved. I haven't looked to see what was copied where, but I would suggest that that other aricle is the better place to have a longer outline of median-unbiasedness, with perhaps a reduction in the present article concentrating on whether/why the sample median is median-unbiased rather than median-unbiasedness itself. 2422:
Recent changes to this article suggested that reordering data elements changes the median - that is simply incorrect. To arrive at the median, one finds the value such that at least half the set is less than or equal to the proposed value and half is greater than or equal (this is a paraphrase of the
2144:
I've was looking at this article and wondering if there's any sense in adding a basic illustration of the median concept at the top of the article, and if so how people think this could be done - any thoughts? I feel it would be nice to have a basic illustration of how you take the median (maybe from
1958:
is presently a redirect, somehow using the anchor presently within this article. On more general "multivariate median" changes, do note that there is an early mention of the multivariate case in the section on "An inequality relating means and medians" that may need to be put in a more logical place,
1376:
it is noted that there are number of ways in existing software packages (R, SAS) for computing quantiles. (Disclaimer: I have contributed to that page.) These apply for the first 2-quantile, which we call the median. In particular, the median in your first example need not be 1.5, but could be 1 or
580:
to the discussion. The median can be defined for any list of objects that reside on an ordinal scale, which means that they can be ordered. An ordinal scale does not necessarily lend itself for computing an arithmetic mean. For that, the object would need to reside on at least an interval scale. Take
2312:
is quite right that the reference (and several others) uses the expression “unique median in all directions” but the term is highly misleading. If an even number points lie along a straight line, then there exist an infinite number of omnidirectional medians – are these “non-unique unique medians in
1763:
I vaguely recall that a running median or median filter was included by Tukey et al. as part of "exploratory data analysis". Can anyone contribute text and reference for this? The present content covers image processing only, but this would have been for a time-series context. I see that there is an
1674:- which basically is the set member closest to the median - this median definition suggested here is not the same. For example, given the vector set {(2,3),(3,1),(1,2)} the x-median is 2, the y-median is 2, resulting in a combined median of (2,2); this is not the medoid (either (1,2) or (2,3) is). -- 1346:
The fourth "citation needed" probably is a reminder that you can do this on an arbitrary ordering of the values. I could order numbers by their prime divisor representation, resulting in an order such as, {1, 2, 4, 8, 3, 6, 12, 9, 5, 10, 7, 11, 13} (based on {1, 2, 2*2, 2*2*2, 3, 3*2, 3*2*2, 3*3, 5,
535:
You are correct that I am an instructor telling students how to do exercises and it is very confusing when the posting emphasizes this nonstandard, and as far as I can tell unaccepted interpretation of the definition. Are there two definitions of median?? The middle variable(s) and the middle of the
1655:
P.S. it also works for booleans. The boolean median is basically 0 when there are more 0s and 1 when there are more 1s in the set. Also relevant for computing the mean over computer data to stay in the right domain. Yet another use is data anonymization. When the values don't belong to the original
1647:
One more thing: no, having an integer median for a set of integers CAN be quite important. But in just as many cases, you will require that the median actually is an element of the set itself. In this setting, the set {1, 2, 4, 5} would have two medians, 2 and 4. This happens a lot when the objects
832:
I should clarify that the original section was technically correct, except for the use of "underflow." However, the editor took an article about index size overflow when finding the "median" index during a binary search, and applied the same concept to his own median calculation using actual values
540:
The best precise definition of "the median" of an even-cardinality multiset is not easy to discern. I have seen several good discussions and I'll try to find some references. The bottom line is that it seems not many practitioners care; but it can matter in automated software -- see the penultimate
1329:
Since computer integers are complete within their range, and the median by definition is neither larger than the largest element nor smaller than the smallest element, an "integer median" of computer integers, is a computer integer. (e.g. in a byte context, the integer median will never be outside
2399:
The omnidirectional median as I presented it is a hybrid of the ideas in the two papers, abstracting out Plott’s domain specificity and Davis’s implied assumption of uniqueness. Strict Wikipedians rules might reject it as ‘original research’, in which case it would be better to delete my addition
2389:
I don’t have a reference for the omnidirectional median under any non-misleading name. The Davis paper concerns multivariate generalisations of the ‘median voter theorem’ which, in a single dimension, is conventionally limited to odd numbers of voters to avoid problems of non-uniqueness. I assume
2027:
I wonder if it would be appropriate to add a couple ways of determining the median (in nonproblematical cases). For example, in an unordered and uncounted list, start with the largest and smallest numbers, and then the next pairs etc. OR, in a spread sheet, take the number of entries, divide by
515:
Sorry, you fail to make your case. That particular external link is not cogent unless perhaps it's an instructor telling students how he wished exercises done, or otherwise there for some extraneous reason. The basic definition of "median" given in that same external link logically entails that
2365:
I've never heard of the term before, so apologies to not knowing the full context. I'm just here to verify the source information and complete the reference. Please feel free to correct or reword the content. A better source that uses the preferred term "omnidirectional median" would be welcome.
2164:
What I've decided to do instead is give the article a reorganisation. I've written an introduction that's a lot more non-technical and really aimed for people with no more than basic maths if that. Then I've emphasised the basic procedure (which most people will be coming to this article for) by
1735:
This is a nice illustration of the 2-dimensional marginal median, in which the median is taken by components. (The marginal median should generally be avoided when the number of observations exceeds the dimension squared, as a rule of thumb). This application is discussed in recent papers on the
894:
has written several articles in recent years on median selection (and then with reference to resource-allocation problems, etc.), which are extremely detailed and point out errors in the literature (even by outstanding computer scientists). He is a meticulous programmer and mathematician, and I
1380:
Although there are indubitably circumstances in which the median of some integers must be an integer, I suspect that in scientific practice in general, with an even number of values, the mean of the two middle values is used whether or not it is an integer. (But I have no citations to back me
1835:
A discussion of multivariate extensions of the univariate median is needed. Since this is a statistics article (rather than a computer-science algorithmics article), this should have priority over the extensive discussion of sorting. (I agree that it should come after a discussion of a simple
1218:). First, "distribution" should be written as "sample" and the sample median is unique by definition. Secondly, the median will be unique when there are observations of the same value, for example {1, 4, 4, 5} yields a sample median of 4. Maybe I don't know what is being said here. 949:
REPLY: I would suggest looking at the textbook by Casella and Berger, for some discussion of results on the mean-median-mode inequality and the 6 sigma inequality, with references to the literature (e.g. the article by Pukelsheim et alia); see also Joag-Dev and Dharmadhikari's
647:
But here's my guess as to the general meaning of "weighted median". Assign weights, i.e., non-negative numbers whose sum is 1, to all the numbers in your list; different numbers may carry different weights. Take the median of the resulting discrete probablity distribution.
1643:
Note that the mathematical median should satisfy this condition. However there can be more than one "median" according to this definition (indeed, in the {1,2,3,4} case any of 2, 2.5, 2.75 3 should satisfy this condition), while in the mathematical definition it is uniquely
1783:
Look in 2004(?) Statistical Science, which had a special issue on nonparametric statistics. The last article was on nonparametric multivariate time series. There are some nice articles using spatial medians in chemometrics and image processing, for example.
1921:
The other medians should probably go in another article. I am glad that we agree about Oja, etc. Oja's median is too complicated, to sketch here. You should look at Oja's homepage, which used to have a hilarious, self-deprecating quotation of a slam from a
2501: 1234:
Corrected terminology in the "Easy explanation of the sample median" section. The is no "distribution" given nor are we working with numbers. We are working with (sample) observations with measured values, i.e. length of growth, scores for a quiz, etc.
809:
I recently rewrote the Computer Science median section. The original contribution strayed from the referenced article. The referenced article did not specifically deal with the "even case," and the original editor incorrectly used the term underflow.
1849:(emphasizing the Euclidean norm: other norms could be mentioned). The proper definition of the spatial median should be given for the population distribution. The current heuristic definition in terms of absolute loss is limited to L1, as noted. 1387:
I like your clarification that the median depends upon the ordering, not only the elements. It especially well highlights the fact that taking the average of the two middle elements is not always sensible, even when the numbers are real
688:
Do you mean that although sorting time is O(nlogn) the median can be found in O(1) time if the list is sorted? Or does it mean that for an unsorted list the median can be found in O(n) time? I feel this needs clarification in the article
1288:
There are a few citation needed markers there, where I'm not sure if they are really needed. I hadn't read the article before, but I find these parts rather obvious. Albeit they could probably be rewritten to be easier to understand.
861:
Wouldn't the proposed alternative median calculation of using A + ((B − A)/2) also overflow, if for instance A is MAXINT? In any case I don't see why the implementation or the possible overflows should be mentioned in this article.
676:
I think the page currently incorrectly says that median is 50% percentile, rather than 50th percentile. I'm not an expert in statistics, so this is really just a question: Isn't this equivalent to 0.5-quantile (50%-quantile)? -- JKÄž
600:
Completed the example for an even number of observations as defined for a sample median. If there is a question regarding the uniqueness of a sample median for an even number of observations, please discuss first before changing the
516:
what this article says is right. So do innumerable books. Certainly in some situations it makes sense to interpolate like that, but that doesn't mean the article is wrong to point out non-uniqueness of the median in certain cases.
1325:
Since in the example above 1.5 is not integer, it's not useful. But you can use a "lower median" or "upper median" then, by rounding appropriately (i.e. the "lower integer median" would be 1, the "upper integer median" would be
1917:
I think that the marginal median and the spatial median should be mentioned, and their properties briefly noted, in a WP:Summary fashion. I trust that the arithmetic mean notes that it is defined and used for multivariate
1648:
are complex and you cannot "interpolate" between objects. Say, we have four players, each with scores and points. We can sort them by their score, then determine the "median" players points. Sounds too constructed? Well,
489:
Part 2 about the nonuniqueness is directly contradicted by the first external link at the bottom. Unless someone can find some documentation supporting not interpolating the median then this section needs to be removed.
2072:
The page says, "In statistics and probability theory, the median is the numerical value separating the higher half of a data sample, a population, or a probability distribution, from the lower half." Numerical value is
1633: 1341:
due to precision limitations. Again there will probably some rounding happen, and you could probably again define a lower and upper median (although I bet most people will just use whatever the FPU computes for
1174:
unique (by definition). Also, the statement, "...The median may not be unique, as there may be a number of observations with the same value occupying the middle range of a distribution" mixes terminology of
153: 2077:
as the absolute value of a number, and as far as I know, the median need not be above zero, so I've changed numerical value to number. I'm not an expert, so make sure to change it back if I'm wrong.
757:
I think the relation between the median and mode is missing. The 'popular explanation' might actually be misunderstood to describe the mode, and the difference between the two concept is not given.
1347:
5*2, 7, 11, 13}, which is in fact a well-defined order of the positive integers derived from their ordered prime divisor sequences). This ordered sequence obviously has the median 12, while in the
409: 642:
centered at each one. Take a weighted average of those bell-shaped functions, getting a probability density. Finally, take the median of that distribution. The bell curves are the "smoothing".
582: 1214:
So much wrong, I got distracted. The statement, "...The median may not be unique, as there may be a number of observations with the same value occupying the middle range of a "distribution" (
320: 1419:; see the Mathworld reference in the main article) is defined with the average on a tie situation. I believe that there is a weaker definition of the median, which is about the following: 2466: 1892:
should be a separate article. Just the Oja et al. literature alone would fill more than one wikipedia article. In fact, I almost started one but did not have the time to work on it.
1640:
I'd call this a "set theoretic median definition", but I currently do not have a citation for it, it's solely based on my intuition and probably on things I've learned some years ago.
1384:
While it is true that floating point numbers are not as precise as the mathematical real numbers, I offer that this distinction is not sufficiently relevant for the present article.
717:
is desribed in a linked, separate article. Note that Knowledge does not mean to include pseudocode for all possible algorithms, this is still a dictionary, not a programming book --
1138:
the same as the median of a sample. The median of a population is given in the section "Medians of probability distributions" and the median need not be unique. However, given an
698:
Why hasn't this issue been addressed yet? Something must be very wrong if the introduction of the section promises an O(n) algorithm but the following algorithm is O(n log n). --
2105:"Numerical value", according to the source linked by you, means not always "absolute value"; sometimes also "definite quantity". But anyway, I agree: just "number" is better. 1637:
or in words: A median (note that there could be more than one) is an element such that less than half of the elements are larger and less than half of the element are smaller.
567:
For some discussions of this issue you might want to read: Hyndman, R. J. and Fan, Y. (1996) Sample quantiles in statistical packages, _American Statistician_, *50*, 361-365.
1547: 2145:
an odd-numbered dataset, then an even one), and a graphic showing how the mean can be skewed by outliers - essentially a representation of the median as it is taught on
2456: 1061:"Median is the middle value after arranging data by any order." This obviously follows from the definition, does a definitive source have to be cited in this case? -- 1015:
or deleting this section, since I added a short discussion of median-unbiased estimators and the absolute-value loss function (again following the ideas of Laplace).
1813:
on seismology which at least confirms Tukey as a basic origin for running medians and it has a range of interesting results. But I expect there are better sources.
1377:
2. Also, I don't think that this is an integer vs. real number issue; For example, if the set were {1.1, 2.2, 3.3, 4.4} then the median could be 2.75, 2.2, or 3.3.
661:
I just wanted to check, the median's equal to the 50th percentile, right? I think this would be helpful to have in the defintion of median (assuming it's right).
2471: 2247: 2243: 2229: 1460: 1440: 735:
Thanks, I understand now. I think it might preferable to move the "Efficient computation" part below the "Easy explanation" part. The way it is now is confusing.
147: 204: 2491: 2481: 1910:
Thanks for your helpful edits, here, as elsewhere, Mathstat. I shall have to look at your draft. (Epstein also has an interest in zonotopes, I'd bet! C.f.
553:
This is not better, and has weird consequences. For example, the median of {0,1,1,2,2,2} (1.6) is then larger than the median of {0,1,1,2,3,3} (1.333...).
470:
REPLY: This is a typical homework problem, whose solution can be found by visiting standard intermediate textbooks (only some of which have the solution).
399: 310: 79: 2451: 2215: 790:
says "Note, however, that c is not always unique, and therefore not well defined in general." Can someone give me an example where c is not unique? -
2496: 1134:(aka sample median). This is similar to knowing the difference between the mean of a population and the mean of a sample . Median of a population 2461: 2205: 876:
I agree. This section of the article is so trivial, and the result it gives so unimportant and obvious, that I think it should be cut entirely.
286: 1080:, so a source is not needed. You don't see citations in the "addition" article neither. But if a source could be provided, it wouldn't hurt.-- 2476: 375: 85: 813:
The overall implementation of a median in Computer Science still needs a good source. Much appreciation to anyone who can find a good link.
2486: 2126: 2029: 863: 791: 1553: 1314:
computer floats are usually just a subset of real numbers (well, usually plus infinity, plus NaN, and with two zeros), with tons of gaps
1107: 1062: 1675: 718: 554: 586: 2225:
When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.
834: 277: 238: 1652:
can be generalized to non-metric-spaces by using this kind of median instead of the mean. This is then called "k-median clustering"
2093: 506: 366: 343: 2336:, previously defined as “the most preferred point of an individual chosen at random from the population”. So is it a median wrt 2050:
Isn't it part of Knowledge's mission to make information more accessible? An easier to read introduction would help a lot here.
2446: 833:(not indexes). An additional section about calculating an actual median needs to be added (hopefully with a proper citation :) 99: 30: 1810: 1856:
could be discussed. A discussion of data depth functionals, etc., would probably exceed the depth desirable for this article!
1720:
Should mention that U.S. census reports make very extensive use of medians where people might expect averages to be used...
1251: 443: 439: 104: 44: 20: 2346:
I’m not going to revert Mwtoews’s edit, but I suspect he’s susbstituted palpable nonsense for non-standard terminology. The
847:
I was somehow logged out, the above IP is mine. My last edit to the Median page was also under this IP. Sorry for the mess.
2146: 938: 74: 2290: 1126:
The first and second paragraphs are mostly incorrect. First, one must understand the difference between the median of a
816:
Also, the even/odd cases are not currently dealt with (they weren't explained properly in the original section either).
550:"or, rather and perhaps better, 1.6, the weighted mean of the sub-multiset formed of the two middle values {1,1,2,2,2}" 213: 916:
For continuous probability distributions, the difference between the median and the mean is less than or equal to one
65: 168: 2216:
https://web.archive.org/web/20110310043642/http://www.universityofcalifornia.edu/senate/inmemoriam/georgewbrown.htm
1984: 1936: 1878: 1795: 1747: 1020: 959: 900: 475: 135: 996:
Laplace was older then Fechner and used the median frequently. Therefore, I suggest using the alternative wording
891: 2246:
to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the
2405: 2355: 2033: 852: 823: 2130: 867: 795: 2206:
https://web.archive.org/web/20100730032416/http://www.stat.psu.edu/old_resources/ClassNotes/ljs_07/sld008.htm
1333:
computer floating point numbers have precision issues. Depending on where the floating point values lie, the
1066: 2281: 2197: 1836:
example). I would suggest that a discussion of multivariate medians should discuss the following concepts:
1679: 1111: 722: 558: 109: 2219: 2047:
Just looked at the entry to learn more but found the piece a bit hard going with a liberal arts education.
838: 2193: 1893: 1004: 982: 502: 2265:
If you have discovered URLs which were erroneously considered dead by the bot, you can report them with
2253: 2058: 1976: 1928: 1911: 1870: 1787: 1739: 1016: 955: 896: 690: 471: 219: 129: 2196:. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit 1321:
The paragraph packed with "citation needed" markers probably tries to provide solutions for all these.
542: 263: 2423:
formal definition section) - that condition is clearly independent of the order of the data elements.
1661: 1359: 358: 337: 2209: 2089: 2081: 2005: 1768:, which is somewhat different it seems, and I suppose something on this might also be included here. 1239: 1103: 926: 848: 819: 740: 703: 577: 498: 494: 190: 2401: 2351: 2170: 2154: 1861: 1736:
multivariate median. Just search for "spatial median" and "United States" and "population center".
1465: 1398: 714: 161: 125: 55: 2313:
all directions”? The word “unique” is already defined in all contexts: you can’t define a “unique
930: 621:
I've heard of a "smoothed weighted median", defined something like this. Given a list of numbers
451: 374:
on Knowledge. If you would like to participate, please visit the project page, where you can join
285:
on Knowledge. If you would like to participate, please visit the project page, where you can join
2013: 1964: 1901: 1818: 1773: 1725: 1657: 1649: 1355: 1271: 1247: 1223: 1204: 1085: 917: 666: 649: 606: 568: 517: 269: 70: 2250:
before doing mass systematic removals. This message is updated dynamically through the template
736: 699: 253: 232: 2266: 2428: 2374: 934: 772: 639: 175: 51: 2400:
completely until a reference comes along which presents the concept in suitable generality.
2110: 2054: 779:
can you please include and intermediate definition of this. from and inteermidiate student!
2273: 2085: 881: 1705: 2232:, "External links modified" talk page sections are no longer generated or monitored by 2166: 2150: 1955: 1394: 2272:
If you found an error with any archives or the URLs themselves, you can fix them with
1445: 1425: 783:
Note, however, that c is not always unique, and therefore not well defined in general.
2440: 2009: 1960: 1897: 1814: 1769: 1765: 1721: 1267: 1243: 1219: 1200: 1081: 602: 1292:
Let's establish a few things first, to make sure we are at least agreeing on these:
141: 2424: 2369: 2307: 2074: 768: 430: 2239: 2106: 758: 282: 2340:? It’s a perfectly simple concept with no dependence on any random selections. 1311:
computer integers are in a finite range, but the range is complete without gaps
2238:. No special action is required regarding these talk page notices, other than 1656:
domain, they can easily be identified as anonymized/fake/modified/whatever. --
877: 529:
Biometry by Sokal and Rolf, 3rd edition, pages 44 to 46, specifically box 4.1
371: 259: 922:
However, I think this holds for any distribution, not just continuous one.
526:
Okay, I will show you mine, and you show me yours for better understanding.
2043:
Creating a section that is more readable for the mathematically challenged
2502:
Articles created or improved during WikiProject Europe's 10,000 Challenge
2004:
Until recent edits, the text in this article was very similar to that in
1373: 1296:
in a population of integers, the median may eventually not be an integer:
2220:
http://www.universityofcalifornia.edu/senate/inmemoriam/georgewbrown.htm
2343:
Maybe someone else can make more sense of their definition than I can.
2149:(which most people initially reading the article will be looking for). 1354:
Anyone up for rewriting this section to make it more understandable? --
1000: 2350:
is well understood and fairly widely used; the terminology is a mess.
450: 429: 2189: 1973:
Thank you for the helpful comment, and for catching my stray anchor.
1671: 24: 1628:{\displaystyle |\left\{s\in S|s<m\right\}|\leq {\frac {|S|}{2}}} 2210:
http://www.stat.psu.edu/old_resources/ClassNotes/ljs_07/sld008.htm
1077: 1954:
On "spatial median", in any changes/splitting please recall that
467:
Does someone know how to demonstrate this optimality property ?
1162:
is even, then the sample median is the arithmetic mean of the
425: 184: 15: 2432: 2409: 2380: 2359: 2295: 2174: 2158: 2134: 2114: 2097: 2062: 2037: 2017: 1989: 1968: 1941: 1905: 1883: 1822: 1800: 1777: 1752: 1729: 1683: 1665: 1402: 1363: 1275: 1255: 1227: 1208: 1115: 1089: 1076:
Hmm... I'd say "no". To me, the concept of the median is an
1070: 1024: 1003:
used the sample median (to estimate the population median).
963: 942: 904: 885: 871: 856: 842: 827: 799: 776: 761: 744: 726: 707: 693: 610: 590: 571: 562: 545: 520: 479: 2200:
for additional information. I made the following changes:
532:
Statisitics Explained by Mckillup 2006, page 74 and 75.
1706:
http://scholar.google.de/scholar?q=k-median+clustering
787: 442:", which started on 20 August 2016 and is still open. 160: 1864:
could donate lecture notes or text from an article.
1556: 1469: 1448: 1428: 788:
http://en.wikipedia.org/Median#Theoretical_properties
895:
would recommend his articles to interested readers.
370:, a collaborative effort to improve the coverage of 281:, a collaborative effort to improve the coverage of 2242:using the archive tool instructions below. Editors 1627: 1540: 1454: 1434: 1266:Melcombe did a fantastic job of cleaning this up. 2332:Davis et al also define their median in terms of 1100:Who can tell me ? i do not know how to find it. 438:This article was created or improved during the " 33:for general discussion of the article's subject. 2467:Knowledge level-4 vital articles in Mathematics 2006:Bias_of_an_estimator#Median_unbiased_estimators 2228:This message was posted before February 2018. 616:Does anyone know what a "weighted median" is? 174: 8: 1670:While closely related to the concept of the 1337:median may not be representable in computer 1040: 1038: 1298:For example, the median of {0, 1, 2, 3} on 332: 227: 2188:I have just modified 2 external links on 1614: 1606: 1603: 1595: 1576: 1557: 1555: 1527: 1519: 1516: 1508: 1489: 1470: 1468: 1447: 1427: 1548:m\right\}|\leq {\frac {|S|}{2}}}" /: --> 910:An inequality relating means and medians 2457:Knowledge vital articles in Mathematics 1698: 1034: 1007:further popularized the median for the 952:Unimodality, Convexity and Applications 485:The posted definition is partly wrong!! 334: 229: 188: 2181:External links modified (January 2018) 1466:m\right\}|\leq {\frac {|S|}{2}}}": --> 2472:B-Class vital articles in Mathematics 2121:"The median is of central importance" 1304:However, if you restrict this to the 1170:observations. The median of a sample 1096:Find Mean,Median,Mode in Grouped data 583:2003:C9:8715:7B00:484A:84B6:CE19:C97E 7: 1541:{\displaystyle |\left\{s\in S|s: --> 576:I would like to add the variable of 440:The 20,000 Challenge: UK and Ireland 364:This article is within the scope of 275:This article is within the scope of 218:It is of interest to the following 23:for discussing improvements to the 2492:Top-importance Statistics articles 2482:High-priority mathematics articles 1896:If anyone wants to work on it ... 14: 2192:. Please take a moment to review 1048:(1921), Pt II Ch XVII §5 (p 201). 295:Knowledge:WikiProject Mathematics 2452:Knowledge level-4 vital articles 1542:m\right\}|\leq {\frac {|S|}{2}}} 1057:Citation Needed for obvious fact 969:History?? Laplace versus Fechner 384:Knowledge:WikiProject Statistics 357: 336: 298:Template:WikiProject Mathematics 262: 252: 231: 198: 189: 45:Click here to start a new topic. 2497:WikiProject Statistics articles 1759:Running median or median filter 1318:Are we good on these problems? 404:This article has been rated as 387:Template:WikiProject Statistics 315:This article has been rated as 2462:B-Class level-4 vital articles 1959:or given a forward-reference. 1615: 1607: 1596: 1577: 1558: 1528: 1520: 1509: 1490: 1471: 1195:is to sample as members is to 767:does somebody have a picture? 1: 2147:an average high-school course 1276:21:37, 24 November 2009 (UTC) 1256:00:35, 22 November 2009 (UTC) 1228:11:42, 22 November 2009 (UTC) 1209:21:24, 24 November 2009 (UTC) 1150:is odd, the sample median is 857:02:59, 29 November 2008 (UTC) 843:02:47, 29 November 2008 (UTC) 828:23:24, 28 November 2008 (UTC) 611:01:55, 22 November 2009 (UTC) 591:14:00, 21 February 2024 (UTC) 546:11:19, 11 December 2006 (UTC) 378:and see a list of open tasks. 289:and see a list of open tasks. 42:Put new text under old text. 2477:B-Class mathematics articles 2433:03:03, 10 January 2024 (UTC) 2296:06:24, 24 January 2018 (UTC) 2125:I see what you did there... 2038:01:42, 16 January 2014 (UTC) 1730:20:18, 1 November 2010 (UTC) 1116:09:15, 3 November 2009 (UTC) 1090:09:37, 14 January 2010 (UTC) 1071:23:07, 25 October 2009 (UTC) 943:14:22, 19 January 2009 (UTC) 777:19:13, 9 December 2007 (UTC) 762:03:35, 1 November 2006 (UTC) 745:23:50, 22 January 2011 (UTC) 727:08:22, 21 January 2011 (UTC) 708:19:19, 20 January 2011 (UTC) 521:19:43, 17 October 2006 (UTC) 2487:B-Class Statistics articles 2321:” and allow that a “unique 2068:Number, not numerical value 1284:Computer median, revisited. 805:Medians in Computer Science 563:11:37, 27 August 2012 (UTC) 50:New to Knowledge? Welcome! 2518: 2317:”, you have to define an “ 2259:(last update: 5 June 2024) 2185:Hello fellow Wikipedians, 1809:I have found (via google) 872:10:25, 13 April 2009 (UTC) 2410:07:26, 21 July 2021 (UTC) 2381:21:13, 20 July 2021 (UTC) 2360:07:03, 20 July 2021 (UTC) 2175:21:09, 18 July 2016 (UTC) 2159:04:23, 16 June 2016 (UTC) 2115:05:48, 6 March 2015 (UTC) 2098:23:37, 5 March 2015 (UTC) 2063:20:45, 5 April 2014 (UTC) 1046:A Treatise on Probability 800:10:04, 15 June 2008 (UTC) 694:02:26, 2 April 2006 (UTC) 572:03:30, 6 March 2007 (UTC) 403: 352: 314: 247: 226: 80:Be welcoming to newcomers 2301:Median in all directions 2140:Graphical representation 2135:19:19, 27 May 2015 (UTC) 2023:Calculating by hand etc. 1684:21:14, 17 May 2010 (UTC) 1666:20:48, 17 May 2010 (UTC) 1403:19:30, 17 May 2010 (UTC) 1364:17:02, 17 May 2010 (UTC) 1025:18:22, 3 June 2009 (UTC) 964:18:21, 3 June 2009 (UTC) 905:18:27, 3 June 2009 (UTC) 886:13:14, 12 May 2009 (UTC) 669:23:04, 20 Apr 2005 (UTC) 657:Median = 50th percentile 480:18:17, 3 June 2009 (UTC) 321:project's priority scale 2018:09:06, 9 May 2012 (UTC) 1990:21:45, 7 May 2012 (UTC) 1969:21:32, 7 May 2012 (UTC) 1942:19:09, 7 May 2012 (UTC) 1906:17:30, 7 May 2012 (UTC) 1884:16:50, 7 May 2012 (UTC) 1823:23:22, 7 May 2012 (UTC) 1801:21:52, 7 May 2012 (UTC) 1778:13:03, 7 May 2012 (UTC) 1753:21:48, 7 May 2012 (UTC) 713:This is Knowledge. The 652:21:52, 5 Jan 2005 (UTC) 278:WikiProject Mathematics 2447:B-Class vital articles 1894:User:Mathstat/MVMedian 1629: 1543: 1456: 1436: 1369:A couple of thoughts: 1044:Keynes, John Maynard; 1013: 994: 455: 434: 367:WikiProject Statistics 75:avoid personal attacks 2418:Order of the data set 1912:Shapley-Folkman lemma 1630: 1544: 1457: 1437: 1351:order it would be 7. 1330:the byte value range) 1302:is by definition 1.5. 1122:Definition (Nov 2009) 998: 975: 684:Efficient Computation 454: 433: 205:level-4 vital article 100:Neutral point of view 2240:regular verification 1554: 1467: 1446: 1426: 1130:and the median of a 988:the median into the 578:Level_of_measurement 301:mathematics articles 105:No original research 2329:which is unique. 2230:After February 2018 1890:Multivariate median 1862:User:David Eppstein 1860:I would guess that 1831:Multivariate median 1372:In the article for 1146:observations where 1132:set of observations 715:selection algorithm 638:, first consider a 463:Optimality property 390:Statistics articles 2284:InternetArchiveBot 2235:InternetArchiveBot 1650:k-means clustering 1625: 1538: 1452: 1432: 1422:A median of a set 1191:. In other words, 1011:analysis of data. 992:analysis of data. 918:standard deviation 456: 435: 270:Mathematics portal 214:content assessment 86:dispute resolution 47: 2260: 2101: 2084:comment added by 1988: 1940: 1882: 1799: 1751: 1623: 1536: 1455:{\displaystyle m} 1435:{\displaystyle S} 1308:, there is no 1.5 1259: 1242:comment added by 1106:comment added by 946: 929:comment added by 914:The article says 640:bell-shaped curve 596:The sample median 511: 497:comment added by 460: 459: 424: 423: 420: 419: 416: 415: 331: 330: 327: 326: 183: 182: 66:Assume good faith 43: 2509: 2379: 2377: 2372: 2311: 2294: 2285: 2258: 2257: 2236: 2100: 2078: 1987: 1981: 1974: 1939: 1933: 1926: 1881: 1875: 1868: 1811:Evans pdf (1981) 1798: 1792: 1785: 1750: 1744: 1737: 1708: 1703: 1634: 1632: 1631: 1626: 1624: 1619: 1618: 1610: 1604: 1599: 1594: 1590: 1580: 1561: 1549: 1546: 1545: 1539: 1537: 1532: 1531: 1523: 1517: 1512: 1507: 1503: 1493: 1474: 1461: 1459: 1458: 1453: 1441: 1439: 1438: 1433: 1258: 1236: 1158:observation. If 1118: 1049: 1042: 1017:Kiefer.Wolfowitz 956:Kiefer.Wolfowitz 945: 923: 897:Kiefer.Wolfowitz 510: 491: 472:Kiefer.Wolfowitz 426: 410:importance scale 392: 391: 388: 385: 382: 361: 354: 353: 348: 340: 333: 303: 302: 299: 296: 293: 272: 267: 266: 256: 249: 248: 243: 235: 228: 211: 202: 201: 194: 193: 185: 179: 178: 164: 95:Article policies 16: 2517: 2516: 2512: 2511: 2510: 2508: 2507: 2506: 2437: 2436: 2420: 2375: 2370: 2367: 2305: 2303: 2288: 2283: 2251: 2244:have permission 2234: 2198:this simple FaQ 2183: 2142: 2123: 2107:Boris Tsirelson 2079: 2070: 2045: 2025: 2002: 2000:Median-unbiased 1977: 1975: 1929: 1927: 1871: 1869: 1841:Marginal median 1833: 1788: 1786: 1761: 1740: 1738: 1718: 1716:U.S. Census use 1713: 1712: 1711: 1704: 1700: 1605: 1566: 1562: 1552: 1551: 1518: 1479: 1475: 1464: 1463: 1444: 1443: 1424: 1423: 1286: 1237: 1124: 1101: 1098: 1059: 1054: 1053: 1052: 1043: 1036: 980: 971: 924: 912: 849:JoshuaSchaeffer 820:JoshuaSchaeffer 807: 785: 755: 686: 659: 629: 618: 598: 492: 487: 465: 389: 386: 383: 380: 379: 346: 300: 297: 294: 291: 290: 268: 261: 241: 212:on Knowledge's 209: 199: 121: 116: 115: 114: 91: 61: 12: 11: 5: 2515: 2513: 2505: 2504: 2499: 2494: 2489: 2484: 2479: 2474: 2469: 2464: 2459: 2454: 2449: 2439: 2438: 2419: 2416: 2415: 2414: 2413: 2412: 2402:Colin.champion 2394: 2393: 2392: 2391: 2384: 2383: 2352:Colin.champion 2302: 2299: 2278: 2277: 2270: 2223: 2222: 2214:Added archive 2212: 2204:Added archive 2182: 2179: 2178: 2177: 2141: 2138: 2127:149.71.132.107 2122: 2119: 2118: 2117: 2069: 2066: 2053: 2044: 2041: 2030:211.225.33.104 2024: 2021: 2001: 1998: 1997: 1996: 1995: 1994: 1993: 1992: 1971: 1956:Spatial median 1947: 1946: 1945: 1944: 1925:Best regards, 1923: 1919: 1915: 1858: 1857: 1850: 1847:Spatial median 1844: 1843:(Puri and Sen) 1832: 1829: 1828: 1827: 1826: 1825: 1804: 1803: 1760: 1757: 1756: 1755: 1717: 1714: 1710: 1709: 1697: 1696: 1692: 1691: 1690: 1689: 1688: 1687: 1686: 1653: 1645: 1641: 1638: 1635: 1622: 1617: 1613: 1609: 1602: 1598: 1593: 1589: 1586: 1583: 1579: 1575: 1572: 1569: 1565: 1560: 1535: 1530: 1526: 1522: 1515: 1511: 1506: 1502: 1499: 1496: 1492: 1488: 1485: 1482: 1478: 1473: 1451: 1442:is an element 1431: 1420: 1415:(or lets say, 1406: 1405: 1391: 1390: 1389: 1385: 1382: 1378: 1344: 1343: 1339:floating point 1331: 1327: 1316: 1315: 1312: 1309: 1306:integer domain 1303: 1297: 1285: 1282: 1281: 1280: 1279: 1278: 1261: 1260: 1231: 1230: 1140:ordered sample 1123: 1120: 1097: 1094: 1093: 1092: 1058: 1055: 1051: 1050: 1033: 1032: 1028: 1005:Gustav Fechner 983:Gustav Fechner 979: 976: 970: 967: 911: 908: 864:190.245.13.228 806: 803: 792:72.221.120.191 784: 781: 766: 754: 751: 750: 749: 748: 747: 730: 729: 685: 682: 681: 680: 679: 678: 671: 670: 658: 655: 654: 653: 644: 643: 625: 617: 614: 597: 594: 538: 524: 523: 486: 483: 464: 461: 458: 457: 448: 436: 422: 421: 418: 417: 414: 413: 406:Top-importance 402: 396: 395: 393: 376:the discussion 362: 350: 349: 347:Top‑importance 341: 329: 328: 325: 324: 313: 307: 306: 304: 287:the discussion 274: 273: 257: 245: 244: 236: 224: 223: 217: 195: 181: 180: 118: 117: 113: 112: 107: 102: 93: 92: 90: 89: 82: 77: 68: 62: 60: 59: 48: 39: 38: 35: 34: 28: 13: 10: 9: 6: 4: 3: 2: 2514: 2503: 2500: 2498: 2495: 2493: 2490: 2488: 2485: 2483: 2480: 2478: 2475: 2473: 2470: 2468: 2465: 2463: 2460: 2458: 2455: 2453: 2450: 2448: 2445: 2444: 2442: 2435: 2434: 2430: 2426: 2417: 2411: 2407: 2403: 2398: 2397: 2396: 2395: 2388: 2387: 2386: 2385: 2382: 2378: 2373: 2364: 2363: 2362: 2361: 2357: 2353: 2349: 2344: 2341: 2339: 2335: 2330: 2328: 2324: 2320: 2316: 2309: 2300: 2298: 2297: 2292: 2287: 2286: 2275: 2271: 2268: 2264: 2263: 2262: 2255: 2249: 2245: 2241: 2237: 2231: 2226: 2221: 2217: 2213: 2211: 2207: 2203: 2202: 2201: 2199: 2195: 2191: 2186: 2180: 2176: 2172: 2168: 2163: 2162: 2161: 2160: 2156: 2152: 2148: 2139: 2137: 2136: 2132: 2128: 2120: 2116: 2112: 2108: 2104: 2103: 2102: 2099: 2095: 2091: 2087: 2083: 2076: 2067: 2065: 2064: 2060: 2056: 2051: 2048: 2042: 2040: 2039: 2035: 2031: 2022: 2020: 2019: 2015: 2011: 2007: 1999: 1991: 1986: 1982: 1980: 1972: 1970: 1966: 1962: 1957: 1953: 1952: 1951: 1950: 1949: 1948: 1943: 1938: 1934: 1932: 1924: 1920: 1916: 1913: 1909: 1908: 1907: 1903: 1899: 1895: 1891: 1888: 1887: 1886: 1885: 1880: 1876: 1874: 1865: 1863: 1855: 1851: 1848: 1845: 1842: 1839: 1838: 1837: 1830: 1824: 1820: 1816: 1812: 1808: 1807: 1806: 1805: 1802: 1797: 1793: 1791: 1782: 1781: 1780: 1779: 1775: 1771: 1767: 1766:median polish 1758: 1754: 1749: 1745: 1743: 1734: 1733: 1732: 1731: 1727: 1723: 1715: 1707: 1702: 1699: 1695: 1685: 1681: 1677: 1673: 1669: 1668: 1667: 1663: 1659: 1654: 1651: 1646: 1642: 1639: 1636: 1620: 1611: 1600: 1591: 1587: 1584: 1581: 1573: 1570: 1567: 1563: 1533: 1524: 1513: 1504: 1500: 1497: 1494: 1486: 1483: 1480: 1476: 1449: 1429: 1421: 1418: 1414: 1410: 1409: 1408: 1407: 1404: 1400: 1396: 1392: 1386: 1383: 1379: 1375: 1371: 1370: 1368: 1367: 1366: 1365: 1361: 1357: 1352: 1350: 1340: 1336: 1332: 1328: 1324: 1323: 1322: 1319: 1313: 1310: 1307: 1301: 1295: 1294: 1293: 1290: 1283: 1277: 1273: 1269: 1265: 1264: 1263: 1262: 1257: 1253: 1249: 1245: 1241: 1233: 1232: 1229: 1225: 1221: 1217: 1213: 1212: 1211: 1210: 1206: 1202: 1198: 1194: 1190: 1189:distributions 1186: 1182: 1178: 1173: 1169: 1165: 1161: 1157: 1153: 1149: 1145: 1141: 1137: 1133: 1129: 1121: 1119: 1117: 1113: 1109: 1108:219.76.99.194 1105: 1095: 1091: 1087: 1083: 1079: 1075: 1074: 1073: 1072: 1068: 1064: 1063:99.39.111.144 1056: 1047: 1041: 1039: 1035: 1031: 1027: 1026: 1022: 1018: 1012: 1010: 1006: 1002: 997: 993: 991: 987: 984: 977: 974: 968: 966: 965: 961: 957: 953: 947: 944: 940: 936: 932: 928: 921: 919: 909: 907: 906: 902: 898: 893: 890:SUGGESTION: 888: 887: 883: 879: 874: 873: 869: 865: 859: 858: 854: 850: 845: 844: 840: 836: 830: 829: 825: 821: 817: 814: 811: 804: 802: 801: 797: 793: 789: 782: 780: 778: 774: 770: 764: 763: 760: 752: 746: 742: 738: 734: 733: 732: 731: 728: 724: 720: 716: 712: 711: 710: 709: 705: 701: 696: 695: 692: 691:203.33.164.42 683: 675: 674: 673: 672: 668: 667:Michael Hardy 664: 663: 662: 656: 651: 650:Michael Hardy 646: 645: 641: 637: 633: 628: 624: 620: 619: 615: 613: 612: 608: 604: 601:information. 595: 593: 592: 588: 584: 579: 574: 573: 570: 569:Hadleywickham 565: 564: 560: 556: 551: 548: 547: 544: 537: 533: 530: 527: 522: 519: 518:Michael Hardy 514: 513: 512: 508: 504: 500: 496: 484: 482: 481: 477: 473: 468: 462: 453: 449: 447: 446: 445:You can help! 441: 437: 432: 428: 427: 411: 407: 401: 398: 397: 394: 377: 373: 369: 368: 363: 360: 356: 355: 351: 345: 342: 339: 335: 322: 318: 317:High-priority 312: 309: 308: 305: 288: 284: 280: 279: 271: 265: 260: 258: 255: 251: 250: 246: 242:High‑priority 240: 237: 234: 230: 225: 221: 215: 207: 206: 196: 192: 187: 186: 177: 173: 170: 167: 163: 159: 155: 152: 149: 146: 143: 140: 137: 134: 131: 127: 124: 123:Find sources: 120: 119: 111: 110:Verifiability 108: 106: 103: 101: 98: 97: 96: 87: 83: 81: 78: 76: 72: 69: 67: 64: 63: 57: 53: 52:Learn to edit 49: 46: 41: 40: 37: 36: 32: 26: 22: 18: 17: 2421: 2347: 2345: 2342: 2337: 2333: 2331: 2326: 2322: 2318: 2314: 2304: 2282: 2279: 2254:source check 2233: 2227: 2224: 2187: 2184: 2143: 2124: 2080:— Preceding 2071: 2052: 2049: 2046: 2026: 2003: 1978: 1930: 1918:populations. 1889: 1872: 1866: 1859: 1853: 1852:Perhaps the 1846: 1840: 1834: 1789: 1762: 1741: 1719: 1701: 1693: 1676:87.174.82.90 1416: 1413:mathematical 1412: 1393:Just my 2¢. 1353: 1348: 1345: 1338: 1335:mathematical 1334: 1320: 1317: 1305: 1300:real numbers 1299: 1291: 1287: 1215: 1197:distribution 1196: 1193:observations 1192: 1188: 1184: 1180: 1177:observations 1176: 1171: 1167: 1163: 1159: 1155: 1151: 1147: 1143: 1139: 1135: 1131: 1127: 1125: 1099: 1060: 1045: 1029: 1014: 1008: 999: 995: 989: 985: 981: 972: 951: 948: 915: 913: 892:K. C. Kiwiel 889: 875: 860: 846: 831: 818: 815: 812: 808: 786: 765: 756: 719:87.174.120.8 697: 687: 660: 635: 631: 626: 622: 599: 575: 566: 555:132.230.10.6 552: 549: 543:75.36.232.78 539: 534: 531: 528: 525: 488: 469: 466: 444: 405: 365: 316: 276: 220:WikiProjects 203: 171: 165: 157: 150: 144: 138: 132: 122: 94: 19:This is the 2055:Petercascio 1922:referee! ;) 1764:article on 1644:determined. 1238:—Preceding 1102:—Preceding 1009:statistical 925:—Preceding 835:68.0.255.35 493:—Preceding 292:Mathematics 283:mathematics 239:Mathematics 148:free images 31:not a forum 2441:Categories 2291:Report bug 2086:Y2N1-09631 1854:Oja median 1694:References 1462:such that 1411:well, the 1128:population 1030:References 986:introduced 677:2006-04-24 634:= 1, ..., 499:Jdparker28 381:Statistics 372:statistics 344:Statistics 2274:this tool 2267:this tool 2167:Blythwood 2151:Blythwood 1985:Wolfowitz 1937:Wolfowitz 1879:Wolfowitz 1796:Wolfowitz 1748:Wolfowitz 1417:numerical 1395:Quantling 1374:quantiles 973:I quote 665:Correct. 208:is rated 88:if needed 71:Be polite 21:talk page 2325:” is an 2280:Cheers.— 2094:contribs 2082:unsigned 2028:two.... 2010:Melcombe 1961:Melcombe 1898:Mathstat 1867:Thanks! 1815:Melcombe 1770:Melcombe 1722:AnonMoos 1388:numbers. 1268:JackOL31 1252:contribs 1244:JackOL31 1240:unsigned 1220:JackOL31 1201:JackOL31 1187:used in 1179:used in 1104:unsigned 1082:Nwinther 939:contribs 927:unsigned 878:Ben Finn 603:JackOL31 507:contribs 495:unsigned 56:get help 29:This is 27:article. 2425:MrOllie 2348:concept 2308:Mwtoews 2194:my edit 2075:defined 1349:natural 1185:members 1181:samples 1164:(n/2)th 1154:as the 1152:defined 1001:Laplace 978:History 931:Matumba 769:Andries 408:on the 319:on the 210:B-class 154:WP refs 142:scholar 2190:Median 1979:Kiefer 1931:Kiefer 1873:Kiefer 1790:Kiefer 1742:Kiefer 1672:medoid 1658:Chire2 1356:Chire2 1342:them). 1136:is not 990:formal 759:Junuxx 216:scale. 126:Google 25:Median 1498:: --> 1183:with 1078:axiom 737:Roerd 700:Roerd 197:This 169:JSTOR 130:books 84:Seek 2429:talk 2406:talk 2356:talk 2171:talk 2155:talk 2131:talk 2111:talk 2090:talk 2059:talk 2034:talk 2014:talk 1965:talk 1902:talk 1819:talk 1774:talk 1726:talk 1680:talk 1662:talk 1585:< 1550:and 1399:talk 1381:up!) 1360:talk 1272:talk 1248:talk 1224:talk 1205:talk 1166:and 1112:talk 1086:talk 1067:talk 1021:talk 960:talk 935:talk 901:talk 882:talk 868:talk 853:talk 839:talk 824:talk 796:talk 773:talk 753:Mode 741:talk 723:talk 704:talk 630:for 607:talk 587:talk 559:talk 503:talk 476:talk 311:High 162:FENS 136:news 73:and 2248:RfC 2218:to 2208:to 1216:sic 1142:of 400:Top 176:TWL 2443:: 2431:) 2408:) 2358:) 2261:. 2256:}} 2252:{{ 2173:) 2157:) 2133:) 2113:) 2096:) 2092:• 2061:) 2036:) 2016:) 1967:) 1914:). 1904:) 1821:) 1776:) 1728:) 1682:) 1664:) 1601:≤ 1571:∈ 1514:≤ 1484:∈ 1401:) 1362:) 1326:2. 1274:) 1254:) 1250:• 1226:) 1207:) 1172:is 1168:th 1156:th 1114:) 1088:) 1069:) 1037:^ 1023:) 962:) 954:. 941:) 937:• 903:) 884:) 870:) 855:) 841:) 826:) 798:) 775:) 743:) 725:) 706:) 609:) 589:) 561:) 509:) 505:• 478:) 156:) 54:; 2427:( 2404:( 2376:t 2371:m 2368:+ 2354:( 2338:X 2334:X 2327:M 2323:M 2319:M 2315:M 2310:: 2306:@ 2293:) 2289:( 2276:. 2269:. 2169:( 2153:( 2129:( 2109:( 2088:( 2057:( 2032:( 2012:( 1983:. 1963:( 1935:. 1900:( 1877:. 1817:( 1794:. 1772:( 1746:. 1724:( 1678:( 1660:( 1621:2 1616:| 1612:S 1608:| 1597:| 1592:} 1588:m 1582:s 1578:| 1574:S 1568:s 1564:{ 1559:| 1534:2 1529:| 1525:S 1521:| 1510:| 1505:} 1501:m 1495:s 1491:| 1487:S 1481:s 1477:{ 1472:| 1450:m 1430:S 1397:( 1358:( 1270:( 1246:( 1222:( 1203:( 1160:n 1148:n 1144:n 1110:( 1084:( 1065:( 1019:( 958:( 933:( 920:. 899:( 880:( 866:( 851:( 837:( 822:( 794:( 771:( 739:( 721:( 702:( 636:n 632:i 627:i 623:x 605:( 585:( 557:( 501:( 474:( 412:. 323:. 222:: 172:· 166:· 158:· 151:· 145:· 139:· 133:· 128:( 58:.

Index

talk page
Median
not a forum
Click here to start a new topic.
Learn to edit
get help
Assume good faith
Be polite
avoid personal attacks
Be welcoming to newcomers
dispute resolution
Neutral point of view
No original research
Verifiability
Google
books
news
scholar
free images
WP refs
FENS
JSTOR
TWL

level-4 vital article
content assessment
WikiProjects
WikiProject icon
Mathematics
WikiProject icon

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.

↑