<< Chapter < Page | Chapter >> Page > |
This solution is not as convenient to write out. However, with the distribution for X as defined, a great many other probabilities can be determined. This is particularly the case when it is desired to compare the results of two independent races or “heats.”We consider such problems in the study of Independent Classes of Random Variables .
A function form for canonic
One disadvantage of the procedure canonic is that it always names the output X and . While these can easily be renamed, frequently it is desirable to use some other name for the random variable from the start. A function form, which we call canonicf , is useful in this case.
>>c = [10 18 10 3];>>pm = minprob(0.1*[6 3 5]);>>[Z,PZ] = canonicf(c,pm);>>disp([Z;PZ]') % Numbers as before, but the distribution3.0000 0.1400 % matrices are now named Z and PZ
13.0000 0.350021.0000 0.0600
23.0000 0.210031.0000 0.1500
41.0000 0.0900
The distribution for a simple random variable is easily visualized as point mass concentrations at the various values in the range, and the classof events determined by a simple random variable is described in terms of the partition generated by X (i.e., the class of those events of the form for each t i in the range). The situation is conceptually the same for the general case, but the details are more complicated. If the random variable takes ona continuum of values, then the probability mass distribution may be spread smoothly on the line. Or, the distribution may be a mixture of point mass concentrations andsmooth distributions on some intervals. The class of events determined by X is the set of all inverse images for M any member of a general class of subsets of subsets of the real line known in the mathematical literature as the Borel sets . There are technical mathematical reasons for not saying M is any subset, but the class of Borel sets is general enough to include any set likely to be encounteredin applications—certainly at the level of this treatment. The Borel sets include any interval and any set that can be formed by complements, countable unions, and countableintersections of Borel sets. This is a type of class known as a sigma algebra of events. Because of the preservation of set operations by the inverse image, the class of eventsdetermined by random variable X is also a sigma algebra, and is often designated . There are some technical questions concerning the probability measure P X induced by X , hence the distribution. These also are settled in such a manner that there is no need for concern at this level of analysis. However, some of these questions becomeimportant in dealing with random processes and other advanced notions increasingly used in applications. Two facts provide the freedom we need to proceed with little concernfor the technical details.
These facts point to the importance of the distribution function introduced in the next chapter.
Another fact, alluded to above and discussed in some detail in the next chapter, is that any general random variable can be approximated as closely as pleased by a simple randomvariable. We turn in the next chapter to a description of certain commonly encountered probability distributions and ways to describe them analytically.
Notification Switch
Would you like to follow the 'Applied probability' conversation and receive update notifications?