Discrete Distributions Chapter 6

Size: px
Start display at page:

Download "Discrete Distributions Chapter 6"

Transcription

1 Discrete Distributions Chapter 6 Negative Binomial Distribution section 6.3 Consider k r, r +,... independent Bernoulli trials with probability of success in one trial being p. Let the random variable X be the trial number k needed to have r-th success. Equivalently in the first k trials there are r successes (no matter when they have occurred) and the k-th trial must be a success. Since the trials are independent, the required probability is found by multiplying the two sub-probabilities: ( ) k p r ( p) k r p r ( ) k p r ( p) k r r where here we are assuming that k r, r +,.... Putting n k r, or equivalently k n + r, we can write the above equality in terms of n : ( ) n + r P (Y n) p r ( p) n n 0,, 2,... where Y X r r But we know from Combinatorics that ( ) ( n+r r n+r ) n, therefore we have ( ) n + r P (Y n) p r ( p) n n 0,, 2,... n Finally by a change of variable p ( n + r P (Y n) n, we can write: ) ( + ) r ( ) n n 0,, 2,... + Recall that therefore: ( ) n + r n (n + r )(n + r 2) (r) n! P (Y n) (n + r )(n + r 2) (r) n! ( ) r ( ) n n 0,, 2,

2 In this new form, r can be taken to be any positive number (and not just a positive integer). So the negative binomial distribution has two positive parameters > 0 and r > 0. This distribution has an advantage over the Poisson distribution in modeling because it has one more parameter. To be able to use the table of the textbook directly, let us change n to k thoroughly: P (Y k) (k + r )(k + r 2) (r) ( ) r ( ) k k 0,, 2, P (Y k) k terms {}}{ (r)(r + ) (k + r ) k ( + ) k+r k 0,, 2,... We need the values (k+r )(k+r 2) (r) to be able to calculate these probabilities. But note that Γ(k+r) (k+r )(k+r 2) (r)γ(r) (k + r )(k + r 2) (r) Γ(k + r) Γ(k + ) Γ(r) and tables of the values the Gamma function or log-gamma functions are provided in programming languages, so you can calculate the values (k+r )(k+r 2) (r) through the formula Γ(k+r) Γ(k+) Γ(r). Here is the reason for choosing the name Negative Binomial For a moment let us recall the binomial series we have learned in Calculus: ( + z) α + k which is valid for all real number α and all < z <. As an example: 4 + z ( + z) 4 + k (α)(α ) (α k + ) z k ( 4 )( 5 4 ) ( 4 k + ) z k < z < 2

3 Now change z to z, and substitute r for α to get: ( z) r + ( r)( r ) ( r k+) k ( z) k + (r)(r+) (r+k ) k z k dropping ( ) k + (r+k )(r+k 2) (r) k z k rearranging The series expansion k0 ( z) r ( k+r ) r z k is called the negative binomial expansion. ( z) r k0 ( k + r r ) z k Now we calculate the PGF of the negative binomial distribution. ( ) ( ) k + r r ( P N (z) E(z N ) z k P (N k) z k r + + k0 k0 ( ) r ( ) ( ) k + r k ( ) r z k + r + + k0 k0 ( ) r ( z ) r ( ) r ( + ( z) ( ) r ( ( z) ) r ) r ( k + r r ( + ( z)) r ( (z )) r ) k ) ( z + ) k Expected value and Variance p(z) ( + ( z)) r p (z) r( + ( z)) r p (z) r(r + ) 2 ( + ( z)) r 2 3

4 p () r p () r(r + ) 2 E(N) p () r Var(N) p () + p ()( p ()) r + r 2 r( + ) Note. As we see, in the negative binomial distribution, the variance is larger than the expected value while in the Poisson distribution they are equal, therefore in modeling the data in which the sample variance seems to be larger than the sample mean, the negative binomial distribution is preferred over the Poisson distribution. If P X (z) is the PGF of X, then E(X) p () Var(X) p () + p ()( p ()) Theorem (Poisson as a limit of NBinomials). Let X n NBinomial(r n, n ) such that r n and n 0 and r n n λ > 0. Then X n d Poisson(λ) Note. Before proving this theorem, we recall from Calculus that when x 0, then the functions ln( + x) and x are equivalent in the sense that lim x 0 ln(+x) x. To see this equality apply the L Hospital rule. Once we have this, then in the quotients we can substitute x for ln( + x) whenever x 0. In fact, if g(x) is any function of x, then ln( + x) lim lim x g(x) x ln( + x) x ( x g(x) lim x ) ( ln( + x) lim x x ) x lim g(x) x x g(x) Proof of the Theorem. Set λ n r n n. Then from the assumption we have λ n λ. 4

5 Further: ( ) rn lim n P Xn (z) lim + n ( z) [ ] lim exp r n ln( + n ( z)) [ { }] exp lim r n ln( + n ( z)) [ { exp lim [ exp lim }] ln( n( z)) rn { ln(+ λ n( z) rn rn ) }] [ { exp lim λn( z) rn rn }] [ { }] exp lim λ n ( z) exp(λ(z )) So, we have proved that the PGF of the sequence X n s tends to the PGF of the Poisson(λ) distribution. Whence the claim. 5

6 Geometric Distribution The Geometric random variable with parameter 0 < q < is a variable with support {, 2,...} such that X k is the event that in a series of Bernoulli trials the first success occurs at time k. Since the first k trials should result in a failure, then P (X k) q ( q) k k, 2,... Note that P (X m) {q( q) m + q( q) m + q( q) m+ + } q( q) m { } + ( q) + ( q) 2 + q( q) m ( q)m ( q) Then for k, 2,... we have : P (X n + k X n) P (X n + k, X n) P (X n) P (X n + k) P (X n) ( q)n+k ( q) n ( q) k This property is called the memoryless property. Given that there are at least n claims, the probability distribution of the number of claims in excess of n does not depend on n : P (X n + k X n) P (X n + k X n) P (X n + k + X n) ( q) k ( q) k+ does not depend on n A random variable X has memoryless distribution if for all x s the conditional distribution (X X x) is the same for all x s. We may consider the Geometric distribution as a special case of Negative Binomial : In fact by changing k to k + and substituting Geometric() P (N k) for p we can write the probabilities in the new form: ( ) ( ) k + + k ( + ) k+ k 0,,... So, a Geometric distribution is a Negative Binomial distribution with r. Note that in this 6

7 new shape, we have P (N 0) + i.e. the value of the probability function at k 0 equals the probability of success. 7

8 (a,b,0) class section 6.5 Definition. Let p k P (X k), k 0,, 2,... be the probabilities of a discrete random variable. If there are two numbers a and b satisfying p k p k a + b k equivalently k p k p k ak + b k, 2,... then we say that X belongs to the class (a, b, 0). Note that the following four distributions are in class (a, b, 0) : Distribution a b p 0 Binomial(m, q) q q (m + )a ( q) m Negative Binomial(r, ) Geometric(q) (r )a ( + ) r 0 ( + ) Poisson(λ) 0 λ e λ As it has been shown in the literature, these four distributions are the only non-trivial distributions of the class (a, b, 0) Example. Consider a discrete random variable N of class of the (a, b, 0). Assume that P (X 0) 0., P (X ) 0.3, and P (X 2) 0.3 Calculate P (X 3). Solution. p k ( a + b ) p k k ( ) Putting k in ( ) we get: p (a + b)p (a + b)(0.) a + b 3 Putting k 2 in ( ) we get: 8

9 p 2 (a + 2 b)p 0.3 (a + 2 b)(0.3) a + 2 b By solving the two equations thus found, we will have: a and b 4. Then the equality (8) reduces to Put k 3 in ( ) to have: p k ( + 4 ) p k k ( ) p 3 ( )p 2 p 3 3 p 2 3 (0.3) 0.0 Example. The Independent Insurance Company insures 25 risks, each with a 4% probability of loss. The probabilities of loss are independent. On average, how often would 4 or more risks have losses in the same year? A. Once in 3 years B. Once in 7 years C. Once in 39 years D. Once in 60 years E. Once in 72 years Solution. The distribution of loss is Binomial(m 25, q 0.04). Either find the probabilities through elementary formula p k m(m ) (m k+) q k ( q) m k or use the recursive formula: a q q b (m + )a p 0 ( q) m (0.96) p (a + b)p p 2 (a + b 2 )p p 3 (a + b 3 )p desired probability (p 0 + p + p 2 + p 3 ) or more risks have losses in the same year on average once in: / years. Example. The distribution of accidents for 84 randomly selected policies is as follows: 9

10 Number of accidents Number of Policies Total 84 Which of the following models best represents these data? (A) (B) (C) (D) (E) Negative binomial Discrete uniform Poisson Binomial Either Poisson or Binomial Solution. Number of accidents Number of Policies k p k p k Total 84 0

11 Since the values k p k p k increase, a negative binomial distribution is best fit. Example. A discrete probability distribution has the following properties: (i) p k c( + /k)p k for k, 2,... (ii) p Calculate c. Solution. This distribution is of class (a, b, 0) with a b c. Since the probabilities are non-negative we must have c 0. A value of zero for c result in p p 2 0 which together with p do not result in the sum of probabilities being equal to. So we have c > 0 and then a > 0. So the distribution is of negative binomial. For the negative binomial we have a and b (r ). Then a b r r 2 p ( + ) r ( + ) c a Example. You are given the following: A portfolio consists of 0 independent risks. The distribution of the annual number of claims for each risk in the portfolio is given by a Poisson distribution with mean λ 0.. Determine the probability of the portfolio having more than claim per year. A. 5% B. 0% C. 26% D. 37% E. 63% Solution. Since the sum of independent Poisson r.v. s is distributed as Poisson, this portfolio has a Poisson distribution with parameter λ (0)(0.). So the probability of more than

12 one claim in one year is ( (p 0 + p ) e + e )

13 Truncation and modification at zero section 6.6 The discrete distributions in the class (a, b, 0) all have positive probability at zero p(0) > 0. But if in a study the number of claims is under study for onlt those losses that have resulted in a claim, then the minimum observed value is and therefore p(0) 0. We can create such a counting distribution from a class (a, b, 0) by assigning the zero value to p(0) and dividing the remaining probabilities by p(0). Such a new distribution is called a zero-truncated distribution. In some insurance situations the chance of no claim is high so we may have a counting data that needs a large value of p(0) to be properly modeled. Therefore we may modify the counting model by assigning a large value to p(0) and then modify the other values of p(k) so as to have a probability distribution. This new distribution is called zero-modified. Note that in both cases of zero-truncated distribution and zero-modified distribution, the old probabilities {p(), P (2),...} are all multiplied by a constant, therefore the ratio remains the same as before for k 2, 3,..., p(k) p(k ) p(k) p(k ) a + b k k 2, 3,... A distribution with this property is said to of class (a, b, ). So by modifying a (a, b, 0) class member we get a (a, b, ) class member. Definition. A discrete random variable X {0,, 2,...} is said to belong to class (a, b, ) if its density function satisfies the equality p(k) ( a + b ) p(k ) k 2, 3,... k Note. The class (a, b, ) satisfies the same recursive form as the class (a, b, 0) does, but in the case of (a, b, ) the value p(0) is not as part of recursion. 3

14 Let us denote the probability function of (a, b, 0) by p(k) and that of (a, b, ) by p M (k). By assigning any number from γ [0, ) to p M (0), we then define p M by (zero-modified distribution) p M γ k 0 (k) γ p(0) p(k) k, 2,... We here verify that this is indeed a probability function: p M (0) + p M γ (k) γ + p(0) p(k) γ + γ p(0) k k γ + γ ( p(0)) γ + ( γ) p(0) The special case of γ 0 : (zero-truncated distribution) p T (k) p(k) k 0 k 0 p(0) p(k) k, 2,... Example. Let X be distributed as Geometric( 9). Calculate (i) The zero-truncated distribution. (ii) The zero-modified distribution with P M (0) 0.3 Solution. Part (i): p(0) + 0 p(0) k 9k ( + ) k+ 0 k+ p T 0 k 0 (k) p(0) p(k) k 9k 0k+ 0 k 9 k 0 k k, 2,... (zero-truncated distribution) 4

15 Part (ii): γ p(0) γ p(0) p(k) k+ 7(9k ) 0 k+ p M 0.3 k 0 (k) 7(9 k ) k, 2,... (zero-modified distribution) 0 k+ 9 k In the following discussion, for the sake of simplicity, we denote the base probabilities by {p 0, p,...} and the resulted probabilities due to truncation or modification by {q 0, q,...}. Theorem. Let N be in the class (a, b, 0) having the MGF M(t) and the PGF Q(z). Then the MGF and PGF of the the modified (and truncated) random variable are equal to ( ) M (t) γ p 0 p 0 + γ p 0 M(t) a weighted average ( ) Q (t) γ p 0 p 0 + γ p 0 Q(z) a weighted average 5

16 Proof. We only prove the first equality as the proof of the second one is similar. M (t) k0 ekt p M (k) γ + γ p 0 k ekt p k γ + γ p 0 { k0 ekt p k p 0 } { } γ + γ p 0 M(t) p 0 γ p 0 γ p 0 + γ p 0 M(t) γ p 0 p 0 + γ p 0 M(t) Note. The constant function is the MGF of the degenerate random variable which give the probability to k 0. So, the above equalities show that the modified distribution is the mixture of this degenerate distribution and the base distribution. 6

17 Extended Truncated Negative Binomial and Logarithmic Distributions Definition. By the extended truncated negative binomial distribution we mean the discrete distribution whose probability function is of the form: p k ( a + b ) k pk k 2, 3,... p 0 0 where a, b (r ), r 0, r >, > 0 Note. The requirements r > and > 0 are needed to ensure that this indeed defines a probability function as the following lemma shows. Lemma. ( ) k (r + )(r + 2) (r + k ) p k p + k 2, 3,... Proof. From the defining recursive formula, we have ( (r ) p k + + k( + ) Writing this for k 2, 3,... gives us: Multiplying these gives the result. ) k + (r ) (r + k ) p k p k p k k( + ) k( + ) p 2 p 3. p k r+ 2 p r+2 3 p 2 r+k k p k + r + k k p k Lemma. For any choice of 0 < p we have k p k <. Proof. Equivalently we must show that the series with positive terms ( ) k (r + )(r + 2) (r + k ) p k p + p + k k2 7

18 is convergent. We use the so-called ratio-test to achieve this. Set ( ) k (r + )(r + 2) (r + k ) a k + Then lim a k+ a k lim k k + r + k k + so, according to the ratio-test, the series is convergent. + < Note. Here is a closed form for p : k p ( ) k k p + p (r+)(r+2) (r+k ) k2 ( ) p + p ( ) k ( r)( r )( r 2) ( r k+) r k2 ( ) {[ p + p r + ( ) ] } k ( r)( r )( r 2) ( r k+) k r ( ) { ( ) } r p + p r r ( ) { } p + p r ( + ) r r ( ) { } p + p () r+ (+r) r { } p + p () r+ (+r) r { } p + ()r+ (+r) r { } p () r+ r Therefore p r () r+ 8

19 and for this one needs the assumption r 0 otherwise the denominator would be zero. Note. We recall from Calculus that d dr ( + )r+ ( + ) r+ ln( + ) Then by applying the L Hospital rule we will have: lim p lim r 0 r 0 So then for k 2 we have r ( + ) r+ lim r 0 lim r 0 p k lim r 0 p ( ( + ) r+ ln( + ) ( + ) ln( + ) ) k (r+)(r+2) (r+k ) ( ) k () (k ) () ln() ( ) k ln() k This and lim r 0 p () ln() lim p k k can be put together : ( + ) k ln( + ) k k, 2,... But the values on the right-hand side are positive numbers that sum to : ( ) k ( ) k ( ) ( ( )) k ln() k ln() k k ln() ln ( ln() ) ( ( )) ( ln ln() ) ln( + ) definition. The distribution with probability function ( ) k p(k) + ln( + ) k is called Logarithmic distribution Note. The class (a, b, ) has 4 members. The list of members is given on page 94 of the textbook and the distributional information about these distributions is given at the end of the textbook. 9

Discrete Distributions

Discrete Distributions Chapter 2 Discrete Distributions 2.1 Random Variables of the Discrete Type An outcome space S is difficult to study if the elements of S are not numbers. However, we can associate each element/outcome

More information

STAT/MATH 395 A - PROBABILITY II UW Winter Quarter Moment functions. x r p X (x) (1) E[X r ] = x r f X (x) dx (2) (x E[X]) r p X (x) (3)

STAT/MATH 395 A - PROBABILITY II UW Winter Quarter Moment functions. x r p X (x) (1) E[X r ] = x r f X (x) dx (2) (x E[X]) r p X (x) (3) STAT/MATH 395 A - PROBABILITY II UW Winter Quarter 07 Néhémy Lim Moment functions Moments of a random variable Definition.. Let X be a rrv on probability space (Ω, A, P). For a given r N, E[X r ], if it

More information

Mathematical Statistics 1 Math A 6330

Mathematical Statistics 1 Math A 6330 Mathematical Statistics 1 Math A 6330 Chapter 3 Common Families of Distributions Mohamed I. Riffi Department of Mathematics Islamic University of Gaza September 28, 2015 Outline 1 Subjects of Lecture 04

More information

Things to remember when learning probability distributions:

Things to remember when learning probability distributions: SPECIAL DISTRIBUTIONS Some distributions are special because they are useful They include: Poisson, exponential, Normal (Gaussian), Gamma, geometric, negative binomial, Binomial and hypergeometric distributions

More information

Binomial and Poisson Probability Distributions

Binomial and Poisson Probability Distributions Binomial and Poisson Probability Distributions Esra Akdeniz March 3, 2016 Bernoulli Random Variable Any random variable whose only possible values are 0 or 1 is called a Bernoulli random variable. What

More information

RMSC 2001 Introduction to Risk Management

RMSC 2001 Introduction to Risk Management RMSC 2001 Introduction to Risk Management Tutorial 4 (2011/12) 1 February 20, 2012 Outline: 1. Failure Time 2. Loss Frequency 3. Loss Severity 4. Aggregate Claim ====================================================

More information

MFM Practitioner Module: Quantitative Risk Management. John Dodson. September 23, 2015

MFM Practitioner Module: Quantitative Risk Management. John Dodson. September 23, 2015 MFM Practitioner Module: Quantitative Risk Management September 23, 2015 Mixtures Mixtures Mixtures Definitions For our purposes, A random variable is a quantity whose value is not known to us right now

More information

Discrete Distributions

Discrete Distributions A simplest example of random experiment is a coin-tossing, formally called Bernoulli trial. It happens to be the case that many useful distributions are built upon this simplest form of experiment, whose

More information

Part (A): Review of Probability [Statistics I revision]

Part (A): Review of Probability [Statistics I revision] Part (A): Review of Probability [Statistics I revision] 1 Definition of Probability 1.1 Experiment An experiment is any procedure whose outcome is uncertain ffl toss a coin ffl throw a die ffl buy a lottery

More information

Continuous RVs. 1. Suppose a random variable X has the following probability density function: π, zero otherwise. f ( x ) = sin x, 0 < x < 2

Continuous RVs. 1. Suppose a random variable X has the following probability density function: π, zero otherwise. f ( x ) = sin x, 0 < x < 2 STAT 4 Exam I Continuous RVs Fall 7 Practice. Suppose a random variable X has the following probability density function: f ( x ) = sin x, < x < π, zero otherwise. a) Find P ( X < 4 π ). b) Find µ = E

