1 / 14

Probability

Probability. “When you deal in large numbers, probabilities are the same as certainties. I wouldn’t bet my life on the toss of a single coin, but I would, with great confidence, bet on heads appearing between 49 % and 51 % of the throws of a coin if the number of tosses was 1 billion.”

brooke-levy
Download Presentation

Probability

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Probability “When you deal in large numbers, probabilities are the same as certainties. I wouldn’t bet my life on the toss of a single coin, but I would, with great confidence, bet on heads appearing between 49 % and 51 % of the throws of a coin if the number of tosses was 1 billion.” Brian Silver, 1998, The Ascent of Science, Oxford University Press.

  2. Simple Probability Problem • Imagine I randomly choose 2 people from this class. What is the probability that both are in the same laboratory section? • Assume: 99 students, all present; 9 lab sections, all equally populated  11 students per lab section • Choose 1st student (note this choice can’t be wrong) • Now there are 98 students left and 10 that are in the same section as the first… • Thus the answer is 10/98 = 10.2%

  3. (true mean) (sample mean) (sample variance) (true variance) Sample vs Population

  4. Populations Parameters and Sample Statistics • Population parameters include its true mean, variance • and standard deviation (square root of the variance): • Sample statistics with statistical inference can be used • to estimate their corresponding population parameters • to within an uncertainty.

  5. Note: Populations Parameters and Sample Statistics • A sample is a finite-member representation of an • ‘infinite’-member population. • Sample statistics include its sample mean, variance • and standard deviation (square root of the variance):

  6. Normally Distributed Population using MATLAB’s command randtool 50 20

  7. Random Sample of 50 49.45 15.72

  8. Another Random Sample of 50 49.86 21.46

  9. Beware of small samples

  10. The Histogram Figure 7.3 Figure 7.4 Time record Histogram of digital data analog, discrete, and digital signals 10 digital values: 1.5, 1.0, 2.5, 4.0, 3.5, 2.0, 2.5, 3.0, 2.5 and 0.5 V resorted in order: 0.5, 1.0, 1.5, 2.0, 2.5, 2.5, 2.5, 3.0, 3.5, 4.0 V N = 9 occurrences; j = 8 cells; nj = occurrences in j-th cell n5 = 3 The histogram is a plot of nj (ordinate) versus magnitude (abscissa).

  11. theoretical values data (5000 randomly drawn values) Proper Choice of Δx High K  small Δx The choice of Δx is critical to the interpretation of the histogram. Figure 7.5

  12. Histogram Construction Rules • To construct equal-width histograms: • Identify the minimum and maximum values of x and its range where xrange = xmax – xmin. • Determine K class intervals (usually use K = 1.15N1/3). • Calculate Δx = xrange / K. • Determine nj (j = 1 to K) in each Δx interval. Note ∑nj = N. • Check that nj > 5 AND Δx ≥ Ux. • Plot nj versus xmj,where xmj is the midpoint value of each interval.

  13. n3 f3 Frequency Distribution The frequency distribution is a plot of nj /N versus magnitude. It is very similar to the histogram. nj fj = nj/N Figure 7.7

  14. Histograms and Frequency Distributions in LabVIEW ‘digital’ case ‘continuous’ case • odds to get something far from mean? • effect of noise form, e.g. uniform noise?

More Related