Lecture 1 Experiments, Models and Probabilities. Outline.

Slides:



Advertisements
Similar presentations
Chapter 2 Concepts of Prob. Theory
Advertisements

Statistics Chapter 3: Introduction to Discrete Random Variables.
Introduction to Probability: Counting Methods Rutgers University Discrete Mathematics for ECE 14:332:202.
Lec 18 Nov 12 Probability – definitions and simulation.
Today Today: Reading: –Read Chapter 1 by next Tuesday –Suggested problems (not to be handed in): 1.1, 1.2, 1.8, 1.10, 1.16, 1.20, 1.24, 1.28.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Independent events Bayes rule Bernoulli trials (Sec )
1 BA 555 Practical Business Analysis Simulation Agenda.
COMP 170 L2 L16: Conditional Probability and Independence Page 1.
Slide 5- 1 Copyright © 2010 Pearson Education, Inc. Active Learning Lecture Slides For use with Classroom Response Systems Business Statistics First Edition.
Discrete Probability Distributions Binomial Distribution Poisson Distribution Hypergeometric Distribution.
The Addition Rule and Complements 5.2. ● Venn Diagrams provide a useful way to visualize probabilities  The entire rectangle represents the sample space.
The Erik Jonsson School of Engineering and Computer Science © Duncan L. MacFarlane Probability and Stochastic Processes Yates and Goodman Chapter 1 Summary.
Binomial & Geometric Random Variables §6-3. Goals: Binomial settings and binomial random variables Binomial probabilities Mean and standard deviation.
Probability.
Sets, Combinatorics, Probability, and Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesProbability.
Sets, Combinatorics, Probability, and Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesProbability.
Chapter 8 Day 1. The Binomial Setting - Rules 1. Each observations falls under 2 categories we call success/failure (coin, having a child, cards – heart.
SOL’s Covered: Topics: Probability of Simple Events Experimental v. Theoretical Probability Tree Diagrams Fundamental Counting Principle Probability of.
Chapter 6 Lesson 6.2 Probability 6.2: Definition of Probability.
Probability Distributions. Essential Question: What is a probability distribution and how is it displayed?
Probability Theory 1.Basic concepts 2.Probability 3.Permutations 4.Combinations.
STAT 211 – 019 Dan Piett West Virginia University Lecture 3.
4.1 Probability Distributions. Do you remember? Relative Frequency Histogram.
Lecture 03 Prof. Dr. M. Junaid Mughal Mathematical Statistics.
COMP 170 L2 L17: Random Variables and Expectation Page 1.
Basic Concepts of Probability Coach Bridges NOTES.
Lecture 1 Sec
3.1 Basics of Probability Probability = Chance of an outcome Probability experiment = action through which specific results (counts, measurements, responses)
EAS31116/B9036: Statistics in Earth & Atmospheric Sciences Lecture 3: Probability Distributions (cont’d) Instructor: Prof. Johnny Luo
The Wonderful World… of Probability. When do we use Probability?
Combinatorics Sep. 23, 2013.
HOW WOULD YOU SOLVE THE FOLLOWING SCENARIOS? If we know the blood types of a man and a woman, what can we say about the blood types of their future children?
Objective  Find the experimental probability that an event will occur.
Chapter 16 Week 6, Monday. Random Variables “A numeric value that is based on the outcome of a random event” Example 1: Let the random variable X be defined.
Making Predictions with Theoretical Probability. Warm Up You flip a coin three times. 1.Create a tree diagram to find the sample space. 2.How many outcomes.
Experiments, Outcomes and Events. Experiment Describes a process that generates a set of data – Tossing of a Coin – Launching of a Missile and observing.
Counting Techniques (Dr. Monticino). Overview  Why counting?  Counting techniques  Multiplication principle  Permutation  Combination  Examples.
Random Variables If  is an outcome space with a probability measure and X is a real-valued function defined over the elements of , then X is a random.
When could two experimental probabilities be equal? Question of the day.
Probability. We use the word probably when there is some level of ignorance as to what an outcome will be.
EGR Sample Space, S The set of all possible outcomes of an experiment. Each outcome is an element or member or sample point. If the set is finite.
Section 3.1: Basic Concepts of Probability. Objective: To be able to understand and apply the basic rules of probability. A probability experiment is.
7 th Grade Math Vocabulary Word, Definition, Model Emery Unit 5.
Warm-Up In a class of 18 girls and 12 boys, what is the probability that a student raising his or her hand to answer a question is a girl?
Holt Algebra Theoretical and Experimental Probability Find the theoretical probability of an event. Find the experimental probability of an event.
Random Variables Lecture Lecturer : FATEN AL-HUSSAIN.
2-6 Probability Theoretical & Experimental. Probability – how likely it is that something will happen – Has a range from 0 – 1 – 0 means it definitely.
PROBABILITY AND STATISTICS WEEK 2 Onur Doğan. Introduction to Probability The Classical Interpretation of Probability The Frequency Interpretation of.
Probability Theory Basic concepts Probability Permutations
Introduction to Discrete Probability
Probability…What is it?
Sec. 4-5: Applying Ratios to Probability
PROBABILITY Algebra 2.
= Basic Probability Notes Basics of Probability Probability
Experimental Probability
10.1 Notes Need to grab a packet from the back for notes
PROBABILITY AND STATISTICS
Statistics 1: Elementary Statistics
Suppose you flip a fair coin twice
10.1 Notes: Theoretical and experimental probability
Statistics 1: Elementary Statistics
Welcome to the wonderful world of Probability
Write each fraction in simplest form
Probability.
The Structure of your Simulation assessment
Probability is the measure of how likely an event is to occur
Probability Notes Please fill in the blanks on your notes to complete them. Please keep all notes throughout the entire week and unit for use on the quizzes.
Experimental Probability
Lecture 2 Basic Concepts on Probability (Section 0.2)
Sets, Combinatorics, Probability, and Number Theory
Presentation transcript:

Lecture 1 Experiments, Models and Probabilities

Outline

Definition An outcome of an experiment is any possible observation of that experiment. The sample space of an experiment is a set of all possible outcomes. An event is a set of outcomes of an experiment. An event space is a set of events.

Telephone Usage Question: Determine the probability of a long call.

Conditional Probability

Resistor Variability (1)

Resistor Variability(2)

Traffic Lights

Permutations Shuffle the deck and choose three cards in order. How many outcomes are there? – 52 x 51 x 50

Choose k objects out of n

Resistor Variability(2)

Transmission of Information

Transmission of Data Packets

Definitions For n trials of a subexperiment with sample space S={s 0,,,,s m-1 }, we want to find the number observations sequences in which s 0 appears n 0 times, s 1 appears n 1 times, and so on.

Chip Fabrication How many elements are in the entire set of possible sequences? n 0 =2 n 1 =2 n 2 =3 n 3 =3

Multinomial Coefficient

Example

Chip Fabrication (3)

Reliability

Redundant Parts

Matlab

factorial(n)

nchoosek(n,k)

Flip a Fair Coin 4 Times

ceil()

Execution

Plot the histogram

Packets

Matlab Code

# of packets in simulation n=100 n=10000n=100000