Lecture 4A: Probability Theory Review Advanced Artificial Intelligence.

Slides:



Advertisements
Similar presentations
LECTURE#2 Refreshing Concepts on Probability
Advertisements

AP Statistics Chapter 7 – Random Variables. Random Variables Random Variable – A variable whose value is a numerical outcome of a random phenomenon. Discrete.
Review of Probability. Definitions (1) Quiz 1.Let’s say I have a random variable X for a coin, with event space {H, T}. If the probability P(X=H) is.
Random Variables ECE460 Spring, 2012.
Chapter 4 Mathematical Expectation.
AP Biology Laws of Probability Probability & Genetics.
Lec 18 Nov 12 Probability – definitions and simulation.
Introduction to Bayesian Statistics Harry R. Erwin, PhD School of Computing and Technology University of Sunderland.
Machine Learning CMPT 726 Simon Fraser University CHAPTER 1: INTRODUCTION.
INFM 718A / LBSC 705 Information For Decision Making Lecture 6.
Descriptive statistics Experiment  Data  Sample Statistics Experiment  Data  Sample Statistics Sample mean Sample mean Sample variance Sample variance.
Probability and Statistics Review
P robability Sample Space 郭俊利 2009/02/27. Probability 2 Outline Sample space Probability axioms Conditional probability Independence 1.1 ~ 1.5.
Hamid R. Rabiee Fall 2009 Stochastic Processes Review of Elementary Probability Lecture I.
Chapter 9 Introducing Probability - A bridge from Descriptive Statistics to Inferential Statistics.
Recitation 1 Probability Review
Prof. SankarReview of Random Process1 Probability Sample Space (S) –Collection of all possible outcomes of a random experiment Sample Point –Each outcome.
1 CY1B2 Statistics Aims: To introduce basic statistics. Outcomes: To understand some fundamental concepts in statistics, and be able to apply some probability.
Discrete Random Variables: PMFs and Moments Lemon Chapter 2 Intro to Probability
Binomial Distributions Calculating the Probability of Success.
Probability Distributions - Discrete Random Variables Outcomes and Events.
Dr. Gary Blau, Sean HanMonday, Aug 13, 2007 Statistical Design of Experiments SECTION I Probability Theory Review.
Exam I review Understanding the meaning of the terminology we use. Quick calculations that indicate understanding of the basis of methods. Many of the.
Physics Fluctuomatics / Applied Stochastic Process (Tohoku University) 1 Physical Fluctuomatics Applied Stochastic Process 2nd Probability and its fundamental.
4.1 Probability Distributions. Do you remember? Relative Frequency Histogram.
Probability The calculated likelihood that a given event will occur
Stats Probability Theory. Instructor:W.H.Laverty Office:235 McLean Hall Phone: Lectures: M W F 2:30pm - 3:20am Arts 133 Lab: M 3:30 - 4:20.
2.1 Introduction In an experiment of chance, outcomes occur randomly. We often summarize the outcome from a random experiment by a simple number. Definition.
CALCULATE THE PROBABILITY OF AN EVENT. 1.ANSWER THIS QUESTION: IS THE EVENT POSSIBLE? STOP: DON’T CONTINUE. THE PROBABILITY OF THE EVENT IS O GO TO NUMBER.
One Random Variable Random Process.
CS433 Modeling and Simulation Lecture 03 – Part 01 Probability Review 1 Dr. Anis Koubâa Al-Imam Mohammad Ibn Saud University
Probability Review-1 Probability Review. Probability Review-2 Probability Theory Mathematical description of relationships or occurrences that cannot.
PROBABILITY, PROBABILITY RULES, AND CONDITIONAL PROBABILITY
Probability (outcome k) = Relative Frequency of k
By Satyadhar Joshi. Content  Probability Spaces  Bernoulli's Trial  Random Variables a. Expectation variance and standard deviation b. The Normal Distribution.
2003/02/19 Chapter 2 1頁1頁 Chapter 2 : Basic Probability Theory Set Theory Axioms of Probability Conditional Probability Sequential Random Experiments Outlines.
Probability. Probability Probability is fundamental to scientific inference Probability is fundamental to scientific inference Deterministic vs. Probabilistic.
Unit 4: Probability Day 2: Basic Probability. Standards and Benchmarks Select and apply counting procedures, such as the multiplication and addition.
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.
Statistical NLP: Lecture 4 Mathematical Foundations I: Probability Theory (Ch2)
Physics Fluctuomatics (Tohoku University) 1 Physical Fluctuomatics 2nd Probability and its fundamental properties Kazuyuki Tanaka Graduate School of Information.
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.
George F Luger ARTIFICIAL INTELLIGENCE 5th edition Structures and Strategies for Complex Problem Solving STOCHASTIC METHODS Luger: Artificial Intelligence,
Math 1320 Chapter 7: Probability 7.3 Probability and Probability Models.
Random Variables Lecture Lecturer : FATEN AL-HUSSAIN.
AP STATISTICS LESSON AP STATISTICS LESSON PROBABILITY MODELS.
Counting and Probability. Imagine tossing two coins and observing whether 0, 1, or 2 heads are obtained. Below are the results after 50 tosses Tossing.
Random Variables By: 1.
Topic Overview and Study Checklist. From Chapter 7 in the white textbook: Modeling with Differential Equations basic models exponential logistic modified.
Conditional Probability 423/what-is-your-favorite-data-analysis-cartoon 1.
Bayesian Estimation and Confidence Intervals Lecture XXII.
Introduction to Probability Theory
Bayesian Estimation and Confidence Intervals
Sec. 4-5: Applying Ratios to Probability
Probability for Machine Learning
Appendix A: Probability Theory
Basic Probability aft A RAJASEKHAR YADAV.
Review of Probability and Estimators Arun Das, Jason Rebello
PROBABILITY The probability of an event is a value that describes the chance or likelihood that the event will happen or that the event will end with.
Advanced Artificial Intelligence
Statistical NLP: Lecture 4
Chapter 10 - Introducing Probability
Random Variable Two Types:
Chapter 4 Section 1 Probability Theory.
I flip a coin two times. What is the sample space?
ASV Chapters 1 - Sample Spaces and Probabilities
CSE 321 Discrete Structures
MAS2317- Introduction to Bayesian Statistics
Experiments, Outcomes, Events and Random Variables: A Revisit
Presentation transcript:

Lecture 4A: Probability Theory Review Advanced Artificial Intelligence

Outline Axioms of Probability Product and chain rules Bayes Theorem Random variables PDFs and CDFs Expected value and variance

Introduction Sample space - set of all possible outcomes of a random experiment – Dice roll: {1, 2, 3, 4, 5, 6} – Coin toss: {Tails, Heads} Event space - subsets of elements in a sample space – Dice roll: {1, 2, 3} or {2, 4, 6} – Coin toss: {Tails}

examples Coin flip – P(H) – P(T) – P(H,H,H) – P(x1=x2=x3=x4) – P({x1,x2,x3,x4} contains more than 3 heads)

Set operations

Conditional Probability

examples Coin flip – P(x1=H)=1/2 – P(x2=H|x1=H)=0.9 – P(x2=T|x1=T)=0.8 – P(x2=H)=?

Conditional Probability

P(A, B)0.005 P(B)0.02 P(A|B)0.25

Quiz P(D1=sunny)=0.9 P(D2=sunny|D1=sunny)=0.8 P(D2=rainy|D1=sunny)=? P(D2=sunny|D1=rainy)=0.6 P(D2=rainy|D1=rainy)=? P(D2=sunny)=? P(D3=sunny)=?

Joint Probability Multiple events: cancer, test result 13 Has cancer?Test positive?P(C,TP) yes yesno0.002 noyes0.196 no 0.784

Joint Probability The problem with joint distributions It takes 2 D -1 numbers to specify them! 14

Conditional Probability Describes the cancer test: Put this together with: Prior probability 15

Has cancer?Test positive?P(TP, C) yes no yes no Has cancer?Test positive?P(TP, C) yes yesno0.002 noyes0.196 no Conditional Probability We have: We can now calculate joint probabilities 16

Conditional Probability “Diagnostic” question: How likely do is cancer given a positive test? 17 Has cancer?Test positive?P(TP, C) yes yesno0.002 noyes0.196 no 0.784

Bayes Theorem

Posterior Probability Likelihood Normalizing Constant Prior Probability

Bayes Theorem

Random Variables

Cumulative Distribution Functions

Probability Density Functions

f(X) X

Probability Density Functions f(X) X

Probability Density Functions f(x) x F(x) 1 x

Probability Density Functions f(x) x F(x) 1 x

Expectation

Variance

Gaussian Distributions