Prabhas Chongstitvatana1 Numerical probabilistic The answer is always an approximation.

Slides:



Advertisements
Similar presentations
The Easiest solution isn’t always the best solution, even in Math Should we always believe what we are taught in the classroom?
Advertisements

Sampling: Final and Initial Sample Size Determination
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.
Part 2b Parameter Estimation CSE717, FALL 2008 CUBS, Univ at Buffalo.
Chapter Six Sampling Distributions McGraw-Hill/Irwin Copyright © 2004 by The McGraw-Hill Companies, Inc. All rights reserved.
1 A heart fills with loving kindness is a likeable person indeed.
Evaluating Hypotheses
Samples and populations Estimating with uncertainty.
The Normal Curve and Sampling A.A sample will always be different from the true population B.This is called “sampling error” C.The difference between a.
511 Friday Feb Math/Stat 511 R. Sharpley Lecture #15: Computer Simulations of Probabilistic Models.
© 2013 Pearson Education, Inc. Active Learning Lecture Slides For use with Classroom Response Systems Introductory Statistics: Exploring the World through.
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.
Square and Square Roots; Cubes and Cube Roots
Regression Analysis Regression analysis is a statistical technique that is very useful for exploring the relationships between two or more variables (one.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 7 Sampling Distributions.
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.
Confidence Intervals 1 Chapter 6. Chapter Outline Confidence Intervals for the Mean (Large Samples) 6.2 Confidence Intervals for the Mean (Small.
Statistics 101 Chapter 10. Section 10-1 We want to infer from the sample data some conclusion about a wider population that the sample represents. Inferential.
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
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.
LECTURE 25 THURSDAY, 19 NOVEMBER STA291 Fall
The Real Number System Real Numbers Irrational Numbers
STA Lecture 171 STA 291 Lecture 17 Chap. 10 Estimation – Estimating the Population Proportion p –We are not predicting the next outcome (which is.
CpSc 881: Machine Learning Evaluating Hypotheses.
Introduction to Inference: Confidence Intervals and Hypothesis Testing Presentation 8 First Part.
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.
Confidence Intervals Chapter 6. § 6.3 Confidence Intervals for Population Proportions.
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.
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.
5 ft 3ft 5ft 3ft Always write your answer with the unit of measurement.
THAT UBIQUITOUS  “irrational number” - cannot be expressed as a fraction m/n of integers.
Chapter 6 Confidence Intervals 1 Larson/Farber 4th ed.
Pairwise comparisons: Confidence intervals Multiple comparisons Marina Bogomolov and Gili Baumer.
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.
Buffon's needle problem
Physics 114: Exam 2 Review Material from Weeks 7-11
CONCEPTS OF ESTIMATION
Numerical probabilistic
Statistical Assumptions for SLR
Confidence Intervals Chapter 10 Section 1.
Evaluating Hypotheses
Amplification of stochastic advantage
Probabilistic algorithms
Introduction to Gaussian Errors
Monte Carlo integration
Probabilistic algorithms
Presentation transcript:

Prabhas Chongstitvatana1 Numerical probabilistic The answer is always an approximation.

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

Prabhas Chongstitvatana3 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 Chongstitvatana4 Buffon’s needle 18 th 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 Chongstitvatana5 Approximate pi : n/k as an estimator of pi Approximate w : w >= L, w is estimated by

Prabhas Chongstitvatana6 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 Chongstitvatana7 X estimate of 1/pi after dropping n needles.

Prabhas Chongstitvatana8 X is normal distributed

Prabhas Chongstitvatana9 X is normal distributed

Prabhas Chongstitvatana10 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 Chongstitvatana11 Given n, the value of pi is between and with probability at least p

Prabhas Chongstitvatana12 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 (one more digit than estimate 1/pi) n >1.44 million