Presentation is loading. Please wait.

Presentation is loading. Please wait.

Engineering Probability and Statistics Dr. Leonore Findsen Department of Statistics.

Similar presentations


Presentation on theme: "Engineering Probability and Statistics Dr. Leonore Findsen Department of Statistics."— Presentation transcript:

1 Engineering Probability and Statistics Dr. Leonore Findsen Department of Statistics

2 Outline Sets and Operations Counting Sets Probability Random Variables Standard Distribution Functions Statistical Treatment of Data Statistical Inference

3 Sets and Operations – A set is a collection of objects. – An element of the set is one of the objects. – The empty set, , contains no objects. Venn Diagrams

4 Sets and Operations Set Operations – Union, U, A or B or bothIntersection, ∩, A and B, AB – Complement, A c, everything but A.

5 Sets and Operations Set Operations (de Morgan’s Laws) – (A U B) c = A c ∩ B c (A ∩ B) C = A c U B c Product Sets – Cartesian Product – The set of all ordered pairings of the elements of two sets. – Example: A = {1,2}, B = {3,4} A X B ={(1,3), (2,3), (1,4), (2,4)}

6 Copyright Kaplan AEC Education, 2008 Basic Set Theory P F G

7 Copyright Kaplan AEC Education, 2008 Solution

8 Counting Sets Finding the number of possible outcomes. Counting the number of possibilities Ways of counting – Sampling with and without replacement – Product Rule – Permutations – Combinations – Complicated

9 Counting Sets Product Rule – Ordered Pairs with replacement – Formula: – Example: Number of ways that you can combine alphanumerics into a password. Number of ways that you can combine different components into a circuit.

10 Counting Sets Permutations – An ordered subset without replacement – Formula – Example Number of ways that you can combine alphanumerics into a password if you can not repeat any symbols. Testing of fuses to see which one is good or bad. Choosing of officers in a club.

11 Copyright Kaplan AEC Education, 2008 Permutations – with and without replacement With replacement: each letter can be repeated. # of airports =(26)(26)(26)=17,576 Without replacement: each letter can not be repeated # of airports =(26)(25)(24) = 15,600 airports

12 Counting Sets Combinations – An unordered subset without replacement – Formula – Example Choosing of officers in a club if one person can hold more than one office. Selecting 3 red cards from a deck of 52 cards.

13 Copyright Kaplan AEC Education, 2008 Combinations a)# of teams = (15)(12)(8)(5) = 7,200 b)# of teams =

14 Complicated Counting How many different ways can you get a full house?

15 Probability Definitions – The probability of an event is the ratio of the number of times that it occurs to the number of times that everything occurs –

16 Probability Properties – 0  P(E)  1 P(  ) = 0, P(everything) = 1 – P(E c ) = 1 – P(E) Example: Consider the following system of components connected in a series. Let E = the event that the system fails. What is P(E)? P(E) = 1 – P(SSSSS) 5 4 321

17 Probability Joint Probability – P(A U B) = P(A) + P(B) – P(A ∩ B) – P(A ∩ B) = P(A)P(B) if A and B are independent

18 Joint Probability 2-54: Given the following odds: In favor of event A2:1 In favor of event B1:5 In favor of event A or event B or both5:1 Find the probability of event AB occurring? P(A U B) = P(A) + P(B) – P(A ∩ B) P(A ∩ B) = 0

19 Joint Probability Let A = draw a diamond, B = draw a 4, P(4D)? P(A ∩ B) = P(A)P(B)

20 Probability Conditional Probability General Multiplication – P(A ∩ B) = P(A|B)P(B) = P(A)P(B|A) – P(A ∩ B ∩ C) = P(A)P(B|A)P(C|A ∩ B) Bayes’ Theorem

21 Copyright Kaplan AEC Education, 2008 Bayes’ Rule P(D) = 0.6 P(E) = 0.2 P(F) = 0.2 P(B|D) = 0.12 P(B|E) = 0.04 P(B|F) = 0.10 P(B) = P(D)P(B|D) + P(E)P(B|E) + P(F)P(B|F) = 0.10

22 Random Variables Definition – A random variable is any rule that associates a number with each outcome in your total sample space. – A random variable is a function.

23 Random Variables Probability Density Functions – The area under a pdf curve for an interval is the probability that an event mapped into that interval will occur. P(a  X  b)

24 Random Variables Cumulative distribution Functions – P(X  a)

25 Random Variables Properties of Probability Density Functions – Percentiles p = F(a) – Mean – E(h(x)) – Variance σ 2 = Var(X) = = E[(X – μ) 2 ] = E(X 2 ) – [E(X)] 2

26 Copyright Kaplan AEC Education, 2008 Properties of Distribution Function a) b)

27 Copyright Kaplan AEC Education, 2008 Properties of Distribution Function c)

28 Standard Distribution Functions There are some standard distributions that are commonly used. These are determined from either from the experiment or from analysis of the data

29 Binomial Distribution Experimental Conditions 1.Know the number of trials 2.Each trial can have only two outcomes. 3.The trials are independent. 4.The probability of success is constant. Formula:

30 Copyright Kaplan AEC Education, 2008 Binomial Discrete Distributions Let X = number of cars out of five that get a green light. X ~ B(n,p) = B(5,0.7) P(X  3) = 1 – P(X < 3) = 1 – P(X  2) = 1 – F(2) = 0.8369

31 Other Discrete Distributions Hypergeometric – Like binomial but without replacement Poisson – Like a binomial but with very low probability of success Negative Binomial – Like binomial but want to know how my trials until a certain number of successes.

32 Normal Distribution Function Continuous This is the most commonly occurring distribution. – Systematic errors – A large number of small equally likely to be positive or negative

33 Normal Distribution The parameters of the normal distribution are μ and σ The normal distribution can not be integrated so we use z-tables which are for the standard normal with μ = 0, σ = 1. The z-tables contain the cdf,  (z). To convert our distribution to the standard normal,

34 Copyright Kaplan AEC Education, 2008 Normal Continuous Distributions F(z) = 0.49 ==> Z = -2.327 σ = 0.86 kN/sq. m

35 Statistical Treatment of Data Most people need to visualize the data to get a feel for what it looks like.

36 Frequency Distribution Frequency table Histogram Example – 100 married couples between 30 and 40 years of age are studied to see how many children each couple have. The table below is the frequency table of this data set.

37 Kids# of CouplesRel. Freq 0110.11 1220.22 3300.30 4110.11 510.01 600.00 710.01 1001.00

38 Statistical Treatment of Data: Standard Statistical Measures Measures of the central value – Mean – Median – Mode Measures of variability – Range – Variance (standard deviation) – Interquartile range

39 Copyright Kaplan AEC Education, 2008 Measures of Dispersion

40 Copyright Kaplan AEC Education, 2008 Solution

41 Statistical Inference t- Distribution – Confidence Intervals

42 Copyright Kaplan AEC Education, 2008 Interval Estimates

43 Copyright Kaplan AEC Education, 2008 Solution

44 Copyright Kaplan AEC Education, 2008 Solution (continued)

45 Copyright Kaplan AEC Education, 2008 Solution (continued)

46 Statistical Inference Hypothesis Testing – H o : null hypothesis – H A : alternative hypothesis Errors calc/trueH o trueH o false fail to reject H o correctType II = β reject H o Type I = αcorrect


Download ppt "Engineering Probability and Statistics Dr. Leonore Findsen Department of Statistics."

Similar presentations


Ads by Google