Empirical Distributions

Slides:



Advertisements
Similar presentations
R_SimuSTAT_2 Prof. Ke-Sheng Cheng Dept. of Bioenvironmental Systems Eng. National Taiwan University.
Advertisements

+ Validation of Simulation Model. Important but neglected The question is How accurately does a simulation model (or, for that matter, any kind of model)
Probability and Statistics Dr. Saeid Moloudzadeh Frequency table and graphs 1 Contents Descriptive Statistics Axioms of Probability Combinatorial.
Samples vs. Distributions Distributions: Discrete Random Variable Distributions: Continuous Random Variable Another Situation: Sample of Data.
Ch. 6 The Normal Distribution
OMS 201 Review. Range The range of a data set is the difference between the largest and smallest data values. It is the simplest measure of dispersion.
511 Friday Feb Math/Stat 511 R. Sharpley Lecture #15: Computer Simulations of Probabilistic Models.
LECTURE UNIT 4.3 Normal Random Variables and Normal Probability Distributions.
1 Statistical Analysis - Graphical Techniques Dr. Jerrell T. Stracener, SAE Fellow Leadership in Engineering EMIS 7370/5370 STAT 5340 : PROBABILITY AND.
SOLUTION EXAMPLE 4 Graph an equation in two variables Graph the equation y = – 2x – 1. STEP 1 Construct a table of values. x–2–1 012 y31 –3–5.
CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics Instructor Longin Jan Latecki C22: The Method of Least Squares.
Chapter 5.1 Probability Distributions.  A variable is defined as a characteristic or attribute that can assume different values.  Recall that a variable.
Sampling Distribution of the Sample Mean. Example a Let X denote the lifetime of a battery Suppose the distribution of battery battery lifetimes has 
Chapter Two Organizing and Summarizing Data 2.3 Organizing Quantitative Data II.
Chapter Organizing and Summarizing Data © 2010 Pearson Prentice Hall. All rights reserved 3 2.
The Median of a Continuous Distribution
ETM 607 – Random-Variate Generation
Lesson Additional Displays of Quantitative Data.
Chapter 3 DeGroot & Schervish. Functions of a Random Variable the distribution of some function of X suppose X is the rate at which customers are served.
Copyright © 2010 Pearson Addison-Wesley. All rights reserved. Chapter 3 Random Variables and Probability Distributions.
Copyright © 2010 Pearson Addison-Wesley. All rights reserved. Chapter 3 Random Variables and Probability Distributions.
1 Statistical Analysis - Graphical Techniques Dr. Jerrell T. Stracener, SAE Fellow Leadership in Engineering EMIS 7370/5370 STAT 5340 : PROBABILITY AND.
© 2003 Prentice-Hall, Inc. Chap 5-1 Continuous Probability Distributions Continuous Random Variable Values from interval of numbers Absence of gaps Continuous.
11.3 CONTINUOUS RANDOM VARIABLES. Objectives: (a) Understand probability density functions (b) Solve problems related to probability density function.
12.SPECIAL PROBABILITY DISTRIBUTIONS
Bivariate Regression. Bivariate Regression analyzes the relationship between two variables. Bivariate Regression analyzes the relationship between two.
Business Statistics, A First Course (4e) © 2006 Prentice-Hall, Inc. Chap 6-1 Chapter 6 The Normal Distribution Business Statistics, A First Course 4 th.
Random Numbers and Simulation
Chapter 7. Classification and Prediction
Lecture 3 B Maysaa ELmahi.
Functions Section 5.1.
Section 7.3: Probability Distributions for Continuous Random Variables
Parameter Estimation and Fitting to Data
Ex1: Event Generation (Binomial Distribution)
Numerical Analysis Lecture 25.
Probability.
Cumulative distribution functions and expected values
Kaniz Rashid Lubana Mamun MS Student: CSU Hayward Dr. Eric A. Suess
The distribution function F(x)
Chapter 4 Continuous Random Variables and Probability Distributions
Math 4030 – 12a Correlation.
Overview of Supervised Learning
Market Risk VaR: Historical Simulation Approach
Simple Linear Regression - Introduction
Means and Variances of Random Variables
General Expectation So far we have considered expected values separately for discrete and continuous random variables only. This separation is somewhat.
Maximum Likelihood Find the parameters of a model that best fit the data… Forms the foundation of Bayesian inference Slide 1.
Organizing and Displaying Data
Random Variable X, with pmf p(x) or pdf f(x)
Chapter 7 Numerical Differentiation and Integration
Random-Variate Generation
Discrete Event Simulation - 4
Discrete Event Simulation - 5
J.-F. Pâris University of Houston
Ch13 Empirical Methods.
Goodness-of-Fit Tests Applications
Types of Graphs… and when to use them!.
Random Rectangles When given the cue turn the paper over. Within 5 seconds make a guess for the average area of the rectangles. When given the cue turn.
Random WALK, BROWNIAN MOTION and SDEs
Simulation Discrete Variables.
Validating a Random Number Generator
... DISCRETE random variables X, Y Joint Probability Mass Function y1
Chapter 14 Monte Carlo Simulation
The lognormal distribution
RANDOM VARIABLES Random variable:
Random Variate Generation
Curve Fitting Filling in the gaps.
Chapter 8 Estimation.
Presentation transcript:

Empirical Distributions

Empirical Distribution Using actual data to construct your own function for generation of data for your simulation

Empirical Distribution Discrete or Continuous Used when any random variable does not fit any known distribution We use the cumulative distribution

Technique Take N observations Order values: x1 < x2 < .. < xN Determine yn = n/N for n=1, 2,…,N Plot points (xi, yi) Connect points to obtain F(x)

Empirical Example Assume 10 observations: 1, 1, 2, 2, 4, 6, 7, 9, 10, 3 n 1 2 3 4 5 6 7 8 9 10 X 1 1 2 2 3 4 6 7 9 10 Yn .1 .2 .3 .4 .5 .6 .7 .8 .9 1.0

Example: Graph 1.0 .9 .8 .7 .6 .5 .4 .3 .2 .1 1 2 3 4 5 6 7 8 9 10

Now What? If Discrete Values: Generate random values from 1 to 10 1,2  1 3,4  2 5  3 6  4 7  6 8  7 9  9 10  10 *Note that this is a very small example