Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Let \(N\) be a hypergeometric random variable having the distribution of the number of white balls in a random sample of size \(r\) from a set of \(w\) white and \(b\) blue balls. That is, $$ P\\{N=n\\}=\frac{\left(\begin{array}{c} w \\ n \end{array}\right)\left(\begin{array}{c} b \\ r-n \end{array}\right)}{\left(\begin{array}{c} w+b \\ r \end{array}\right)} $$ where we use the convention that \(\left(\begin{array}{c}m \\\ j\end{array}\right)=0\) if either \(j<0\) or \(j>m\). Now, consider a compound random variable \(S_{N}=\sum_{i=1}^{N} X_{i}\), where the \(X_{i}\) are positive integer valued random variables with \(\alpha_{j}=P\left\\{X_{i}=j\right\\}\) (a) With \(M\) as defined as in Section \(3.7\), find the distribution of \(M-1\). (b) Suppressing its dependence on \(b\), let \(P_{w, r}(k)=P\left\\{S_{N}=k\right\\}\), and derive a recursion equation for \(P_{w, r}(k)\). (c) Use the recursion of (b) to find \(P_{w, r}(2)\).

Short Answer

Expert verified
\(P_{w, r}(2) = \frac{b(\, _{w-1}C_{0}\, _{b}C_{r})(\, _{w-1}C_{0}\, _{b}C_{r-1})}{(\, _{w+b}C_{r})(\, _{w+b-1}C_{r-1})} + \frac{w(\, _{w}C_{1}\, _{b}C_{r-1})(\, _{w}C_{1}\, _{b}C_{r-2})}{(\, _{w+b}C_{r})(\, _{w+b}C_{r-1})}\).

Step by step solution

01

Review the definition of \(M\)

Recall that \(M\) is the moment generating function of the random variable \(X\), defined as \(M(t) = E[e^{tX}] = \sum_{i=1}^{+\infty}\alpha_i e^{tX_i}\). The moment generating function of \(S_N\) (denoted \(M_N(t)\)) can be obtained from the moment generating functions of the \(X_i\) by multiplying them together; that is, \(M_N(t) = \prod_{i=1}^{N} M(t)\).
02

Determine the moment generating function of \(M-1\)

Let \(Y = X_i - 1\). The moment generating function of \(Y\) is: \(M_Y(t) = E[e^{t(Y)}] = E[e^{t(X_i-1)}] = e^{-t} M(t)\). Since \(S_N = \sum_{i=1}^{N} X_i\) and \(S'_N = \sum_{i=1}^{N} (X_i - 1) = S_N - N\), we have \(M_{S'_N}(t) = \left(e^{-t} M(t)\right)^N\). (b) Find a recursion equation for \(P_{w, r}(k) = P\\{S_N = k\\}\)
03

Derive a recursion equation

Note that \(P_{w, r}(k) = P\\{S_N = k\\} = P\\{S_{N-1} = k-N, N-1 \text{ white balls}\\} + P\\{S_N = k, N \text{ white balls}\\}\). Alternatively, we can state this as: \(P_{w, r}(k) = P\\{ S_N = k | N-1 \text{ white balls} \\}P\\{ N-1 \text{ white balls}\\} + P\\{S_N = k | N \text{ white balls}\\}P\\{ N \text{ white balls}\\}\). Using the probability mass function of \(N\), we can write this as: \(P_{w, r}(k) = \frac{\left(\begin{array}{c}w-1\\n-1\end{array}\right)\left(\begin{array}{c}b\\r-n+1\end{array}\right)}{\left(\begin{array}{c}w+b\\r\end{array}\right)}P_{w-1, r-1}(k-n+1) + \frac{\left(\begin{array}{c}w\\n\end{array}\right)\left(\begin{array}{c}b\\r-n\end{array}\right)}{\left(\begin{array}{c}w+b\\r\end{array}\right)}P_{w, r-1}(k-n)\). (c) Use the recursion equation from (b) to find \(P_{w, r}(2)\)
04

Compute \(P_{w, r}(2)\)

