Sie sind auf Seite 1von 7

STAT 350 - An Introduction to Statistics

Named Continuous Distributions


Jeremy Troisi

1 Uniform Distribution - X U (a, b)

Probability is uniform or the same over an interval a to b.

X U (a, b), a < b where a is the beginning of the interval and b is the end of the interval.

The Uniform Distribution derives naturally from Poisson Processes and how it does will be covered in the
Poisson Process Notes. However, for the Named Continuous Distribution Notes, we will simply discuss its
various properties.

1
1.1 Probability Density Function (PDF) - fX (x) = ba
:a<x<b

1

ba a<x<b
fX (x) =
0 Else

1.1.1 Rules
1
1. a < b ba > 0 0 for a < x < b and 0 0 else. fX (x) 0 for all ()x
Rn Ra Rb 1
Rn 1 1
2. limn n
fX (x)dx = limn n
(0)dx+ a ba
dx+ b (0)dx = (0)+ ba [x]ba +(0) = ba (ba) =1

Therefore, X is a PDF.

xa
1.2 Cumulative Distribution Function (CDF) - FX (x) = ba
:a<x<b
Rx Ra Rx 1 1 x xa
FX (x) = P (X x) = fX (t)dt = (0)dt + a ba dt = (0) + ba [t]a = ba

0 xa
xa
FX (x) = a <x<b
ba
1 xb
Thus, geometrically, we take the (x a) portion of the entire (b a) length of the interval (or rectan-
gle).

1.3 Percentile, p : x = a(1 p) + bp

For 0 < p < 1:

x a
FX (x ) = p ba = p x a = p(b a) x = p(b a) + a = a(1 p) + bp

Thus, the p percentile of a Uniform Distribution takes p proportion of the right endpoint value b and
the remaining (1 p) proportion of the left endpoint value a.

1
bx
1.4 Probability - SX (x) = ba
:a<x<b

1 xa
C bx
SX (x) = P (X > x) = 1 P ((X > x) ) = 1 P (X x) = 1 FX (x) = ba a<x<b
0 xb

Thus, geometrically, we take the (b x) portion of the entire (b a) length of the interval (or rectan-
gle).

AND

x1 < x2
0 x1 < x2 a < b


x2 a


ba x1 a < x2 < b
x2 x1
P (x1 < X < x2 ) = FX (x2 ) FX (x1 ) = ba a < x1 < x2 < b
bx1
a < x1 < b x2


ba


0 a < b x1 < x2

Thus, geometrically, we take the (x2 x1 ) portion of the entire (b a) length of the interval (or rect-
angle).

a+b
1.5 Mean/Expected Value - = E[X] = 2

Rn Ra Rb 1
Rn
= E[X] = limn n
xfX (x)dx = limn n
x(0)dx + a
x( ba )dx b
x(0)dx

1 2 b 1 2 (ba)(b+a)
= (0) + 2(ba) [x ]a + (0) = 2(ba) (b a2 ) = 2(ba) = a+b
2

An expected value is a center of gravity from Physics. The mean is the location that will holster the
weight of our density and prevent it from toppling over in one direction or the other. Since the weight
is distributed uniformally or even more generally, symmetrically (so long as the mean exists...see Cauchy
Distribution for a symmetric distribution that does not possess a mean), this place is the midpoint of a
and b, a+b2 , and we have constructed a perfect teeter-totter.

Keep in mind, this value will always need to be bigger than or equal to the smallest possible value and
smaller than or equal to the largest possible value. Beyond that, some basic logic can narrow down further
whether your answer is plausible or has an error somewhere.

a+b a+b
a< 2 = E[X] = 2 <b

(ba)2
1.6 Variance - 2 = V ar[X] = 12

Rn
2 = V ar[X] = E[X 2 ] 2 = limn n
x2 fX (x)dx ( a+b
2 )
2

Ra Rb 1
Rn (a+b)2
= limn ( n x2 (0)dx + a x2 ( ba )dx b x2 (0)dx) 22

