Probability Generating Functions, Poisson Processes, and Assorted Exam-Style Questions
The Actuary's Free Study Guide for Exam 3L - Section 50
The probability generating function for a discrete probability distribution is denoted PN(t) for the random variable N, where Pr(N = n) = pn. PN(t) has the following form.
PN(t) = p0 + p1t + p2t2 + ... + pntn + ...
We can perform some derivative calculations for this functions.
PN'(t) = p1 + 2p2t + ... + npntn-1 + ...
PN''(t) = 2*1p2 + 2*3p3t + 3*4p4t2 ... + n*(n-1)pntn-2 + ...
We note that PN'(1) = p1 + 2p2 + 3p3 + ... + npn + ..., which by definition is the same as E[N]. Thus, PN'(1) = E[N].
We also note that PN''(1) = 2*1p2 + 2*3p3 + 3*4p4 ... + n*(n-1)pn + ...
We can add 0 = 0(-1)p0 + 1*0p1 to this quantity to get
PN''(1) = 0(-1)p0 + 1*0p1 + 2*1p2 + 2*3p3 + 3*4p4 ... + n*(n-1)pn + ...
This, by definition is E[N(N-1)] = E[N2] - E[N].
Thus, PN''(1) = E[N2] - E[N].
A Poisson random variable M with mean Λ is defined as follows (according to Daniel 2008):
50.1. M can only assume whole-number values.
50.2. Pr[M = k] = e-ΛΛk/k!
50.3. E[M] = Var[M] = Λ
A Poisson process N, together with a rate function λ, can be described as follows (according to Daniel 2008):
50.4. N(0) = 0 and N is non-decreasing for whole-number values.
50.5. Any two non-overlapping time increments are independent with respect to N. What happens in one of those non-overlapping time increments does not affect what happens in the others.
50.6. "For all t ≥ 0 and h > 0, the increment N(t + h) - N(t) is a Poisson random variable with mean Λ = tt+h∫λ(z)dz."
50.7. The function m(t) = tt+h∫λ(z)dz is the mean value function or operational time.
50.8. Where λ is equal to a constant, N is a homogeneous poisson process.
Sources: Broverman, Sam. Actuarial Exam Solutions - CAS Exam 3 - Fall 2006.
Daniel, James W. 2008. Poisson Processes (and Mixture Distributions).
Original Problems and Solutions from The Actuary's Free Study Guide
Problem S3L50-1. Similar to Question 23 from the Casualty Actuarial Society's Fall 2006 Exam 3.
The number of blue rhinoceroses that spontaneously grow wings on a given day follows a negative binomial distribution with mean 12 and variance 60. Find the probability that at least 13 but fewer than 15 blue rhinoceroses will grow wings today.
Solution S3L50-1. In a negative binomial distribution, E[M] = rβ and Var[M] = rβ(1+ β).
Thus, Var[M]/E[M] = (1+ β). In our case, 60/12 = (1+ β) = 5, so β = 4.
Since rβ = 12, it follows that r = 12/4 = 3.
Now we can use the formula P[M = k] = ([r(r + 1)...(r + k -1)]/k!)(βk/(1+ β)k+r).
We want to find P[M = 13] + P[M = 14].
P[M = 13] = [(3*4*5*6*7*8*9*10*11*12*13*14*15)/13!](413/516) = 2*14*15(413/516) = 0.1847179535.
P[M = 14] = [(3*4*5*6*7*8*9*10*11*12*13*14*15*16)/14!](414/517) = 2*15*16(414/517) = 0.168884986.
So our desired answer is 0.1847179535 + 0.168884986 = about 0.3536029395.
Problem S3L50-2. Similar to Question 25 from the Casualty Actuarial Society's Fall 2006 Exam 3.
You know the following about derivatives of the probability generating function for a discrete probability distribution:
P'(1) = 68
P''(1) = 19400.
Find Var(N), where N is the random variable for the distribution.
Solution S3L50-2. We know that PN'(1) = E[N] and PN''(1) = E[N2] - E[N].
Thus, 19400 = E[N2] - 68 and E[N2] = 19468.
Now we use the formula Var(N) = E[N2] - (E[N]2) = 19468 - 682 = Var(N) = 14844.
Problem S3L50-3. Similar to Question 27 from the Casualty Actuarial Society's Fall 2006 Exam 3. Sam the Speaker is always interrupted by Harold the Heckler when Sam gives a public speech. The length of the time period for which Sam can speak without being heckled is exponentially distributed with a mean of 5 minutes. Find the probability that, after the beginning of his speech, Sam will be heckled at least once within the first 3 minutes.
Solution S3L50-3. The survival function (in terms of minutes) for an exponential distribution with a mean of 5 minutes is s(x) = e-x/5. Sam "survives" the first three minutes of the speech if he does not get heckled at all during that time. We want to find the complement of s(3), the probability that Sam gets heckled at least once. Thus, we want to find 1 - s(3) = 1 - e-3/5 = about 0.4511883639.
Problem S3L50-4. Similar to Question 28 from the Casualty Actuarial Society's Fall 2006 Exam 3.
The number of flies that a flycatcher catches per hour follows a non-homogeneous process with the following rate function, with t in hours:
λ(t) = 56t + 3 for 0 ≤ t < 45.
λ(t) = 4t2 - 34t + 4 for 45 ≤ t ≤ 90.
λ(t) = 845 for t > 90.
How many flies can the flycatcher be expected to catch between hours 17 and 100, inclusive?
Solution S3L50-4. We want to find Λ = 17100∫λ(z)dz =
Λ = 1745∫(56z + 3)dz + 4590∫(4z2 - 34z + 4)dz + 845*10 (since, during the last 10 hours, the flycatcher can expect to catch 845 flies in each hour).
Thus, Λ = 48692 + 747405 + 8450 = 804,547 flies.
Problem S3L50-5. Similar to Question 26 from the Casualty Actuarial Society's Fall 2006 Exam 3.
Which of these statements about Poisson processes are true?
(a) What happens from time 3 to time 7 is independent of what happens from time 7 to time 16.
(b) What happens from time 3 to time 7 is independent of what happens from time 5 to time 13.
(c) The rate function for all Poisson processes is constant.
(d) For all Poisson random variables M, defined as M = N(t + h) - N(t), it is the case that
Var[M] = tt+h∫λ(z)dz.
Solution S3L50-5.
(a) is true, because [3, 7] and [7, 16] are not overlapping time intervals, even though they touch at an endpoint. So Condition 50.5 is met.
(b) is false, because [3, 7] and [5, 13] are overlapping time intervals, so independence of these intervals cannot be the case. Condition 50.5 is not met in this case.
(c) is false. Non-homogeneous Poisson processes have non-constant rate functions. We just saw an example of this in Problem S3L50-4.
(d) is true, because Var[M] = Λ by Condition 50.3, and Λ = tt+h∫λ(z)dz by Condition 50.6.
See other sections of The Actuary's Free Study Guide for Exam 3L.
Published by G. Stolyarov II
G. Stolyarov II is a science fiction novelist, independent essayist, poet, amateur mathematician, composer, author, and actuary. View profile
- Errata for Section 38 of the Actuary's Free Study Guide for Exam 3F / Exam MFEThis is a correction issued for a mistake in the solution for Problem ESQBSF5 in The Actuary's Free Study Guide for Exam 3F / Exam MFE.
- A Comprehensive List of Free Study Materials for Exam 3F / Exam MFEMr. Stolyarov renders available information on all freely available review notes and practice problems and solutions for Exam 3F / Exam MFE. Links to a total of 574 questions and solutions by various authors are provi...
- A Comprehensive List of Free Study Materials for Exam 3F / Exam MFE: Part 2Mr. Stolyarov provides information regarding still other freely available practice problems and solutions for the financial economics segment of the third actuarial exam.
- Study Methods for Actuarial Exam 3F / Exam MFEMr. Stolyarov presents both general and exam-specific studying approaches that can help actuarial students put in the effort and learn the materials necessary for doing well on Exam 3F/MFE. This article accompanies Mr...
- Linux+ Study Guide, Third Edition (XK0-002) [Paperback] by Smith, Roderick WA helpful study guide to prepare for the CompTIA Linux+ Certification Exam.
- Florida Bar Exam: A Basic Guide
- Illinois Bar Exam: A Basic Guide
- Maine Bar Exam: Basic Guide
- Maryland Bar Exam: General Guide
- What You Need to Know for Actuarial Exam 1P
- Study Guide: 1984 by George Orwell
- Errata for Section 19 of the Actuary's Free Study Guide for Exam 3F / Exam MFE



