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

الرياضيات
عدد المواضيع في هذا القسم 9761 موضوعاً
تاريخ الرياضيات
الرياضيات المتقطعة
الجبر
الهندسة
المعادلات التفاضلية و التكاملية
التحليل
علماء الرياضيات

Untitled Document
أبحث عن شيء أخر
تعويد الأولاد على المستحبات وأثره
2024-11-06
استحباب الدعاء في طلب الولد بالمأثُورِ
2024-11-06
المباشرة
2024-11-06
استخرج أفضل ما لدى القناص
2024-11-06
الروايات الفقهيّة من كتاب علي (عليه السلام) / الطلاق.
2024-11-06
الروايات الفقهيّة من كتاب علي (عليه السلام) / النكاح.
2024-11-06


Normal Distribution  
  
3323   04:28 مساءً   date: 10-4-2021
Author : Beyer, W. H.
Book or Source : CRC Standard Mathematical Tables, 28th ed. Boca Raton, FL: CRC Press
Page and Part : ...


Read More
Date: 10-2-2021 1424
Date: 18-2-2021 1113
Date: 14-2-2016 1831

Normal Distribution

 NormalDistribution

A normal distribution in a variate X with mean mu and variance sigma^2 is a statistic distribution with probability density function

 P(x)=1/(sigmasqrt(2pi))e^(-(x-mu)^2/(2sigma^2))

(1)

on the domain x in (-infty,infty). While statisticians and mathematicians uniformly use the term "normal distribution" for this distribution, physicists sometimes call it a Gaussian distribution and, because of its curved flaring shape, social scientists refer to it as the "bell curve." Feller (1968) uses the symbol phi(x) for P(x) in the above equation, but then switches to n(x) in Feller (1971).

de Moivre developed the normal distribution as an approximation to the binomial distribution, and it was subsequently used by Laplace in 1783 to study measurement errors and by Gauss in 1809 in the analysis of astronomical data (Havil 2003, p. 157).

The normal distribution is implemented in the Wolfram Language as NormalDistribution[musigma].

The so-called "standard normal distribution" is given by taking mu=0 and sigma^2=1 in a general normal distribution. An arbitrary normal distribution can be converted to a standard normal distribution by changing variables to Z=(X-mu)/sigma, so dz=dx/sigma, yielding

 P(x)dx=1/(sqrt(2pi))e^(-z^2/2)dz.

(2)

The Fisher-Behrens problem is the determination of a test for the equality of means for two normal distributions with different variances.

The normal distribution function Phi(z) gives the probability that a standard normal variate assumes a value in the interval [0,z],

Phi(z) = 1/(sqrt(2pi))int_0^ze^(-x^2/2)dx

(3)

= 1/2erf(z/(sqrt(2))),

(4)

where erf is a function sometimes called the error function. Neither Phi(z) nor erf can be expressed in terms of finite additions, subtractions, multiplications, and root extractions, and so both must be either computed numerically or otherwise approximated.

BinomialGaussian

The normal distribution is the limiting case of a discrete binomial distribution P_p(n|N) as the sample size N becomes large, in which case P_p(n|N) is normal with mean and variance

mu = Np

(5)

sigma^2 = Npq,

(6)

with q=1-p.

The distribution P(x) is properly normalized since

 int_(-infty)^inftyP(x)dx=1.

(7)

The cumulative distribution function, which gives the probability that a variate will assume a value <=x, is then the integral of the normal distribution,

D(x) =

(8)

=

(9)

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

(10)

where erf is the so-called error function.

Normal distributions have many convenient properties, so random variates with unknown distributions are often assumed to be normal, especially in physics and astronomy. Although this can be a dangerous assumption, it is often a good approximation due to a surprising result known as the central limit theorem. This theorem states that the mean of any set of variates with any distribution having a finite mean and variance tends to the normal distribution. Many common attributes such as test scores, height, etc., follow roughly normal distributions, with few members at the high and low ends and many in the middle.

Because they occur so frequently, there is an unfortunate tendency to invoke normal distributions in situations where they may not be applicable. As Lippmann stated, "Everybody believes in the exponential law of errors: the experimenters, because they think it can be proved by mathematics; and the mathematicians, because they believe it has been established by observation" (Whittaker and Robinson 1967, p. 179).

Among the amazing properties of the normal distribution are that the normal sum distribution and normal difference distribution obtained by respectively adding and subtracting variates X and Y from two independent normal distributions with arbitrary means and variances are also normal! The normal ratio distribution obtained from X/Y has a Cauchy distribution.

