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

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

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

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

هل تعلم

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

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

نظرية البيان

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

Bernoulli Distribution

المؤلف:  Evans, M.; Hastings, N.; and Peacock, B.

المصدر:  "Bernoulli Distribution." Ch. 4 in Statistical Distributions, 3rd ed. New York: Wiley,

الجزء والصفحة:  pp. 31-33

16-4-2021

2691

+

-

20

Bernoulli Distribution

BernoulliDistribution

The Bernoulli distribution is a discrete distribution having two possible outcomes labelled by n=0 and n=1 in which n=1 ("success") occurs with probability p and n=0 ("failure") occurs with probability q=1-p, where 0<p<1. It therefore has probability density function

 P(n)=<span style={1-p for n=0; p for n=1, " src="https://mathworld.wolfram.com/images/equations/BernoulliDistribution/NumberedEquation1.gif" style="height:41px; width:157px" />

(1)

which can also be written

 P(n)=p^n(1-p)^(1-n).

(2)

The corresponding distribution function is

 D(n)=<span style={1-p for n=0; 1 for n=1. " src="https://mathworld.wolfram.com/images/equations/BernoulliDistribution/NumberedEquation3.gif" style="height:41px; width:159px" />

(3)

The Bernoulli distribution is implemented in the Wolfram Language as BernoulliDistribution[p].

The performance of a fixed number of trials with fixed probability of success on each trial is known as a Bernoulli trial.

The distribution of heads and tails in coin tossing is an example of a Bernoulli distribution with p=q=1/2. The Bernoulli distribution is the simplest discrete distribution, and it the building block for other more complicated discrete distributions. The distributions of a number of variate types defined based on sequences of independent Bernoulli trials that are curtailed in some way are summarized in the following table (Evans et al. 2000, p. 32).

distribution definition
binomial distribution number of successes in n trials
geometric distribution number of failures before the first success
negative binomial distribution number of failures before the xth success

The characteristic function is

 phi(t)=1+p(e^(it)-1),

(4)

and the moment-generating function is

M(t) = <e^(tn)>

(5)

= sum_(n=0)^(1)e^(tn)p^n(1-p)^(1-n)

(6)

= e^0(1-p)+e^tp,

(7)

so

M(t) = (1-p)+pe^t

(8)

= pe^t

(9)

= pe^t

(10)

M^((n))(t) = pe^t.

(11)

These give raw moments

= p

(12)

= p

(13)

= p.

(14)

and central moments

mu_2 = p(1-p)

(15)

mu_3 = p(1-p)(1-2p)

(16)

mu_4 = p(1-p)(3p^2-3p+1).

(17)

The mean, variance, skewness, and kurtosis excess are then

mu = p

(18)

sigma^2 = p(1-p)

(19)

gamma_1 = (1-2p)/(sqrt(p(1-p)))

(20)

gamma_2 = (6p^2-6p+1)/(p(1-p)).

(21)

To find an estimator p^^ for the mean of a Bernoulli population with population mean p, let N be the sample size and suppose n successes are obtained from the N trials. Assume an estimator given by

 p^^=n/N,

(22)

so that the probability of obtaining the observed n successes in N trials is then

 (N; n)p^n(1-p)^(N-n).

(23)

The expectation value of the estimator p^^ is therefore given by

<p^^> = sum_(n=0)^(N)p(N; n)p^n(1-p)^(N-n)

(24)

= (1-p)^N(1/(1-p))^Np

(25)

= p,

(26)

so p^^ is indeed an unbiased estimator for the population mean p.

The mean deviation is given by

 MD=2p(1-p).

(27)


REFERENCES:

Evans, M.; Hastings, N.; and Peacock, B. "Bernoulli Distribution." Ch. 4 in Statistical Distributions, 3rd ed. New York: Wiley, pp. 31-33, 2000.

اخر الاخبار

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