We are given \(S_N = 2\). Using the recursion equation from part (b), we have: \(P_{w, r}(2) = \frac{\left(\begin{array}{c}w-1\\0\end{array}\right)\left(\begin{array}{c}b\\r\end{array}\right)}{\left(\begin{array}{c}w+b\\r\end{array}\right)}P_{w-1, r-1}(1) + \frac{\left(\begin{array}{c}w\\1\end{array}\right)\left(\begin{array}{c}b\\r-1\end{array}\right)}{\left(\begin{array}{c}w+b\\r\end{array}\right)}P_{w, r-1}(1)\). Now, \(P_{w-1, r-1}(1) = \frac{\left(\begin{array}{c}w-1\\0\end{array}\right)\left(\begin{array}{c}b\\r-1\end{array}\right)}{\left(\begin{array}{c}w+b-1\\r-1\end{array}\right)}\) and \(P_{w, r-1}(1) = \frac{\left(\begin{array}{c}w\\1\end{array}\right)\left(\begin{array}{c}b\\r-2\end{array}\right)}{\left(\begin{array}{c}w+b\\r-1\end{array}\right)}\). Substituting these values into the recursion equation, we get: \(P_{w, r}(2) = \left(\frac{\left(\begin{array}{c}w-1\\0\end{array}\right)\left(\begin{array}{c}b\\r\end{array}\right)}{\left(\begin{array}{c}w+b\\r\end{array}\right)}\right)\left(\frac{\left(\begin{array}{c}w-1\\0\end{array}\right)\left(\begin{array}{c}b\\r-1\end{array}\right)}{\left(\begin{array}{c}w+b-1\\r-1\end{array}\right)}\right) + \left(\frac{\left(\begin{array}{c}w\\1\end{array}\right)\left(\begin{array}{c}b\\r-1\end{array}\right)}{\left(\begin{array}{c}w+b\\r\end{array}\right)}\right)\left(\frac{\left(\begin{array}{c}w\\1\end{array}\right)\left(\begin{array}{c}b\\r-2\end{array}\right)}{\left(\begin{array}{c}w+b\\r-1\end{array}\right)}\right)\). Simplifying the expression will give us the probability \(P_{w, r}(2)\).

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Let \(p_{0}=P[X=0\\}\) and suppose that \(0

Independent trials, resulting in one of the outcomes \(1,2,3\) with respective probabilities \(p_{1}, p_{2}, p_{3}, \sum_{i=1}^{3} p_{i}=1\), are performed. (a) Let \(N\) denote the number of trials needed until the initial outcome has occurred exactly 3 times. For instance, if the trial results are \(3,2,1,2,3,2,3\) then \(N=7\) Find \(E[N]\). (b) Find the expected number of trials needed until both outcome 1 and outcome 2 have occurred.

A coin that comes up heads with probability \(p\) is flipped \(n\) consecutive times. What is the probability that starting with the first flip there are always more heads than tails that have appeared?

The number of red balls in an urn that contains \(n\) balls is a random variable that is equally likely to be any of the values \(0,1, \ldots, n\). That is, $$ P\\{i \text { red, } n-i \text { non-red }\\}=\frac{1}{n+1}, \quad i=0, \ldots, n $$ The \(n\) balls are then randomly removed one at a time. Let \(Y_{k}\) denote the number of red balls in the first \(k\) selections, \(k=1, \ldots, n\) (a) Find \(P\left\\{Y_{n}=j\right\\}, j=0, \ldots, n\). (b) Find \(P\left\\{Y_{n-1}=j\right\\}, j=0, \ldots, n\) (c) What do you think is the value of \(P\left\\{Y_{k}=j\right\\}, j=0, \ldots, n ?\) (d) Verify your answer to part (c) by a backwards induction argument. That is, check that your answer is correct when \(k=n\), and then show that whenever it is true for \(k\) it is also true for \(k-1, k=1, \ldots, n\).

This problem will present another proof of the ballot problem of Example \(3.27 .\) (a) Argue that \(P_{n, m}=1-P\\{A\) and \(B\) are tied at some point \(\\}\) (b) Explain why \(P\\{A\) receives first vote and they are eventually tied \(\\}\) \(=P\\{B\) receives first vote and they are eventually tied \(\\}\) Hint: Any outcome in which they are eventually tied with \(A\) receiving the first vote corresponds to an outcome in which they are eventually tied with \(B\) receiving the first vote. Explain this correspondence. (c) Argue that \(P\\{\) eventually tied \(\\}=2 m /(n+m)\), and conclude that \(P_{n, m}=(n-\) \(m) /(n+m)\)

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free