Using the k-statistic formalism, the unbiased estimator for the variance of a normal distribution is given by

 sigma^2=N/(N-1)s^2,

(11)

where

 s^2=1/Nsum_(i=1)^N(x_i-x^_)^2,

(12)

so

 var(x^_)=(s^2)/(N-1).

(13)

The characteristic function for the normal distribution is

 phi(t)=e^(imt-sigma^2t^2/2),

(14)

and the moment-generating function is

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

(15)

= int_(-infty)^infty(e^(tx))/(sigmasqrt(2pi))e^(-(x-mu)^2/(2sigma^2))dx

(16)

= e^(mut+sigma^2t^2/2),

(17)

so

= (mu+sigma^2t)e^(mut+sigma^2t^2/2)

(18)

= sigma^2e^(mut+sigma^2t^2/2)+e^(mut+sigma^2t^2/2)(mu+tsigma^2)^2,

(19)

and

mu =

(20)

sigma^2 =

(21)

These can also be computed using

R(t) = ln[M(t)]=mut+1/2sigma^2t^2

(22)

= mu+sigma^2t

(23)

= sigma^2,

(24)

yielding, as before,

mu =

(25)

sigma^2 =

(26)

The raw moments can also be computed directly by computing the raw moments ,

(27)

(Papoulis 1984, pp. 147-148). Now let

u = (x-mu)/(sqrt(2)sigma)

(28)

du = (dx)/(sqrt(2)sigma)

(29)

x = sigmausqrt(2)+mu,

(30)

giving the raw moments in terms of Gaussian integrals,

(31)

Evaluating these integrals gives

= 1

(32)

= mu

(33)

= mu^2+sigma^2

(34)

= mu(mu^2+3sigma^2)

(35)

= mu^4+6mu^2sigma^2+3sigma^4.

(36)

Now find the central moments,

mu_1 = 0

(37)

mu_2 = sigma^2

(38)

mu_3 = 0

(39)

mu_4 = 3sigma^4.

(40)

The variance, skewness, and kurtosis excess are given by

var(x) = sigma^2

(41)

gamma_1 = 0

(42)

gamma_2 = 0.

(43)

The cumulant-generating function for a normal distribution is

K(h) = ln(e^(nu_1h)e^(sigma^2h^2/2))

(44)

= nu_1h+1/2sigma^2h^2,

(45)

so

kappa_1 = nu_1

(46)

kappa_2 = sigma^2

(47)

kappa_r = 0  for r>2.

(48)

For normal variates, kappa_r=0 for r>2, so the variance of k-statistic k_3 is

var(k_3) = (kappa_6)/N+(9kappa_2kappa_4)/(N-1)+(9kappa_3^2)/(N-1)+(6kappa_2^3)/(N(N-1)(N-2))

(49)

= (6kappa_2^3)/(N(N-1)(N-2)).

(50)

Also,

var(k_4) = (24k_2^4N(N-1)^2)/((N-3)(N-2)(N+3)(N+5))

(51)

var(g_1) = (6N(N-1))/((N-2)(N+1)(N+3))

(52)

var(g_2) = (24N(N-1)^2)/((N-3)(N-2)(N+3)(N+5)),

(53)

where

g_1 = (k_3)/(k_2^(3/2))

(54)

g_2 = (k_4)/(k_2^2).

(55)

The variance of the sample variance s^2 for a general distribution is given by

 var(s^2)=((N-1)[(N-1)mu_4-(N-3)mu_2^2])/(N^3),

(56)

which simplifies in the case of a normal distribution to

 var(s^2)=(2sigma^4(N-1))/(N^2)

(57)

(Kenney and Keeping 1951, p. 164).

If P(x) is a normal distribution, then

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

(58)

so variates X_i with a normal distribution can be generated from variates Y_i having a uniform distribution in (0,1) via

 X_i=sigmasqrt(2)erf^(-1)(2Y_i-1)+mu.

(59)

However, a simpler way to obtain numbers with a normal distribution is to use the Box-Muller transformation.

The differential equation having a normal distribution as its solution is

 (dy)/(dx)=(y(mu-x))/(sigma^2),

(60)

since

 (dy)/y=(mu-x)/(sigma^2)dx

(61)

 ln(y/(y_0))=-1/(2sigma^2)(mu-x)^2

(62)

 y=y_0e^(-(x-mu)^2/(2sigma^2)).

(63)

This equation has been generalized to yield more complicated distributions which are named using the so-called Pearson system.

