« Previous Next »
In a random experiment, randomness is linked with the possible outcomes, not with the experiment's conduct. Any activity or procedure whose outcome is uncertain is considered an experiment. Although the term "experiment" usually conjures up images of planned or meticulously controlled laboratory testing, we use it here in a far broader sense. A random experiment is one in which the probable outcomes of interest, or the items you're seeking for, are not predictable or predefined in any way. Tossing a coin once or several times, selecting a card or cards from a deck, weighing a loaf of bread, determining the commuting time from home to work on a particular morning, obtaining blood types from a group of people, or measuring the compressive strengths of different steel beams are all examples of experiments that might be of interest.
The Sample space is the collection of all possible outcomes indicated by the letter S. Let A be a part of the collection of outcomes in S; that is, A is a subset of S denoted by A⊂S. Given an outcome space S, let A be a part of the collection of outcomes in S. Then A is referred to as an event. When a random experiment is done and the result is in A, we say event A has occurred.
Examining a single weld to discover if it is faulty is one of these experiments. S= {N, D} denotes the sample space for this experiment, where N denotes not defective, D denotes defective, and braces are used to enclose the members of a set. Another experiment might be tossing a thumbtack and recording whether it landed point up or point down, with sample space S = {U, D}, and monitoring the gender of the next kid born at the local hospital, with S = {M, F}.
Some C++ programs produced at a corporation compile on the first attempt, but others do not (a compiler is a program that converts source code, in this case C++ programs, into machine language so that programs can be executed). Assume that an experiment consists of selecting and compiling C++ programs one by one at this address until you find one that compiles on the first try. S (for success) denotes a program that compiles on the first run, while F (for failure) denotes one that does not (for failure). Although it's unlikely, one possible conclusion of this experiment is that the first five (or ten, or twenty, or...) are Fs, and the following one is a S.
Any subset A of the sample space S of a random experiment is referred to as an event or a random event. We're talking about a random event described in a sample space or a subset of a sample space when we talk about an event in the future. An event is a collection (subset) of outcomes contained within the sample space S. It is simple if an event has exactly one outcome; it is compound if it has multiple outcomes. When an experiment is carried out, a specific event A is said to have occurred if the experimental result is contained in A. In general, only one simple event will happen at a time, while multiple compound events will happen at the same time.
When a sample space has n individual components, for as when a coin is thrown twice and there are 4 elements or 4 points in the sample space S, the elementary events are the singleton elements in S.
There are an endless number of simple events in the sample space for the program compilation experiment because there are an infinite number of outcomes. Compound events include A = {S, FS, FFS} = the event that at most three programs are examined. E = {FS, FFFS, FFFFFS,…} = the event that an even number of programs are examined.
On this topic, your comments/suggestions are highly appreciated.
"I'm sure I don't have all of the answers or information about sample space and events of experiment here." I'm hoping you'll share your thoughts with sample space, events of experiment in the comments area. In the comments, I'd love to hear your thoughts on this.” You can follow to this blog to receive notifications of new posts.
« Previous Next »
0 Comments