More information

p. 4-1 Random Variables

p. 4-1 Random Variables Random Variables A Motivating Example Experiment: Sample k students without replacement from the population of all n students (labeled as 1, 2,, n, respectively) in our class. = {all combinations} = {{i

More information

Lectures on Elementary Probability. William G. Faris

Lectures on Elementary Probability. William G. Faris Lectures on Elementary Probability William G. Faris February 22, 2002 2 Contents 1 Combinatorics 5 1.1 Factorials and binomial coefficients................. 5 1.2 Sampling with replacement.....................

More information

RMSC 2001 Introduction to Risk Management

RMSC 2001 Introduction to Risk Management RMSC 2001 Introduction to Risk Management Tutorial 4 (2011/12) 1 February 20, 2012 Outline: 1. Failure Time 2. Loss Frequency 3. Loss Severity 4. Aggregate Claim ====================================================

More information

Mixture distributions in Exams MLC/3L and C/4

Mixture distributions in Exams MLC/3L and C/4 Making sense of... Mixture distributions in Exams MLC/3L and C/4 James W. Daniel Jim Daniel s Actuarial Seminars www.actuarialseminars.com February 1, 2012 c Copyright 2012 by James W. Daniel; reproduction

More information

Method of Moments. which we usually denote by X or sometimes by X n to emphasize that there are n observations.

Method of Moments. which we usually denote by X or sometimes by X n to emphasize that there are n observations. Method of Moments Definition. If {X 1,..., X n } is a sample from a population, then the empirical k-th moment of this sample is defined to be X k 1 + + Xk n n Example. For a sample {X 1, X, X 3 } the

More information

Chapter 5. Chapter 5 sections

Chapter 5. Chapter 5 sections 1 / 43 sections Discrete univariate distributions: 5.2 Bernoulli and Binomial distributions Just skim 5.3 Hypergeometric distributions 5.4 Poisson distributions Just skim 5.5 Negative Binomial distributions

More information

STAT/MATH 395 PROBABILITY II

STAT/MATH 395 PROBABILITY II STAT/MATH 395 PROBABILITY II Chapter 6 : Moment Functions Néhémy Lim 1 1 Department of Statistics, University of Washington, USA Winter Quarter 2016 of Common Distributions Outline 1 2 3 of Common Distributions

More information

Creating New Distributions

Creating New Distributions Creating New Distributions Section 5.2 Stat 477 - Loss Models Section 5.2 (Stat 477) Creating New Distributions Brian Hartman - BYU 1 / 18 Generating new distributions Some methods to generate new distributions

More information

Statistics for Economists. Lectures 3 & 4

Statistics for Economists. Lectures 3 & 4 Statistics for Economists Lectures 3 & 4 Asrat Temesgen Stockholm University 1 CHAPTER 2- Discrete Distributions 2.1. Random variables of the Discrete Type Definition 2.1.1: Given a random experiment with

More information

Math/Stat 352 Lecture 8

Math/Stat 352 Lecture 8 Math/Stat 352 Lecture 8 Sections 4.3 and 4.4 Commonly Used Distributions: Poisson, hypergeometric, geometric, and negative binomial. 1 The Poisson Distribution Poisson random variable counts the number

More information

3 Continuous Random Variables

3 Continuous Random Variables Jinguo Lian Math437 Notes January 15, 016 3 Continuous Random Variables Remember that discrete random variables can take only a countable number of possible values. On the other hand, a continuous random

More information

Chapter 4. Repeated Trials. 4.1 Introduction. 4.2 Bernoulli Trials

Chapter 4. Repeated Trials. 4.1 Introduction. 4.2 Bernoulli Trials Chapter 4 Repeated Trials 4.1 Introduction Repeated indepentent trials in which there can be only two outcomes are called Bernoulli trials in honor of James Bernoulli (1654-1705). As we shall see, Bernoulli

More information

Relationship between probability set function and random variable - 2 -

Relationship between probability set function and random variable - 2 - 2.0 Random Variables A rat is selected at random from a cage and its sex is determined. The set of possible outcomes is female and male. Thus outcome space is S = {female, male} = {F, M}. If we let X be

More information

Department of Mathematics

Department of Mathematics Department of Mathematics Ma 3/103 KC Border Introduction to Probability and Statistics Winter 2017 Supplement 2: Review Your Distributions Relevant textbook passages: Pitman [10]: pages 476 487. Larsen

More information

Chapters 3.2 Discrete distributions

Chapters 3.2 Discrete distributions Chapters 3.2 Discrete distributions In this section we study several discrete distributions and their properties. Here are a few, classified by their support S X. There are of course many, many more. For

More information

Lecture 6. Probability events. Definition 1. The sample space, S, of a. probability experiment is the collection of all

Lecture 6. Probability events. Definition 1. The sample space, S, of a. probability experiment is the collection of all Lecture 6 1 Lecture 6 Probability events Definition 1. The sample space, S, of a probability experiment is the collection of all possible outcomes of an experiment. One such outcome is called a simple

More information

1 Review of Probability

1 Review of Probability 1 Review of Probability Random variables are denoted by X, Y, Z, etc. The cumulative distribution function (c.d.f.) of a random variable X is denoted by F (x) = P (X x), < x

More information

121 Section 3.1 Example 3.6.9 (Higher-order Poisson moments) g(x) = x2 and use (3.6.5): For X '" Poisson{A), take E(AX2 ) = E (X(X - 1) 2 ) E(X3-2X2 + X). Therefore, the third moment of a Poisson( ). )

More information

1 Presessional Probability

1 Presessional Probability 1 Presessional Probability Probability theory is essential for the development of mathematical models in finance, because of the randomness nature of price fluctuations in the markets. This presessional

More information

Department of Mathematics

Department of Mathematics Department of Mathematics Ma 3/103 KC Border Introduction to Probability and Statistics Winter 2018 Supplement 2: Review Your Distributions Relevant textbook passages: Pitman [10]: pages 476 487. Larsen

More information

Chapter 3. Discrete Random Variables and Their Probability Distributions

Chapter 3. Discrete Random Variables and Their Probability Distributions Chapter 3. Discrete Random Variables and Their Probability Distributions 1 3.4-3 The Binomial random variable The Binomial random variable is related to binomial experiments (Def 3.6) 1. The experiment

More information

Introduction and Overview STAT 421, SP Course Instructor

Introduction and Overview STAT 421, SP Course Instructor Introduction and Overview STAT 421, SP 212 Prof. Prem K. Goel Mon, Wed, Fri 3:3PM 4:48PM Postle Hall 118 Course Instructor Prof. Goel, Prem E mail: goel.1@osu.edu Office: CH 24C (Cockins Hall) Phone: 614

More information

Distribution of a Sum of Random Variables when the Sample Size is a Poisson Distribution

Distribution of a Sum of Random Variables when the Sample Size is a Poisson Distribution East Tennessee State University Digital Commons @ East Tennessee State University Electronic Theses and Dissertations Student Works 8-2018 Distribution of a Sum of Random Variables when the Sample Size

More information

M(t) = 1 t. (1 t), 6 M (0) = 20 P (95. X i 110) i=1

M(t) = 1 t. (1 t), 6 M (0) = 20 P (95. X i 110) i=1 Math 66/566 - Midterm Solutions NOTE: These solutions are for both the 66 and 566 exam. The problems are the same until questions and 5. 1. The moment generating function of a random variable X is M(t)

More information

Topic 3: The Expectation of a Random Variable

Topic 3: The Expectation of a Random Variable Topic 3: The Expectation of a Random Variable Course 003, 2017 Page 0 Expectation of a discrete random variable Definition (Expectation of a discrete r.v.): The expected value (also called the expectation

More information

or E ( U(X) ) e zx = e ux e ivx = e ux( cos(vx) + i sin(vx) ), B X := { u R : M X (u) < } (4)

or E ( U(X) ) e zx = e ux e ivx = e ux( cos(vx) + i sin(vx) ), B X := { u R : M X (u) < } (4) :23 /4/2000 TOPIC Characteristic functions This lecture begins our study of the characteristic function φ X (t) := Ee itx = E cos(tx)+ie sin(tx) (t R) of a real random variable X Characteristic functions

More information

PANJER CLASS UNITED One formula for the probabilities of the Poisson, Binomial, and Negative Binomial distribution.

PANJER CLASS UNITED One formula for the probabilities of the Poisson, Binomial, and Negative Binomial distribution. PANJER CLASS UNITED One formula for the probabilities of the Poisson, Binomial, and Negative Binomial distribution Michael Facler 1 Abstract. This paper gives a formula representing all discrete loss distributions

More information

ARCONES MANUAL FOR THE SOA EXAM P/CAS EXAM 1, PROBABILITY, SPRING 2010 EDITION.

ARCONES MANUAL FOR THE SOA EXAM P/CAS EXAM 1, PROBABILITY, SPRING 2010 EDITION. A self published manuscript ARCONES MANUAL FOR THE SOA EXAM P/CAS EXAM 1, PROBABILITY, SPRING 21 EDITION. M I G U E L A R C O N E S Miguel A. Arcones, Ph. D. c 28. All rights reserved. Author Miguel A.

More information

1 Inverse Transform Method and some alternative algorithms

1 Inverse Transform Method and some alternative algorithms Copyright c 2016 by Karl Sigman 1 Inverse Transform Method and some alternative algorithms Assuming our computer can hand us, upon demand, iid copies of rvs that are uniformly distributed on (0, 1), it

More information

15 Discrete Distributions

15 Discrete Distributions Lecture Note 6 Special Distributions (Discrete and Continuous) MIT 4.30 Spring 006 Herman Bennett 5 Discrete Distributions We have already seen the binomial distribution and the uniform distribution. 5.

More information

Lecture 17: The Exponential and Some Related Distributions

Lecture 17: The Exponential and Some Related Distributions Lecture 7: The Exponential and Some Related Distributions. Definition Definition: A continuous random variable X is said to have the exponential distribution with parameter if the density of X is e x if

More information

Moments. Raw moment: February 25, 2014 Normalized / Standardized moment:

Moments. Raw moment: February 25, 2014 Normalized / Standardized moment: Moments Lecture 10: Central Limit Theorem and CDFs Sta230 / Mth 230 Colin Rundel Raw moment: Central moment: µ n = EX n ) µ n = E[X µ) 2 ] February 25, 2014 Normalized / Standardized moment: µ n σ n Sta230

More information

Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R

Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R Random Variables Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R As such, a random variable summarizes the outcome of an experiment

More information

STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution

STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution Pengyuan (Penelope) Wang June 15, 2011 Review Discussed Uniform Distribution and Normal Distribution Normal Approximation

More information

STAT 302 Introduction to Probability Learning Outcomes. Textbook: A First Course in Probability by Sheldon Ross, 8 th ed.

STAT 302 Introduction to Probability Learning Outcomes. Textbook: A First Course in Probability by Sheldon Ross, 8 th ed. STAT 302 Introduction to Probability Learning Outcomes Textbook: A First Course in Probability by Sheldon Ross, 8 th ed. Chapter 1: Combinatorial Analysis Demonstrate the ability to solve combinatorial

More information

Review 1: STAT Mark Carpenter, Ph.D. Professor of Statistics Department of Mathematics and Statistics. August 25, 2015

Review 1: STAT Mark Carpenter, Ph.D. Professor of Statistics Department of Mathematics and Statistics. August 25, 2015 Review : STAT 36 Mark Carpenter, Ph.D. Professor of Statistics Department of Mathematics and Statistics August 25, 25 Support of a Random Variable The support of a random variable, which is usually denoted

More information

Exam 3, Math Fall 2016 October 19, 2016

Exam 3, Math Fall 2016 October 19, 2016 Exam 3, Math 500- Fall 06 October 9, 06 This is a 50-minute exam. You may use your textbook, as well as a calculator, but your work must be completely yours. The exam is made of 5 questions in 5 pages,

More information

Lecture 13. Poisson Distribution. Text: A Course in Probability by Weiss 5.5. STAT 225 Introduction to Probability Models February 16, 2014

Lecture 13. Poisson Distribution. Text: A Course in Probability by Weiss 5.5. STAT 225 Introduction to Probability Models February 16, 2014 Lecture 13 Text: A Course in Probability by Weiss 5.5 STAT 225 Introduction to Probability Models February 16, 2014 Whitney Huang Purdue University 13.1 Agenda 1 2 3 13.2 Review So far, we have seen discrete

More information

STAT 3610: Review of Probability Distributions

STAT 3610: Review of Probability Distributions STAT 3610: Review of Probability Distributions Mark Carpenter Professor of Statistics Department of Mathematics and Statistics August 25, 2015 Support of a Random Variable Definition The support of a random

More information

Probability and Statistics Notes

Probability and Statistics Notes Probability and Statistics Notes Chapter Five Jesse Crawford Department of Mathematics Tarleton State University Spring 2011 (Tarleton State University) Chapter Five Notes Spring 2011 1 / 37 Outline 1

More information

Suppose that you have three coins. Coin A is fair, coin B shows heads with probability 0.6 and coin C shows heads with probability 0.8.

Suppose that you have three coins. Coin A is fair, coin B shows heads with probability 0.6 and coin C shows heads with probability 0.8. Suppose that you have three coins. Coin A is fair, coin B shows heads with probability 0.6 and coin C shows heads with probability 0.8. Coin A is flipped until a head appears, then coin B is flipped until

More information

Week 1 Quantitative Analysis of Financial Markets Distributions A

Week 1 Quantitative Analysis of Financial Markets Distributions A Week 1 Quantitative Analysis of Financial Markets Distributions A Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October

More information

Computer Science, Informatik 4 Communication and Distributed Systems. Simulation. Discrete-Event System Simulation. Dr.

Computer Science, Informatik 4 Communication and Distributed Systems. Simulation. Discrete-Event System Simulation. Dr. Simulation Discrete-Event System Simulation Chapter 4 Statistical Models in Simulation Purpose & Overview The world the model-builder sees is probabilistic rather than deterministic. Some statistical model

More information

1 Bernoulli Distribution: Single Coin Flip

1 Bernoulli Distribution: Single Coin Flip STAT 350 - An Introduction to Statistics Named Discrete Distributions Jeremy Troisi Bernoulli Distribution: Single Coin Flip trial of an experiment that yields either a success or failure. X Bern(p),X

More information

Chapter 8. Some Approximations to Probability Distributions: Limit Theorems

Chapter 8. Some Approximations to Probability Distributions: Limit Theorems Chapter 8. Some Approximations to Probability Distributions: Limit Theorems Sections 8.2 -- 8.3: Convergence in Probability and in Distribution Jiaping Wang Department of Mathematical Science 04/22/2013,

More information

Monotonicity and Aging Properties of Random Sums

Monotonicity and Aging Properties of Random Sums Monotonicity and Aging Properties of Random Sums Jun Cai and Gordon E. Willmot Department of Statistics and Actuarial Science University of Waterloo Waterloo, Ontario Canada N2L 3G1 E-mail: jcai@uwaterloo.ca,

More information

n! (k 1)!(n k)! = F (X) U(0, 1). (x, y) = n(n 1) ( F (y) F (x) ) n 2

n! (k 1)!(n k)! = F (X) U(0, 1). (x, y) = n(n 1) ( F (y) F (x) ) n 2 Order statistics Ex. 4.1 (*. Let independent variables X 1,..., X n have U(0, 1 distribution. Show that for every x (0, 1, we have P ( X (1 < x 1 and P ( X (n > x 1 as n. Ex. 4.2 (**. By using induction

More information

Limiting Distributions

Limiting Distributions Limiting Distributions We introduce the mode of convergence for a sequence of random variables, and discuss the convergence in probability and in distribution. The concept of convergence leads us to the

More information

Lecture 3. Discrete Random Variables

Lecture 3. Discrete Random Variables Math 408 - Mathematical Statistics Lecture 3. Discrete Random Variables January 23, 2013 Konstantin Zuev (USC) Math 408, Lecture 3 January 23, 2013 1 / 14 Agenda Random Variable: Motivation and Definition

More information

Basic concepts of probability theory

Basic concepts of probability theory Basic concepts of probability theory Random variable discrete/continuous random variable Transform Z transform, Laplace transform Distribution Geometric, mixed-geometric, Binomial, Poisson, exponential,

More information

n! (k 1)!(n k)! = F (X) U(0, 1). (x, y) = n(n 1) ( F (y) F (x) ) n 2

n! (k 1)!(n k)! = F (X) U(0, 1). (x, y) = n(n 1) ( F (y) F (x) ) n 2 Order statistics Ex. 4. (*. Let independent variables X,..., X n have U(0, distribution. Show that for every x (0,, we have P ( X ( < x and P ( X (n > x as n. Ex. 4.2 (**. By using induction or otherwise,

More information

Errata for the ASM Study Manual for Exam P, Fourth Edition By Dr. Krzysztof M. Ostaszewski, FSA, CFA, MAAA

Errata for the ASM Study Manual for Exam P, Fourth Edition By Dr. Krzysztof M. Ostaszewski, FSA, CFA, MAAA Errata for the ASM Study Manual for Exam P, Fourth Edition By Dr. Krzysztof M. Ostaszewski, FSA, CFA, MAAA (krzysio@krzysio.net) Effective July 5, 3, only the latest edition of this manual will have its

More information

Three hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER.

Three hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER. Three hours To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER EXTREME VALUES AND FINANCIAL RISK Examiner: Answer QUESTION 1, QUESTION

More information

Poisson approximations

Poisson approximations Chapter 9 Poisson approximations 9.1 Overview The Binn, p) can be thought of as the distribution of a sum of independent indicator random variables X 1 + + X n, with {X i = 1} denoting a head on the ith

More information

Random variables and transform methods

Random variables and transform methods Chapter Random variables and transform methods. Discrete random variables Suppose X is a random variable whose range is {,,..., } and set p k = P (X = k) for k =,,..., so that its mean and variance are

More information

12d. Regular Singular Points

12d. Regular Singular Points October 22, 2012 12d-1 12d. Regular Singular Points We have studied solutions to the linear second order differential equations of the form P (x)y + Q(x)y + R(x)y = 0 (1) in the cases with P, Q, R real

More information

Probability Distributions Columns (a) through (d)

Probability Distributions Columns (a) through (d) Discrete Probability Distributions Columns (a) through (d) Probability Mass Distribution Description Notes Notation or Density Function --------------------(PMF or PDF)-------------------- (a) (b) (c)

More information

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models Fatih Cavdur fatihcavdur@uludag.edu.tr March 20, 2012 Introduction Introduction The world of the model-builder

More information

Brief Review of Probability

Brief Review of Probability Maura Department of Economics and Finance Università Tor Vergata Outline 1 Distribution Functions Quantiles and Modes of a Distribution 2 Example 3 Example 4 Distributions Outline Distribution Functions

More information

Conditional distributions (discrete case)

Conditional distributions (discrete case) Conditional distributions (discrete case) The basic idea behind conditional distributions is simple: Suppose (XY) is a jointly-distributed random vector with a discrete joint distribution. Then we can

More information

7.3 Singular points and the method of Frobenius

7.3 Singular points and the method of Frobenius 284 CHAPTER 7. POWER SERIES METHODS 7.3 Singular points and the method of Frobenius Note: or.5 lectures, 8.4 and 8.5 in [EP], 5.4 5.7 in [BD] While behaviour of ODEs at singular points is more complicated,

More information

Estimates for probabilities of independent events and infinite series

Estimates for probabilities of independent events and infinite series Estimates for probabilities of independent events and infinite series Jürgen Grahl and Shahar evo September 9, 06 arxiv:609.0894v [math.pr] 8 Sep 06 Abstract This paper deals with finite or infinite sequences

More information

STAT2201. Analysis of Engineering & Scientific Data. Unit 3

STAT2201. Analysis of Engineering & Scientific Data. Unit 3 STAT2201 Analysis of Engineering & Scientific Data Unit 3 Slava Vaisman The University of Queensland School of Mathematics and Physics What we learned in Unit 2 (1) We defined a sample space of a random

More information

Limiting Distributions

Limiting Distributions We introduce the mode of convergence for a sequence of random variables, and discuss the convergence in probability and in distribution. The concept of convergence leads us to the two fundamental results

More information

STAT 414: Introduction to Probability Theory

STAT 414: Introduction to Probability Theory STAT 414: Introduction to Probability Theory Spring 2016; Homework Assignments Latest updated on April 29, 2016 HW1 (Due on Jan. 21) Chapter 1 Problems 1, 8, 9, 10, 11, 18, 19, 26, 28, 30 Theoretical Exercises

More information

Solutions to the Spring 2015 CAS Exam ST

Solutions to the Spring 2015 CAS Exam ST Solutions to the Spring 2015 CAS Exam ST (updated to include the CAS Final Answer Key of July 15) There were 25 questions in total, of equal value, on this 2.5 hour exam. There was a 10 minute reading

More information

ASM Study Manual for Exam P, First Edition By Dr. Krzysztof M. Ostaszewski, FSA, CFA, MAAA Errata

ASM Study Manual for Exam P, First Edition By Dr. Krzysztof M. Ostaszewski, FSA, CFA, MAAA Errata ASM Study Manual for Exam P, First Edition By Dr. Krzysztof M. Ostaszewski, FSA, CFA, MAAA (krzysio@krzysio.net) Errata Effective July 5, 3, only the latest edition of this manual will have its errata

More information

Continuous Probability Spaces

Continuous Probability Spaces Continuous Probability Spaces Ω is not countable. Outcomes can be any real number or part of an interval of R, e.g. heights, weights and lifetimes. Can not assign probabilities to each outcome and add

More information

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions EGR 260 R. Van Til Industrial & Systems Engineering Dept. Copyright 2013. Robert P. Van Til. All rights reserved. 1 What s It All About? The behavior of many random processes

More information

Equations with regular-singular points (Sect. 5.5).

Equations with regular-singular points (Sect. 5.5). Equations with regular-singular points (Sect. 5.5). Equations with regular-singular points. s: Equations with regular-singular points. Method to find solutions. : Method to find solutions. Recall: The

More information

Mathematical Methods for Computer Science

Mathematical Methods for Computer Science Mathematical Methods for Computer Science Computer Science Tripos, Part IB Michaelmas Term 2016/17 R.J. Gibbens Problem sheets for Probability methods William Gates Building 15 JJ Thomson Avenue Cambridge

More information

Basic concepts of probability theory

Basic concepts of probability theory Basic concepts of probability theory Random variable discrete/continuous random variable Transform Z transform, Laplace transform Distribution Geometric, mixed-geometric, Binomial, Poisson, exponential,

More information

Module 3. Function of a Random Variable and its distribution

Module 3. Function of a Random Variable and its distribution Module 3 Function of a Random Variable and its distribution 1. Function of a Random Variable Let Ω, F, be a probability space and let be random variable defined on Ω, F,. Further let h: R R be a given

More information

6. Bernoulli Trials and the Poisson Process

6. Bernoulli Trials and the Poisson Process 1 of 5 7/16/2009 7:09 AM Virtual Laboratories > 14. The Poisson Process > 1 2 3 4 5 6 7 6. Bernoulli Trials and the Poisson Process Basic Comparison In some sense, the Poisson process is a continuous time

More information

ASM Study Manual for Exam P, Second Edition By Dr. Krzysztof M. Ostaszewski, FSA, CFA, MAAA Errata

ASM Study Manual for Exam P, Second Edition By Dr. Krzysztof M. Ostaszewski, FSA, CFA, MAAA Errata ASM Study Manual for Exam P, Second Edition By Dr. Krzysztof M. Ostaszewski, FSA, CFA, MAAA (krzysio@krzysio.net) Errata Effective July 5, 3, only the latest edition of this manual will have its errata

More information

ECE 313 Probability with Engineering Applications Fall 2000

ECE 313 Probability with Engineering Applications Fall 2000 Exponential random variables Exponential random variables arise in studies of waiting times, service times, etc X is called an exponential random variable with parameter λ if its pdf is given by f(u) =

More information

STA 4321/5325 Solution to Extra Homework 1 February 8, 2017

STA 4321/5325 Solution to Extra Homework 1 February 8, 2017 STA 431/535 Solution to Etra Homework 1 February 8, 017 1. Show that for any RV X, V (X 0. (You can assume X to be discrete, but this result holds in general. Hence or otherwise show that E(X E (X. Solution.

More information

Basic concepts of probability theory

Basic concepts of probability theory Basic concepts of probability theory Random variable discrete/continuous random variable Transform Z transform, Laplace transform Distribution Geometric, mixed-geometric, Binomial, Poisson, exponential,

More information

Stat 516, Homework 1

Stat 516, Homework 1 Stat 516, Homework 1 Due date: October 7 1. Consider an urn with n distinct balls numbered 1,..., n. We sample balls from the urn with replacement. Let N be the number of draws until we encounter a ball

More information

Lecture 10. Failure Probabilities and Safety Indexes

Lecture 10. Failure Probabilities and Safety Indexes Lecture 10. Failure Probabilities and Safety Indexes Igor Rychlik Chalmers Department of Mathematical Sciences Probability, Statistics and Risk, MVE300 Chalmers May 2013 Safety analysis - General setup:

More information

Actuarial Science Exam 1/P

Actuarial Science Exam 1/P Actuarial Science Exam /P Ville A. Satopää December 5, 2009 Contents Review of Algebra and Calculus 2 2 Basic Probability Concepts 3 3 Conditional Probability and Independence 4 4 Combinatorial Principles,

More information

Probability and Distributions

Probability and Distributions Probability and Distributions What is a statistical model? A statistical model is a set of assumptions by which the hypothetical population distribution of data is inferred. It is typically postulated

More information

14 Branching processes

14 Branching processes 4 BRANCHING PROCESSES 6 4 Branching processes In this chapter we will consider a rom model for population growth in the absence of spatial or any other resource constraints. So, consider a population of

More information

Expectations. Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or

Expectations. Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or Expectations Expectations Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or µ X, is E(X ) = µ X = x D x p(x) Expectations

More information

Part IA Probability. Definitions. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015

Part IA Probability. Definitions. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015 Part IA Probability Definitions Based on lectures by R. Weber Notes taken by Dexter Chua Lent 2015 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after lectures.

More information

CAS Exam MAS-1. Howard Mahler. Stochastic Models

CAS Exam MAS-1. Howard Mahler. Stochastic Models CAS Exam MAS-1 Howard Mahler Stochastic Models 2019 Stochastic Models, HCM 12/31/18, Page 1 The slides are in the same order as the sections of my study guide. Section # Section Name 1 Introduction 2 Exponential

More information

Practice Exam 1. (A) (B) (C) (D) (E) You are given the following data on loss sizes:

Practice Exam 1. (A) (B) (C) (D) (E) You are given the following data on loss sizes: Practice Exam 1 1. Losses for an insurance coverage have the following cumulative distribution function: F(0) = 0 F(1,000) = 0.2 F(5,000) = 0.4 F(10,000) = 0.9 F(100,000) = 1 with linear interpolation

More information

Stat 134 Fall 2011: Notes on generating functions

Stat 134 Fall 2011: Notes on generating functions Stat 3 Fall 0: Notes on generating functions Michael Lugo October, 0 Definitions Given a random variable X which always takes on a positive integer value, we define the probability generating function

More information

Modelling the risk process

Modelling the risk process Modelling the risk process Krzysztof Burnecki Hugo Steinhaus Center Wroc law University of Technology www.im.pwr.wroc.pl/ hugo Modelling the risk process 1 Risk process If (Ω, F, P) is a probability space

More information

Solutions to Problem Set 4

Solutions to Problem Set 4 UC Berkeley, CS 174: Combinatorics and Discrete Probability (Fall 010 Solutions to Problem Set 4 1. (MU 5.4 In a lecture hall containing 100 people, you consider whether or not there are three people in

More information