1 2
+2ab+b2 1 (ba)(a2 +2ab+b2 ) (ba)(b2 +ab+a2 ) (ba)(a2 +2ab+b2 )
= ((0)+ 3(ba) [x3 ]ba +(0)) a 4 = 3 3
3(ba) (b a ) 4(ba) = 3(ba) 4(ba)

4(ba)(a2 +ab+b2 ) 3(ba)(a2 +2ab+b2 ) 4(ba)(a2 +ab+b2 )3(ba)(a2 +2ab+b2 )


= 12(ba) 12(ba) = 12(ba)

(ba)(4(a2 +ab+b2 )3(a2 +2ab+b2 )) (4a2 +4ab+4b2 )(3a2 +6ab+3b2 ) a2 2ab+b2 (ba)2
= 12(ba) = 12 = 12 = 12

Intuitively, the variance should be based on the length of the interval (b a). The furthest a point

2
ba
can be from the mean/midpoint on this interval is thus 2 . Squaring this value, as the variance operator
(ba)2
does, yields 4 . The averaging of this quantity is to divide by another 3, because we are integrating
x3 (ba)2
x2 dx =
R
a quadratic term, 3 . Thus, the result is 12 .

Keep in mind, this value will always be bigger than zero and less than the largest distance from the center
or mean squared.
(ba)2
(ba)2 (ba)2 (ba)2
0< 12 = 2 = 12 = 4
3 < 4


3(ba)
1.6.1 Standard Deviation ( = 6 )

q
(ba)2 (ba)2 (ba) 3
= 2 = 12 =
12
= 6

Keep in mind, this value will always be bigger than zero and less than the largest distance from the
center or mean.
ba
(ba) 3 (ba) 3 (ba)
0< 6 == 6 = 2
3
< 2

2 Exponential Distribution - X Exp()

The Exponential Distribution is the random variable (r.v.) that models the waiting time (distance or other
continuous metric) until the next rare event. The Poisson Distribution, a Discrete Distribution, counts
the number of rare events over a continuous metric interval. The Exponential Distribution is interwoven
with the Poisson Distribution by measuring the length of the continuous metric until the next count. This
interwoven nature is known as the Poisson Process and will be in its own independent set of notes.

X Exponential() where > 0 is the rate at which counts occur per waiting time just as it was in the
P oisson() Distribution.

The Exponential Distribution derives from the Geometric Distribution in the limit as p 0 and the dis-
crete, trial, metric is extended to a continuous metric making the Exponential Distribution a Continuous
Analog of the Geometric Distribution. This will be demonstrated with a little hand waving:

Provided the following two items we will derive the Survival Function SX (x) = P (X > x).

1. Y geo(p) SY (y) = P (Y > y) = (1 p)y

2. n , p 0, such that (s.t.) np > 0

SX (x) =2 limn,p0,s.t.np>0 P (Y > y)n =1 limn,p0,s.t.np>0 [(1 p)x ]n

=2 limn,0<< [(1 n )n ]x = [e ]x = ex

1 x0
SX (x) = P (X > x) =
ex x>0
Provided the Survival Function SX (x) we are able to derive all of the other properties of the Exponential
Distribution.

3
2.1 Probability Density Function (PDF) - fX (x) = ex : x > 0

d d 0 x0
fX (x) = [SX (x)] = [ex ] = ex fX (x) =
dx dx ex x>0

2.1.1 Rules

1. > 0 and ex > 0 ex 0 for x > 0 AND 0 0 for x 0 fX (x) 0, x.


Rn R0 Rn R n u du
2. limn n fX (x)dx = limn n (0)dx+ 0 ex dx = (0)+limn 0 e ( ) = limn [eu ]n
0

= (limn en e0 ) = ((0) (1)) = 1

Therefore, X is a PDF.

2.2 Cumulative Distribution Function (CDF) - FX (x) = 1 ex : x > 0



x 0 x0
FX (x) = P (X x) = 1 SX (x) = 1 e FX (x) =
1 ex x>0

2.3 Percentile p : x = 1 ln(1 p)

