Q.6.13

Question

In Example 5e, we computed the conditional density of a success probability for a sequence of trials when the first n + m trials resulted in n successes. Would the conditional density change if we specified which n of these trials resulted in successes? 

Step-by-Step Solution

Verified
Answer

The conditional density is still beta with parameters n+1, m+1

1Step 1: Content Introduction

Let define the outcome in ith trail.

Xi = { 1, if trial is a success and 0 otherwise

2Step 2: Content Explanation

Let X probability that given trial is a success, then X is a uniform (0,1) random variable. The conditional density of X given that N is,
fX|X1,...Xn+m(x| x1,....xn+m)=P{N=n|X=x} fx(x)P{N=n}=n+mnxx1(1-x)(n+m)-x1P{N=n}=c×xxi(1-x)(n-m)-x1

where c does not depend on x.