x

هدف البحث

بحث في العناوين

بحث في المحتوى

بحث في اسماء الكتب

بحث في اسماء المؤلفين

اختر القسم

القرآن الكريم
الفقه واصوله
العقائد الاسلامية
سيرة الرسول وآله
علم الرجال والحديث
الأخلاق والأدعية
اللغة العربية وعلومها
الأدب العربي
الأسرة والمجتمع
التاريخ
الجغرافية
الادارة والاقتصاد
القانون
الزراعة
علم الفيزياء
علم الكيمياء
علم الأحياء
الرياضيات
الهندسة المدنية
الأعلام
اللغة الأنكليزية

موافق

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

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

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

تار يخ الجبر

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

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

العربية

اليونانية

البابلية

الصينية

المايا

المصرية

الهندية

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

المنطق

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

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

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

الجبر

الجبر الخطي

الجبر المجرد

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

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

الضبابية

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

نظرية الزمر

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

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

نظرية الفئات

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

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

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

المثلثات

الهندسة

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

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

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

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

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

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

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

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

التحليل

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

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

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

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

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

التبلوجيا

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

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

نظرية التحكم

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

نظرية الكم

الشفرات

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

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

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

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

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

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

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

هل تعلم

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

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

نظرية البيان

Distribution Function

المؤلف:  Abramowitz, M. and Stegun, I. A. (Eds.)

المصدر:  "Probability Functions." Ch. 26 in Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing. New York: Dover

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

19-4-2021

1282

Distribution Function

The distribution function D(x), also called the cumulative distribution function (CDF) or cumulative frequency function, describes the probability that a variate X takes on a value less than or equal to a number x. The distribution function is sometimes also denoted F(x) (Evans et al. 2000, p. 6).

The distribution function is therefore related to a continuous probability density function P(x) by

D(x) = P(X<=x)

(1)

= int_(-infty)^xP(xi)dxi,

(2)

so P(x) (when it exists) is simply the derivative of the distribution function

(3)

Similarly, the distribution function is related to a discrete probability P(x) by

D(x) = P(X<=x)

(4)

= sum_(X<=x)P(x).

(5)

There exist distributions that are neither continuous nor discrete.

A joint distribution function can be defined if outcomes are dependent on two parameters:

D(x,y) = P(X<=x,Y<=y)

(6)

D_x(x) = D(x,infty)

(7)

D_y(y) = D(infty,y).

(8)

Similarly, a multivariate distribution function can be defined if outcomes depend on n parameters:

 D(a_1,...,a_n)=P(x_1<=a_1,...,x_n<=a_n).

(9)

The probability content of a closed region can be found much more efficiently than by direct integration of the probability density function P(x) by appropriate evaluation of the distribution function at all possible extrema defined on the region (Rose and Smith 1996; 2002, p. 193). For example, for a bivariate distribution function D(x,y), the probability content in the region x_1<=x<=x_2y_1<=y<=y_2 is given by

 P(x_1<=x<=x_2,y_1<=y<=y_2)=int_(x_1)^(x_2)int_(y_1)^(y_2)P(x,y)dydx,

(10)

but can be computed much more efficiently using

 P(x_1<=x<=x_2,y_1<=y<=y_2)=D(x_1,y_1)-D(x_1,y_2)-D(x_2,y_1)+D(x_2,y_2).

(11)

Given a continuous P(x), assume you wish to generate numbers distributed as P(x) using a random number generator. If the random number generator yields a uniformly distributed value y_i in [0,1] for each trial i, then compute

(12)

The formula connecting y_i with a variable distributed as P(x) is then

 x_i=D^(-1)(y_i),

(13)

where D^(-1)(x) is the inverse function of D(x). For example, if P(x) were a normal distribution so that

 D(x)=1/2[1+erf((x-mu)/(sigmasqrt(2)))],

(14)

then

 x_i=sigmasqrt(2)erf^(-1)(2y_i-1)+mu.

(15)

A distribution with constant variance of y for all values of x is known as a homoscedastic distribution. The method of finding the value at which the distribution is a maximum is known as the maximum likelihood method.


REFERENCES:

Abramowitz, M. and Stegun, I. A. (Eds.). "Probability Functions." Ch. 26 in Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing. New York: Dover, pp. 925-964, 1972.

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

Iyanaga, S. and Kawada, Y. (Eds.). "Distribution of Typical Random Variables." Appendix A, Table 22 in Encyclopedic Dictionary of Mathematics. Cambridge, MA: MIT Press, pp. 1483-1486, 1980.

Papoulis, A. Probability, Random Variables, and Stochastic Processes, 2nd ed. New York: McGraw-Hill, pp. 92-94, 1984.

Rose, C. and Smith, M. D. "The Multivariate Normal Distribution." Mathematica J. 6, 32-37, 1996.

Rose, C. and Smith, M. D. Mathematical Statistics with Mathematica. New York: Springer-Verlag, 2002.

 شعار المرجع الالكتروني للمعلوماتية




البريد الألكتروني :
info@almerja.com
الدعم الفني :
9647733339172+