0
EN
1
المرجع الالكتروني للمعلوماتية

تاريخ الرياضيات

الاعداد و نظريتها

تاريخ التحليل

تار يخ الجبر

الهندسة و التبلوجي

الرياضيات في الحضارات المختلفة

العربية

اليونانية

البابلية

الصينية

المايا

المصرية

الهندية

الرياضيات المتقطعة

المنطق

اسس الرياضيات

فلسفة الرياضيات

مواضيع عامة في المنطق

الجبر

الجبر الخطي

الجبر المجرد

الجبر البولياني

مواضيع عامة في الجبر

الضبابية

نظرية المجموعات

نظرية الزمر

نظرية الحلقات والحقول

نظرية الاعداد

نظرية الفئات

حساب المتجهات

المتتاليات-المتسلسلات

المصفوفات و نظريتها

المثلثات

الهندسة

الهندسة المستوية

الهندسة غير المستوية

مواضيع عامة في الهندسة

التفاضل و التكامل

المعادلات التفاضلية و التكاملية

معادلات تفاضلية

معادلات تكاملية

مواضيع عامة في المعادلات

التحليل

التحليل العددي

التحليل العقدي

التحليل الدالي

مواضيع عامة في التحليل

التحليل الحقيقي

التبلوجيا

نظرية الالعاب

الاحتمالات و الاحصاء

نظرية التحكم

بحوث العمليات

نظرية الكم

الشفرات

الرياضيات التطبيقية

نظريات ومبرهنات

علماء الرياضيات

500AD

500-1499

1000to1499

1500to1599

1600to1649

1650to1699

1700to1749

1750to1779

1780to1799

1800to1819

1820to1829

1830to1839

1840to1849

1850to1859

1860to1864

1865to1869

1870to1874

1875to1879

1880to1884

1885to1889

1890to1894

1895to1899

1900to1904

1905to1909

1910to1914

1915to1919

1920to1924

1925to1929

1930to1939

1940to the present

علماء الرياضيات

الرياضيات في العلوم الاخرى

بحوث و اطاريح جامعية

هل تعلم

طرائق التدريس

الرياضيات العامة

نظرية البيان

قم بتسجيل الدخول اولاً لكي يتسنى لك الاعجاب والتعليق.

Quantile

المؤلف:  Barnett, V.

المصدر:  "Probability Plotting Methods and Order Statistics." Appl. Stat. 24

الجزء والصفحة:  ...

9-2-2021

4210

+

-

20

Quantile

The word quantile has no fewer than two distinct meanings in probability. Specific elements x in the range of a variate X are called quantiles, and denoted x (Evans et al. 2000, p. 5). This particular meaning has close ties to the so-called quantile function, a function which assigns to each probability p attained by a certain probability density function f=f(X) a value Q_f(p) defined by

 Q_f(p)=<span style={x:Pr(X<=x)=p}. " src="https://mathworld.wolfram.com/images/equations/Quantile/NumberedEquation1.gif" style="height:18px; width:167px" />

(1)

The kth n-tile P_k is that value of x, say x_k, which corresponds to a cumulative frequency of Nk/n (Kenney and Keeping 1962). If n=4, the quantity is called a quartile, and if n=100, it is called a percentile.

A parametrized version of quantile is implemented as Quantile[listq<span style={" src="https://mathworld.wolfram.com/images/equations/Quantile/Inline15.gif" style="height:15px; width:5px" /><span style={" src="https://mathworld.wolfram.com/images/equations/Quantile/Inline16.gif" style="height:15px; width:5px" />ab<span style=}" src="https://mathworld.wolfram.com/images/equations/Quantile/Inline17.gif" style="height:15px; width:5px" />, <span style={" src="https://mathworld.wolfram.com/images/equations/Quantile/Inline18.gif" style="height:15px; width:5px" />cd<span style=}" src="https://mathworld.wolfram.com/images/equations/Quantile/Inline19.gif" style="height:15px; width:5px" /><span style=}" src="https://mathworld.wolfram.com/images/equations/Quantile/Inline20.gif" style="height:15px; width:5px" />], which returns

 q_(a,b;c,d)(X_1,...,X_N)=Y_(|_x_|)+(Y_([x])-Y_(|_x_|))(c+dfrac(x)),

(2)

where Y_i is the ith order statistic, |_x_| is the floor function, [x] is the ceiling function, frac(x) is the fractional part, and

 x=a+(N+b)q.

(3)

There are a number of slightly different definitions of the quantile that are in common use, as summarized in the following table.

# a b c d plotting position description
Q1 0 0 1 0 i/n inverted empirical CDF
Q2 -- -- -- -- i/n inverted empirical CDF with averaging
Q3 1/2 0 0 0 (i+1/2)/n observation numberer closest to qn
Q4 0 0 0 1 i/n California Department of Public Works method
Q5 1/2 0 0 1 (i-1/2)/n Hazen's model (popular in hydrology)
Q6 0 1 0 1 i/(n+1) Weibull quantile
Q7 1 -1 0 1 (i-1)/(n-1) interpolation points divide sample range into n-1 intervals
Q8 1/3 1/3 0 1 (i-1/3)/(n+1/3) unbiased median
Q9 3/8 1/4 0 1 (i-3/8)/(n+1/4) approximate unbiased estimate for a normal distribution

The Wolfram Language's parametrization can handle all of these but Q2. In Q1, the empirical distribution function is the estimated cumulative proportion of the data set that does not exceed any specified value. Q2 is essentially the same as Q1 except that averages are taken at points of discontinuity. In Q3, the qth quantile is the observation numbered closest to qn, where n is the sample size. In Q4, the interpolation points divide the sample range into n intervals. In Q6, the vertices divide the sample into n+1 regions, each with probability 1/(n+1) on average. It was proposed by Weibull in 1939, and plots X_i at the mean position. Q7 divides the range into n-1 intervals, of which exactly 100q% lie to the left of q. Q8 plots X_i at the median position. Q9 is used in quantile-quantile plots. If P(X) is the normal distribution and p_k is the plotting position of X_k, then Q9(p_k) is an approximately unbiased estimate of P^(-1)(p_k).


REFERENCES:

Barnett, V. "Probability Plotting Methods and Order Statistics." Appl. Stat. 24, 95-108, 1975.

Cunnane, C. "Unbiased Plotting Positions--A Review." J. Hydrology 37, 205-222, 1978.

Evans, M.; Hastings, N.; and Peacock, B. Statistical Distributions, 3rd ed. New York: Wiley, 2000.

Harter, H. L. "Another Look at Plotting Positions." Comm. Stat., Th. and Methods 13, 1613-1633, 1984.

Hyndman, R. J. and Fan, Y. "Sample Quantiles in Statistical Packages." Amer. Stat. 50, 361-365, 1996.

Kenney, J. F. and Keeping, E. S. "Quantiles." §3.5 in Mathematics of Statistics, Pt. 1, 3rd ed. Princeton, NJ: Van Nostrand, pp. 37-38, 1962.

اخر الاخبار

اشترك بقناتنا على التلجرام ليصلك كل ما هو جديد