Probability Theory 1.Basic concepts 2.Probability 3.Permutations 4.Combinations.

Slides:



Advertisements
Similar presentations
Beginning Probability
Advertisements

Chapter 2 Concepts of Prob. Theory
Chapter 2 Probability. 2.1 Sample Spaces and Events.
Chapter 4 Probability and Probability Distributions
COUNTING AND PROBABILITY
© 2002 Prentice-Hall, Inc.Chap 4-1 Statistics for Managers Using Microsoft Excel (3 rd Edition) Chapter 4 Basic Probability and Discrete Probability Distributions.
ฟังก์ชั่นการแจกแจงความน่าจะเป็น แบบไม่ต่อเนื่อง Discrete Probability Distributions.
Statistics for Managers Using Microsoft Excel, 4e © 2004 Prentice-Hall, Inc. Chap 5-1 Chapter 5 Some Important Discrete Probability Distributions Statistics.
Introduction to Probability
1 Business Statistics - QBM117 Assigning probabilities to events.
Elementary Probability Theory
Chapter 4 Probability.
Visualizing Events Contingency Tables Tree Diagrams Ace Not Ace Total Red Black Total
Lecture 6: Descriptive Statistics: Probability, Distribution, Univariate Data.
Basic Concepts and Approaches
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 2 Probability.
Copyright ©2011 Nelson Education Limited. Probability and Probability Distributions CHAPTER 4 Part 2.
Elementary Probability Theory
5.1 Basic Probability Ideas
Selected Statistics Examples from Lectures
10/1/20151 Math a Sample Space, Events, and Probabilities of Events.
Chapter 8 Probability Section R Review. 2 Barnett/Ziegler/Byleen Finite Mathematics 12e Review for Chapter 8 Important Terms, Symbols, Concepts  8.1.
“PROBABILITY” Some important terms Event: An event is one or more of the possible outcomes of an activity. When we toss a coin there are two possibilities,
Theory of Probability Statistics for Business and Economics.
Chapter 4 Correlation and Regression Understanding Basic Statistics Fifth Edition By Brase and Brase Prepared by Jon Booze.
Unit 3 Review. Sec 5.1: Designing Samples Define the terms population and sample. Define each type of sample: Probability Sample, Simple Random Sample.
Chapter 8: Probability: The Mathematics of Chance Lesson Plan Probability Models and Rules Discrete Probability Models Equally Likely Outcomes Continuous.
Lecture 03 Prof. Dr. M. Junaid Mughal Mathematical Statistics.
3. Counting Permutations Combinations Pigeonhole principle Elements of Probability Recurrence Relations.
1 TABLE OF CONTENTS PROBABILITY THEORY Lecture – 1Basics Lecture – 2 Independence and Bernoulli Trials Lecture – 3Random Variables Lecture – 4 Binomial.
Computing Fundamentals 2 Lecture 6 Probability Lecturer: Patrick Browne
Probability is a measure of the likelihood of a random phenomenon or chance behavior. Probability describes the long-term proportion with which a certain.
Statistics Lecture 4. Last class: measures of spread and box-plots Have completed Chapter 1 Today - Chapter 2.
Probability Rules. We start with four basic rules of probability. They are simple, but you must know them. Rule 1: All probabilities are numbers between.
Probability Definition : The probability of a given event is an expression of likelihood of occurrence of an event.A probability isa number which ranges.
Sixth lecture Concepts of Probabilities. Random Experiment Can be repeated (theoretically) an infinite number of times Has a well-defined set of possible.
QR 32 Section #6 November 03, 2008 TA: Victoria Liublinska
Probability Theory Rahul Jain. Probabilistic Experiment A Probabilistic Experiment is a situation in which – More than one thing can happen – The outcome.
+ Chapter 5 Overview 5.1 Introducing Probability 5.2 Combining Events 5.3 Conditional Probability 5.4 Counting Methods 1.
§2 Frequency and probability 2.1The definitions and properties of frequency and properties.
Week 21 Rules of Probability for all Corollary: The probability of the union of any two events A and B is Proof: … If then, Proof:
PROBABILITY AND BAYES THEOREM 1. 2 POPULATION SAMPLE PROBABILITY STATISTICAL INFERENCE.
Chapter 2: Probability. Section 2.1: Basic Ideas Definition: An experiment is a process that results in an outcome that cannot be predicted in advance.
Chapter 8: Probability: The Mathematics of Chance Probability Models and Rules 1 Probability Theory  The mathematical description of randomness.  Companies.
Chapter 8: Probability: The Mathematics of Chance Lesson Plan Probability Models and Rules Discrete Probability Models Equally Likely Outcomes Continuous.
Experiments, Outcomes and Events. Experiment Describes a process that generates a set of data – Tossing of a Coin – Launching of a Missile and observing.
Computing Fundamentals 2 Lecture 7 Statistics, Random Variables, Expected Value. Lecturer: Patrick Browne
Business Statistics, A First Course (4e) © 2006 Prentice-Hall, Inc. Chap 5-1 Chapter 5 Some Important Discrete Probability Distributions Business Statistics,
Probability Models Section 6.2. The Language of Probability What is random? What is random? Empirical means that it is based on observation rather than.
Discrete Math Section 16.1 Find the sample space and probability of multiple events The probability of an event is determined empirically if it is based.
Selected Statistics Examples from Lectures. Matlab: Histograms >> y = [
Quantitative Techniques – Class I
Probability Theory Basic concepts Probability Permutations
What Is Probability?.
Probability.
What is Probability? Quantification of uncertainty.
Business Statistics Topic 4
Lecture 11 Sections 5.1 – 5.2 Objectives: Probability
PROBABILITY AND STATISTICS
Chapter 5 Some Important Discrete Probability Distributions
Discrete Probability Distributions
Discrete Probability Distributions
Discrete Probability Distributions
COUNTING AND PROBABILITY
Discrete Probability Distributions
Discrete Probability Distributions
Discrete Probability Distributions
A random experiment gives rise to possible outcomes, but any particular outcome is uncertain – “random”. For example, tossing a coin… we know H or T will.
Presentation transcript:

Probability Theory 1.Basic concepts 2.Probability 3.Permutations 4.Combinations

Randomness l Experiments »Trial: execution of one experiment »Outcome: result of one experiment »Sample space (S): set of all possible outcomes »Sample size (n): number of trials »Not all outcomes the same due to randomness not predictable in a deterministic sense l Events »Sample space divided into events (A 1, A 2, A 3, …) »Union and intersection of events »Disjoint and complement events

Mean and Variance l Data: multiple measurements of same quantity l Represent data graphically using histogram l Definitions »Range: »Median: middle value when values are ordered according to magnitude »Properties »Outlier: data value that falls outside a certain number of standard deviations

Matlab: Histograms >> y = [ ]’; >> hist(y,9)  histogram plot with 9 bins >> n = hist(y,9)  store result in vector n >> x = [ ]’ >> n = hist(y,x)  create histogram with bin centers specified by vector x >> mean(y)  ans = >> var(y)  ans = >> std(y)  ans =

Definition of Probability l Simple definition for finitely many equally likely outcomes l Relative frequency l General definition: P(A j ) satisfies the following axioms of probability:

Basic Theorems of Probability l Complementation: l Addition rule for mutually exclusive events l Addition rule for arbitrary events l Conditional probability of A 2 given A 1 l Independent events

Probability Examples l Probability that at least one coin will turn heads up from five tossed coins »Number of outcomes: 2 5 = 32 »Probability of each outcome: 1/32 »Probability of no heads: P(A C ) = 1/32 »Probability at least one head: P(A) = 1-P(A C ) = 31/32 l Probability of getting an odd number or a number less than 4 from a single dice toss »Probability of odd number: P(A) = 3/6 »Probability of number less than 4: P(B) = 3/6 »Probability of both: »Probability of either:

Permutations l Permutation – arrangement of objects in a particular order l The number of permutations of n different objects taken all at a time is: n! = n l The number of permutations of n objects divided into c different classes taken all at a time is: l Number of permutations of n different objects taken k at a time is:

Permutation Examples l Box containing 6 red and 4 blue balls »Compute probability that all red balls and then all blue balls will be removed »n 1 = 6, n 2 = 4 »Probability l Coded telegram »Letters arranged in five-letter words: n = 26, k = 5 »Total number of different words: n k = 26 5 = 11,881,376 » Total number of different words containing each letter no more than once:

Combinations l Combination – selection of objects without regard to order l Binomial coefficients l Stirling formula: l Number of combinations of n different objects taken k at a time is:

Combination Examples l Effect of repetitions »Three letters a, b, c taken two at a time (n = 3, k = 2) »Combinations without repetition »Combinations with repetitions l 500 light bulbs taken 5 at a time »Repetitions not possible »Combinations

Matlab: Permutations & Combinations >> perms([2 4 6])  all possible permutations of 2, 4, >> randperm(6)  returns one possible permutation of >> nchoosek(5,4)  number of combinations of 5 things taken 4 at a time without repetitions ans = 5 >> nchoosek(2:2:10,4)  all possible combinations of 2, 4, 6, 8, 10 taken 4 at a time without repetitions

Matlab: Categorical Arrays Label data in numerical arrays by category (e.g. color, size, species) Example: flipping 10 coins >> toss = ceil(2*rand(10,1))  randomly generate an integer = 1 or 2 10 times >> toss = nominal(toss,{'heads','tails'})  form a categorical array that replaces each value of 1 with ‘heads’ and 2 with ‘tails tails heads tails heads heads heads tails heads heads heads >> summary(toss)  return the number of occurrences of each data label in the categorical array heads tails 7 3 Repeat 100 times and plot data in histogram >> tosses = nominal(ceil(2*rand(10,100)),{'heads','tails'}) >> T = summary(tosses) >> hist(T’,9)