Numerical probabilistic

Slides:



Advertisements
Similar presentations
Sampling: Final and Initial Sample Size Determination
Advertisements

Square root of an arbitrary positive number: Determination by estimation & iteration Given an area (A) of a square, determine its width. ? Area.
Understanding precision and measuring
Monte Carlo Simulations
What is the standard deviation good for? Numerical data that come from an experiment carry inherently some “unit of measure”, for example How long a battery.
Chapter Six Sampling Distributions McGraw-Hill/Irwin Copyright © 2004 by The McGraw-Hill Companies, Inc. All rights reserved.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Confidence intervals.
1 A heart fills with loving kindness is a likeable person indeed.
Evaluating Hypotheses
Samples and populations Estimating with uncertainty.
511 Friday Feb Math/Stat 511 R. Sharpley Lecture #15: Computer Simulations of Probabilistic Models.
Lehrstuhl für Informatik 2 Gabriella Kókai: Maschine Learning 1 Evaluating Hypotheses.
Population Proportion The fraction of values in a population which have a specific attribute p = Population proportion X = Number of items having the attribute.
The Monte Carlo Method: an Introduction Detlev Reiter Research Centre Jülich (FZJ) D Jülich
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM.
Regression Analysis Regression analysis is a statistical technique that is very useful for exploring the relationships between two or more variables (one.
Learning Objectives Copyright © 2004 John Wiley & Sons, Inc. Sample Size Determination CHAPTER Eleven.
Lecture 2 Number Representation and accuracy
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
Chapter 7 Statistical Inference: Confidence Intervals
Confidence Intervals 1 Chapter 6. Chapter Outline Confidence Intervals for the Mean (Large Samples) 6.2 Confidence Intervals for the Mean (Small.
CISE301_Topic11 CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4:
Prabhas Chongstitvatana 1 Primality Testing Is a given odd integer prime or composite ? No known algorithm can solve this problem with certainty in a reasonable.
Learning Objectives Copyright © 2002 South-Western/Thomson Learning Sample Size Determination CHAPTER thirteen.
Random Numbers and Simulation  Generating truly random numbers is not possible Programs have been developed to generate pseudo-random numbers Programs.
10.1: Confidence Intervals – The Basics. Review Question!!! If the mean and the standard deviation of a continuous random variable that is normally distributed.
Amplification of stochastic advantage
Activity 1-10 : Buffon’s Needle
Inference for Regression Simple Linear Regression IPS Chapter 10.1 © 2009 W.H. Freeman and Company.
Honors Algebra 2 Second semester review. Examples of graphing rational functions.
CpSc 881: Machine Learning Evaluating Hypotheses.
A Problem in Geometric Probability: Buffon’s Needle Problem
Learning Objective Chapter 12 Sample Size Determination Copyright © 2000 South-Western College Publishing Co. CHAPTER twelve Sample Size Determination.
Machine Learning Chapter 5. Evaluating Hypotheses
Lazzarini, Buffon’s needle, and Pi. Buffon’s needle From blem.html.
BA 201 Lecture 13 Sample Size Determination and Ethical Issues.
© 2008 McGraw-Hill Higher Education The Statistical Imagination Chapter 8. Parameter Estimation Using Confidence Intervals.
Prabhas Chongstitvatana1 Monte Carlo integration It is a numerical probabilistic algorithm ab I/(b-a) f.
1 Mean Analysis. 2 Introduction l If we use sample mean (the mean of the sample) to approximate the population mean (the mean of the population), errors.
Sampling Theory and Some Important Sampling Distributions.
Prabhas Chongstitvatana1 Numerical probabilistic The answer is always an approximation.
SHERRI BROGDON THE IRRATIONAL WORLD OF PI. DEFINITION AND VOCABULARY OF PI Definition of pi is the ratio of the circumference to the diameter of a circle.
THAT UBIQUITOUS  “irrational number” - cannot be expressed as a fraction m/n of integers.
Chapter 6 Confidence Intervals 1 Larson/Farber 4th ed.
6/13/ Secant Method Computer Engineering Majors Authors: Autar Kaw, Jai Paul
Pairwise comparisons: Confidence intervals Multiple comparisons Marina Bogomolov and Gili Baumer.
Chapter 6: Sampling Distributions
Applied Statistics and Probability for Engineers
Test for randomness : Chi square test
Random Numbers and Simulation
Buffon’s Needle and Probability Birthdays What is the chance that at least two people in this room have the same birthday?
ESTIMATION.
Radicals (a.k.a. –square roots)
Buffon's needle problem
Aim: Why are Significant Figures Important?
A Variation of the Buffon’s Needle and Coin Problems
Statistics in Applied Science and Technology
Physics 114: Exam 2 Review Material from Weeks 7-11
Prabhas Chongstitvatana
CONCEPTS OF ESTIMATION
Statistical Assumptions for SLR
Confidence Intervals Chapter 10 Section 1.
Evaluating Hypotheses
The Real Number System Real Numbers Irrational Numbers
Amplification of stochastic advantage
Probabilistic algorithms
Introduction to Gaussian Errors
Monte Carlo integration
Probabilistic algorithms
Chapter 8 Estimation.
Presentation transcript:

Numerical probabilistic The answer is always an approximation. Prabhas Chongstitvatana

Prabhas Chongstitvatana The answer is always an approximation. The expected precision improves given more time. The expected precision improves given more time. Prabhas Chongstitvatana

Prabhas Chongstitvatana The answer is always an approximation. The expected precision improves given more time. The error is inverse proportion to the square root of the amount of work. (100 times more work to obtain one additional digit of precision) Example : use in simulation Prabhas Chongstitvatana

Prabhas Chongstitvatana Buffon’s needle 18th century, George Louis Leclerc, compte de Buffon. Probability that a needle will fall across a crack is 1/pi (each drop is independent to the others) Plank width = w Needle length L = w/2 Prabhas Chongstitvatana

Prabhas Chongstitvatana Approximate pi : n/k as an estimator of pi Approximate w : w >= L , w is estimated by Prabhas Chongstitvatana

Prabhas Chongstitvatana How fast this ‘algorithm’ converge? Convergence analysis Estimate pi : Xi each needle Xi =1 if i-th needle fall across a crack, 0 otherwise. Prabhas Chongstitvatana

Prabhas Chongstitvatana X estimate of 1/pi after dropping n needles. Prabhas Chongstitvatana

Prabhas Chongstitvatana X is normal distributed Prabhas Chongstitvatana

Prabhas Chongstitvatana X is normal distributed Prabhas Chongstitvatana

Prabhas Chongstitvatana We want to estimate pi not 1/pi when With n needles, estimate pi will have less precision than estimate 1/pi by one digit. Prabhas Chongstitvatana

Prabhas Chongstitvatana Given n , the value of pi is between and with probability at least p Prabhas Chongstitvatana

Prabhas Chongstitvatana Given n , the value of pi is between and Example : How many n to estimate pi within 0.01 of the correct value with the confidence 99% ? precision 0.001 (one more digit than estimate 1/pi) n >1.44 million Prabhas Chongstitvatana