The normal distribution is also a special case of the chi-squared distribution, since making the substitution

 1/2z=((x-mu)^2)/(2sigma^2)

(64)

gives

d(1/2z) = ((x-mu))/(sigma^2)dx

(65)

= (sqrt(z))/sigmadx.

(66)

Now, the real line x in (-infty,infty) is mapped onto the half-infinite interval z in [0,infty) by this transformation, so an extra factor of 2 must be added to d(z/2), transforming P(x)dx into

P(z)dz = 1/(sigmasqrt(2pi))e^(-z/2)sigma/(sqrt(z))2(1/2dz)

(67)

= (e^(-z/2)z^(-1/2))/(2^(1/2)Gamma(1/2))dz

(68)

(Kenney and Keeping 1951, p. 98), where use has been made of the identity Gamma(1/2)=sqrt(pi). As promised, (68) is a chi-squared distribution in z with r=1 (and also a gamma distribution with alpha=1/2 and theta=2).


REFERENCES:

Beyer, W. H. CRC Standard Mathematical Tables, 28th ed. Boca Raton, FL: CRC Press, pp. 533-534, 1987.

Feller, W. An Introduction to Probability Theory and Its Applications, Vol. 1, 3rd ed. New York: Wiley, 1968.

Feller, W. An Introduction to Probability Theory and Its Applications, Vol. 2, 3rd ed. New York: Wiley, p. 45, 1971.

Havil, J. Gamma: Exploring Euler's Constant. Princeton, NJ: Princeton University Press, p. 157, 2003.

Kenney, J. F. and Keeping, E. S. Mathematics of Statistics, Pt. 2, 2nd ed. Princeton, NJ: Van Nostrand, 1951.

Kraitchik, M. "The Error Curve." §6.4 in Mathematical Recreations. New York: W. W. Norton, pp. 121-123, 1942.

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

Patel, J. K. and Read, C. B. Handbook of the Normal Distribution. New York: Dekker, 1982.

Spiegel, M. R. Theory and Problems of Probability and Statistics. New York: McGraw-Hill, pp. 109-111, 1992.

Steinhaus, H. Mathematical Snapshots, 3rd ed. New York: Dover, pp. 285-290, 1999.

Whittaker, E. T. and Robinson, G. "Normal Frequency Distribution." Ch. 8 in The Calculus of Observations: A Treatise on Numerical Mathematics, 4th ed. New York: Dover, pp. 164-208, 1967.




الجبر أحد الفروع الرئيسية في الرياضيات، حيث إن التمكن من الرياضيات يعتمد على الفهم السليم للجبر. ويستخدم المهندسون والعلماء الجبر يومياً، وتعول المشاريع التجارية والصناعية على الجبر لحل الكثير من المعضلات التي تتعرض لها. ونظراً لأهمية الجبر في الحياة العصرية فإنه يدرّس في المدارس والجامعات في جميع أنحاء العالم. ويُعجب الكثير من الدارسين للجبر بقدرته وفائدته الكبيرتين، إذ باستخدام الجبر يمكن للمرء أن يحل كثيرًا من المسائل التي يتعذر حلها باستخدام الحساب فقط.وجاء اسمه من كتاب عالم الرياضيات والفلك والرحالة محمد بن موسى الخورازمي.


يعتبر علم المثلثات Trigonometry علماً عربياً ، فرياضيو العرب فضلوا علم المثلثات عن علم الفلك كأنهما علمين متداخلين ، ونظموه تنظيماً فيه لكثير من الدقة ، وقد كان اليونان يستعملون وتر CORDE ضعف القوسي قياس الزوايا ، فاستعاض رياضيو العرب عن الوتر بالجيب SINUS فأنت هذه الاستعاضة إلى تسهيل كثير من الاعمال الرياضية.

تعتبر المعادلات التفاضلية خير وسيلة لوصف معظم المـسائل الهندسـية والرياضـية والعلمية على حد سواء، إذ يتضح ذلك جليا في وصف عمليات انتقال الحرارة، جريان الموائـع، الحركة الموجية، الدوائر الإلكترونية فضلاً عن استخدامها في مسائل الهياكل الإنشائية والوصف الرياضي للتفاعلات الكيميائية.
ففي في الرياضيات, يطلق اسم المعادلات التفاضلية على المعادلات التي تحوي مشتقات و تفاضلات لبعض الدوال الرياضية و تظهر فيها بشكل متغيرات المعادلة . و يكون الهدف من حل هذه المعادلات هو إيجاد هذه الدوال الرياضية التي تحقق مشتقات هذه المعادلات.