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

Consider \(n\) multinomial trials, where each trial independently results in outcome \(i\) with probability \(p_{i}, \sum_{i=1}^{k} p_{i}=1 .\) With \(X_{i}\) equal to the number of trials that result in outcome \(i\), find \(E\left[X_{1} \mid X_{2}>0\right]\)

Short Answer

Expert verified
The expected number of trials resulting in outcome 1 given that there's at least one trial resulting in outcome 2 is given by: $$E[X_1\mid X_2 >0] = \frac{\sum_{x_1=0}^{n-1} \sum_{x_2=1}^{n-x_1} x_1 \frac{n!}{x_1! x_2! (n-x_1-x_2)!} p_1^{x_1} p_2^{x_2} p_3^{n-x_1-x_2}}{1-p_1^n}$$

Step by step solution

01

In a multinomial distribution, the joint PMF of (\(X_1\), \(X_2\)) is given by: $$P(X_1=x_1, X_2=x_2) = \frac{n!}{x_1! x_2! (n-x_1-x_2)!} p_1^{x_1} p_2^{x_2} p_3^{n-x_1-x_2}$$ Here, we consider only the cases where \(0\leq x_1 \leq n - 1\) and \(0\leq x_2 \leq n - x_1\), since \(X_1 + X_2 \leq n\). The rest of the trials will fall into outcomes 3,4,5,...,k. #Step 2: Find \(E[X_1 \mathbb{1}_{\{X_2 > 0\}}]\)#

In order to find \(E[X_1\mathbb{1}_{\{X_2>0\}}]\), we'll first compute \(x_1 P(X_1=x_1, X_2=x_2)\) for each possible value of \(x_1\) and \(x_2\) where \(x_2 > 0\), and then sum over all possibilities: $$E[X_1\mathbb{1}_{\{X_2>0\}}]= \sum_{x_1=0}^{n-1} \sum_{x_2=1}^{n-x_1} x_1 P(X_1=x_1, X_2=x_2) = \sum_{x_1=0}^{n-1} \sum_{x_2=1}^{n-x_1} x_1 \frac{n!}{x_1! x_2! (n-x_1-x_2)!} p_1^{x_1} p_2^{x_2} p_3^{n-x_1-x_2}$$ #Step 3: Find \(P(X_2 > 0)\)#
02

Next, we'll compute the probability \(P(X_2 > 0)\) which means at least one trial will result in outcome 2. We can calculate this as the complement: \(P(X_2 > 0) = 1 - P(X_2 = 0)\). Since all outcomes are independent, we have: $$P(X_2=0) = n!\frac{p_1^{n-x_2} p_3^{x_2}}{(n-x_2)!x_2!}$$ Substitute \(x_2=0\) to the above equation and subtract from 1: $$P(X_2 > 0) = 1 - n!\frac{p_1^n}{n!} = 1 - p_1^n$$ #Step 4: Calculate \(E[X_1 | X_2 > 0]\)#

Finally, we can use the definition of conditional expectation to find the desired expectation: $$E[X_1\mid X_2 >0] = \frac{E[X_1\mathbb{1}_{\{X_2>0\}}]}{P(X_2>0)}= \frac{\sum_{x_1=0}^{n-1} \sum_{x_2=1}^{n-x_1} x_1 \frac{n!}{x_1! x_2! (n-x_1-x_2)!} p_1^{x_1} p_2^{x_2} p_3^{n-x_1-x_2}}{1-p_1^n}$$ This expression gives us the expected number of trials resulting in outcome 1 given that there's at least one trial resulting in outcome 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

Polya's urn model supposes that an urn initially contains \(r\) red and \(b\) blue balls. At each stage a ball is randomly selected from the urn and is then returned along with \(m\) other balls of the same color. Let \(X_{k}\) be the number of red balls drawn in the first \(k\) selections. (a) Find \(E\left[X_{1}\right]\) (b) Find \(E\left[X_{2}\right]\). (c) Find \(E\left[X_{3}\right]\). (d) Conjecture the value of \(E\left[X_{k}\right]\), and then verify your conjecture by a conditioning argument. (e) Give an intuitive proof for your conjecture. Hint: Number the initial \(r\) red and \(b\) blue balls, so the urn contains one type \(i\) red ball, for each \(i=1, \ldots, r ;\) as well as one type \(j\) blue ball, for each \(j=1, \ldots, b\). Now suppose that whenever a red ball is chosen it is returned along with \(m\) others of the same type, and similarly whenever a blue ball is chosen it is returned along with \(m\) others of the same type. Now, use a symmetry argument to determine the probability that any given selection is red.

The joint probability mass function of \(X\) and \(Y, p(x, y)\), is given by $$ \begin{array}{ll} p(1,1)=\frac{1}{9}, & p(2,1)=\frac{1}{3}, & p(3,1)=\frac{1}{9} \\ p(1,2)=\frac{1}{9}, & p(2,2)=0, & p(3,2)=\frac{1}{18} \\ p(1,3)=0, & p(2,3)=\frac{1}{6}, & p(3,3)=\frac{1}{9} \end{array} $$ Compute \(E[X \mid Y=i]\) for \(i=1,2,3\).

In Section 3.6.3, we saw that if \(U\) is a random variable that is uniform on \((0,1)\) and if, conditional on \(U=p, X\) is binomial with parameters \(n\) and \(p\), then $$ P\\{X=i\\}=\frac{1}{n+1}, \quad i=0,1, \ldots, n $$ For another way of showing this result, let \(U, X_{1}, X_{2}, \ldots, X_{n}\) be independent uniform \((0,1)\) random variables. Define \(X\) by \(X=\\# i: X_{i}

You are invited to a party. Suppose the times at which invitees are independent uniform \((0,1)\) random variables. Suppose that, aside from yourself, the number of other people who are invited is a Poisson random variable with mean \(10 .\) (a) Find the expected number of people who arrive before you. (b) Find the probability that you are the \(n\) h person to arrive.

The joint density of \(X\) and \(Y\) is $$ f(x, y)=\frac{\left(y^{2}-x^{2}\right)}{8} e^{-y}, \quad 0

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