For 0 < p < 1:


x
FX (x ) = p 1 ex = p SX (x) = ex = 1 p ln(e

) = x = ln(1 p)

x = 1 ln(1 p)

Thus, the p percentile of a Exponential Distribution inverts the exponential function to find the needed
metric value.

2.4 Probability - SX (x) = ex : x > 0



1 x0
SX (x) = P (X > x) =
ex x>0

AND

0 x1 < x2 0
x1 < x2 P (x1 < X < x2 ) = FX (x2 ) FX (x1 ) = 1 ex2 x1 0 < x2
x1
e ex2 0 < x1 < x2

2.4.1 Memoryless Property (as with the Geometric Distribution) - P (X > s + t|X > t) =
P (X > s)

P (X>s+tX>t) P (X>s+t) e(s+t)


P (X > s + t|X > t) = P (X>t) = P (X>t) = et
=Property of Exponential Functions es = SX (s)

4
Similarly,
P (X<s+tX>t) P (t<X<s+t) et e(s+t)
P (X s + t|X > t) = P (X>t) = P (X>t) = et
= 1 es = FX (s)

2.5 Mean/Expected Value ( = E[X] = 1 )

Rn R0 Rn
= E[X] = limn n
xfX (x)dx = limn n
x(0)dx + 0
x(ex )dx
Rn d
[x][ ex dx]dx ex dx]n0
R R
=Integration-by-Parts (IbP) (0) + limn [x 0 dx
Rn Rn
= limn [x( 1 ex )]n0 0 (1)( 1 ex )dx = limn [xex ]n0 + 0 ex dx
R n
= ((0) (0)e0 + limn 0
du
eu ( ) = 1 limn [eu ]n 1
0 = limn (e
n
e0 ) = 1 (0 1) = 1

1
2.6 Variance ( 2 = V ar[X] = 2
= 2 )

Rn R0 Rn
2 = V ar[X] = E[X 2 ]2 = limn n
x2 fX (x)dx( 1 )2 = limn ( n x2 (0)dx+ 0 x2 (ex )dx) 12
R n d 2 R x 1
=IbP (0) + limn ([x2 ex dx]n0
R
0 dx
[x ][ e dx]dx) 2
Rn Rn
= limn ([x2 ( 1 ex )]n0 0
(2x)( 1 ex )dx) 1
2 = limn [x2 ex ]n0 + 2 0
xex dx 1
2

Rn d 1
=IbP ((0) (0)2 e(0) ) + limn 2([x ex dx]n0 [x][ ex dx]dx)
R R
0 dx 2
Rn Rn
= 2 limn ([x( 1 ex )]n0 0
(1)( 1 ex )dx) 1
2 = 2
limn ([xex ]n0 + 0
ex dx) 1
2
R n
= 2 (((0) (0)e(0) ) + limn 0
du
eu ( )) 1
2 = 22 limn [eu ]n
0
1
2

= 22 limn (en e0 ) 1
2 = 22 (0 1) 1
2 = 1
2 = 2

1
2.6.1 Standard Deviation ( = = )

q
1 1
= 2 = 2 = =

3 Normal Distribution - X N (, 2 )

The Normal Distribution is most utilized as an approximate distribution to sums and averages of a large
number, n, of Independent, Identically Distributed (iid) r.v.s, which is derived from the Central Limit
Theorem (CLT). As Limit is in CLT, calculus limits as n tells us such sums and averages approach
a Normal Distribution. However, statistically there is no way to take a sample of infinite size. Thus, only
the approximation is utilized in statistics. Further, the assumptions described above can be relaxed.

1. Identical: The distributions need not be identical, it is merely the most common circumstance that
statisticians find themselves in when taking samples and the precision of the approximation will be
very difficult to determine without this property.

5
2. Independent: The distributions need not be independent, but the sequence of dependency must
continue reduce and approach 0 as the sample approaches infinite. The strictness of this require-
ment is beyond the scope of this course, so this course shall only utilize the CLT approximation for
independent distributions.

Further, the Normal Distribution is known as a Location-Scale Distribution meaning that one only need
know its location, in this case specifically the measure of center of the mean, and its scale, in this case
specifically the measure of spread of the variance, the average distance squared away from the mean/center.
Many Location-Scale Distributions including the Normal Distribution possess a very useful property of
being able to standardize the distribution to be utilized in a simpler form:
X
Standard Normal Distribution: Z = N ormal(0, 1)

We will always be transforming any generic Normal Distribution X to the Standard Normal Distribution
for purposes of computing probability with the transformation z = x
OR x = + z if one wishes to
solve a percentile problem.

Finally, like the Uniform Distribution, the Normal Distribution the mean = median. These values also
happen to be the same as the mode.

(x)2 z 2
3.1 PDF - fX (x) = 1 e 2 2 : x fZ= X (z) = 1 e 2 :z
2 2

(x)2 z 2
fX (x) = 1 e 2 2 : x fZ (z) = 1 e 2 :z
2 2

3.1.1 Rules
(x)2 (x)2
1. > 0 1
2
> 0 and e 2 2 >0 1 e
2
2 2 0, x
Rn Rn (x)2 n
z2 Rn z2
1 e 1 e 1 e
R
2. limn f (x)dx = limn
n X n 2
2 2 dx = limn 2

n
2 (dz) = 2
limn n
2 dz =

... = 1

The completion of the ... part of the proof requires the use of a transformation to Polar Coordinates in
3-dimensions prompting knowledge of integration over volumes from Multivariate Calculus, which is not
required for this course. Thus, the rest of the proof is omitted. If interested, feel free to attempt the
problem on your own or ask anyone working for STAT 350.

Therefore, X is a PDF.

Rx R x
3.2 CDF - FX (x) = limn f (t)dt = limn
n X

n
fZ ( x

)dz = FZ ( x

) = ( x

)

Rx Rx (t)2 x
z2
1 e 1 e
R
FX (x) = P (X x) = limn n
fX (t)dt = limn n 2
2 2 dx = 2
limn
n
2 (dz)

x z2
1 e du = FZ ( x x
R
= 2
limn
n
2
) = ( ) = ...Z T ABLE/R

6
3.3 Percentile p

For 0 < p < 1:



FX (x ) = p FZ ( x ) = FZ (z ) = p Use Z-Table to find z and use it to solve for x
x
z = x = + z

3.4 Probability

P (X > x) = 1 P ((X > x)C ) = 1 P (X x) = 1 FX (x) = 1 FZ ( x x


) = 1 ( ) =
...Z T ABLE/R

AND

x1 < x2

P (x1 < X < x2 ) = P ( x1 < Z < x2


) = FZ ( x2 ) FZ ( x1 ) = ( x2 ) ( x1 ) =
...Z T ABLE/R

3.5 Mean/Expected Value ( = E[X])

Rn Rn (x)2
= E[X] = limn n
xfX (x)dx = limn n
1
(x ( ))( 2 e 2 2 )dx
R 21 ( n 2 (x)2
)
2 Rn
= 1 limn (x )ez ( x
dz
)+ 1 e 2 2 dx
2 12 ( n
)2 n 2

= 2 limn [ez ]n
n + (1) = 2 limn (e
n
en ) + = 2 (0 0) + =

This mathematics is thoroughly unnecessary though as in defining the Normal Distribution the mean is
necessarilly defined as well.

3.6 Variance ( 2 = V ar[X])

Rn Rn (x)2
2 = V ar[X] = limn n
(x )2 fX (x)dx = limn n
1
(x )2 ( 2 e 2 2 )dx = ... = 2

Again, the completion of the proof requires mathematical knowledge in the area of probability known as
Moment Generating Functions (MGFs) or Characteristic Functions which is not required for this course.
Thus, the rest of the proof is omitted.

Further, this mathematics is again thoroughly unnecessary as in defining the Normal Distribution the
variance is necessarilly defined as well.

Das könnte Ihnen auch gefallen