<< Chapter < Page Chapter >> Page >

Verification of this far reaching result rests on the minterm expansion and two elementary facts about the disjoint subclasses of an independent class. We state these facts andconsider in each case an example which exhibits the essential structure. Formulation of the general result, in each case, is simply a matter of careful use of notation.

  1. A class each of whose members is a minterm formed by members of a distinct subclass of an independent class is itself an independent class.

    Consider the independent class { A 1 , A 2 , A 3 , B 1 , B 2 , B 3 , B 4 } , with respective probabilities 0.4, 0.7, 0.3, 0.5, 0.8, 0.3, 0.6. Consider M 3 , minterm three for the class { A 1 , A 2 , A 3 } , and N 5 , minterm five for the class { B 1 , B 2 , B 3 , B 4 } . Then

    P ( M 3 ) = P ( A 1 c A 2 A 3 ) = 0 . 6 0 . 7 0 . 3 = 0 . 126 and P ( N 5 ) = P ( B 1 c B 2 B 3 c B 4 ) = 0 . 5 0 . 8 0 . 7 0 . 6 = 0 . 168

    Also

    P ( M 3 N 5 ) = P ( A 1 c A 2 A 3 B 1 c B 2 B 3 c B 4 ) = 0 . 6 0 . 7 0 . 3 0 . 5 0 . 8 0 . 7 0 . 6 = ( 0 . 6 0 . 7 0 . 3 ) ( 0 . 5 0 . 8 0 . 7 0 . 6 ) = P ( M 3 ) P ( N 5 ) = 0 . 0212

    The product rule shows the desired independence.

    Got questions? Get instant answers now!

    Again, it should be apparent that the result holds for any number of A i and B j ; and it can be extended to any number of distinct subclasses of an independent class.

  2. Suppose each member of a class can be expressed as a disjoint union. If each auxiliary class formed by taking one member from each of the disjoint unions isan independent class, then the original class is independent.

    Suppose A = A 1 A 2 A 3 and B = B 1 B 2 , with { A i , B j } independent for each pair i , j . Suppose

    P ( A 1 ) = 0 . 3 , P ( A 2 ) = 0 . 4 , P ( A 3 ) = 0 . 1 , P ( B 1 ) = 0 . 2 , P ( B 2 ) = 0 . 5

    We wish to show that the pair { A , B } is independent; i.e., the product rule P ( A B ) = P ( A ) P ( B ) holds.

    COMPUTATION

    P ( A ) = P ( A 1 ) + P ( A 2 ) + P ( A 3 ) = 0 . 3 + 0 . 4 + 0 . 1 = 0 . 8 and P ( B ) = P ( B 1 ) + P ( B 2 ) = 0 . 2 + 0 . 5 = 0 . 7

    Now

    A B = ( A 1 A 2 A 3 ) ( B 1 B 2 ) = A 1 B 1 A 1 B 2 A 2 B 1 A 2 B 2 A 3 B 1 A 3 B 2

    By additivity and pairwise independence, we have

    P ( A B ) = P ( A 1 ) P ( B 1 ) + P ( A 1 ) P ( B 2 ) + P ( A 2 ) P ( B 1 ) + P ( A 2 ) P ( B 2 ) + P ( A 3 ) P ( B 1 ) + P ( A 3 ) P ( B 2 ) = 0 . 3 0 . 2 + 0 . 3 0 . 5 + 0 . 4 0 . 2 + 0 . 4 0 . 5 + 0 . 1 0 . 2 + 0 . 1 0 . 5 = 0 . 56 = P ( A ) P ( B )

    The product rule can also be established algebraically from the expression for P ( A B ) , as follows:

    P ( A B ) = P ( A 1 ) [ P ( B 1 ) + P ( B 2 ) ] + P ( A 2 ) [ P ( B 1 ) + P ( B 2 ) ] + P ( A 3 ) [ P ( B 1 ) + P ( B 2 ) ] = [ P ( A 1 ) + P ( A 2 ) + P ( A 3 ) ] [ P ( B 1 ) + P ( B 2 ) ] = P ( A ) P ( B )
    Got questions? Get instant answers now!

    It should be clear that the pattern just illustrated can be extended to the general case. If

    A = i = 1 n A i and B = j = 1 m B j , with each pair { A i , B j } independent

    then the pair { A , B } is independent. Also, we may extend this rule to the triple { A , B , C }

    A = i = 1 n A i , B = j = 1 m B j , and C = k = 1 r C k , with each class { A i , B j , C k } independent

    and similarly for any finite number of such combinations, so that the second proposition holds.

  3. Begin with an independent class E of n events. Select m distinct subclasses and form Boolean combinations for each of these. Use of the minterm expansion for each of these Boolean combinations and the two propositions just illustrated shows that the class of Boolean combinations is independent

    To illustrate, we return to [link] , which involves an independent class of ten events.

    A hybrid approach

    Consider again the independent class { E 1 , E 2 , , E 10 } with respective probabilities { 0 . 13 0 . 37 0 . 12 0 . 56 0 . 33 0 . 71 0 . 22 0 . 43 0 . 57 0 . 31 } . We wish to calculate

    P ( F ) = P E 1 E 3 ( E 4 E 7 c ) E 2 ( E 5 c E 6 E 8 ) E 9 E 10 c

    In the previous solution, we use minprob to calculate the 2 10 = 1024 minterms for all ten of the E i and determine the minterm vector for F . As we note in the alternate expansion of F ,

    F = A B C , where A = E 1 E 3 ( E 4 E 7 c ) B = E 2 ( E 5 c E 6 E 8 ) C = E 9 E 10 c

    We may calculate directly P ( C ) = 0 . 57 0 . 69 = 0 . 3933 . Now A is a Boolean combination of { E 1 , E 3 , E 4 , E 7 } and B is a combination of { E 2 , E 5 , E 6 , E 8 } . By the result on independence of Boolean combinations, the class { A , B , C } is independent. We use the m-procedures to calculate P ( A ) and P ( B ) . Then we deal with the independent class { A , B , C } to obtain the probability of F .

    >>p = 0.01*[13 37 12 56 33 71 22 43 57 31];>>pa = p([1 3 4 7]); % Selection of probabilities for A>>pb = p([2 5 6 8]); % Selection of probabilities for B>>pma = minprob(pa); % Minterm probabilities for calculating P(A)>>pmb = minprob(pb); % Minterm probabilities for calculating P(B)>>minvec4;>>a = A|(B&(C|Dc)); % A corresponds to E1, B to E3, C to E4, D to E7>>PA = a*pma' PA = 0.2243>>b = A&(Bc|(C&D)); % A corresponds to E2, B to E5, C to E6, D to E8>>PB = b*pmb' PB = 0.2852>>PC = p(9)*(1 - p(10)) PC = 0.3933>>pm = minprob([PA PB PC]);>>minvec3 % The problem becomes a three variable problem>>F = A|B|C; % with {A,B,C} an independent class>>PF = F*pm' PF = 0.6636 % Agrees with the result of [link]
    Got questions? Get instant answers now!

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Applied probability. OpenStax CNX. Aug 31, 2009 Download for free at http://cnx.org/content/col10708/1.6
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Applied probability' conversation and receive update notifications?

Ask