Random WALK, BROWNIAN MOTION and SDEs

Slides:



Advertisements
Similar presentations
Probability Distribution
Advertisements

Random Processes Introduction (2)
Let X 1, X 2,..., X n be a set of independent random variables having a common distribution, and let E[ X i ] = . then, with probability 1 Strong law.
Chapter 3 Brownian Motion 3.2 Scaled random Walks.
Use of moment generating functions. Definition Let X denote a random variable with probability density function f(x) if continuous (probability mass function.
Normal distribution (3) When you don’t know the standard deviation.
3.5 Markov Property 劉彥君. Introduction In this section, we show that Brownian motion is a Markov process and discuss its transition density.
Brownian Motion and Diffusion Equations. History of Brownian Motion  Discovered by Robert Brown, 1827  Found that small particles suspended in liquid.
FE-W EMBAF Zvi Wiener Financial Engineering.
Variance and Standard Deviation The Expected Value of a random variable gives the average value of the distribution The Standard Deviation shows how spread.
Assignment 2 Chapter 2: Problems  Due: March 1, 2004 Exam 1 April 1, 2004 – 6:30-8:30 PM Exam 2 May 13, 2004 – 6:30-8:30 PM Makeup.
Rules for means Rule 1: If X is a random variable and a and b are fixed numbers, then Rule 2: If X and Y are random variables, then.
3.3 Brownian Motion 報告者:陳政岳.
Samples vs. Distributions Distributions: Discrete Random Variable Distributions: Continuous Random Variable Another Situation: Sample of Data.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Continuous random variables Uniform and Normal distribution (Sec. 3.1, )
A random variable that has the following pmf is said to be a binomial random variable with parameters n, p The Binomial random variable.
UNR, MATH/STAT 352, Spring summands UNR, MATH/STAT 352, Spring 2007.
2. Random variables  Introduction  Distribution of a random variable  Distribution function properties  Discrete random variables  Point mass  Discrete.
The moment generating function of random variable X is given by Moment generating function.
1 Confidence Intervals for Means. 2 When the sample size n< 30 case1-1. the underlying distribution is normal with known variance case1-2. the underlying.
5-1 Two Discrete Random Variables Example Two Discrete Random Variables Figure 5-1 Joint probability distribution of X and Y in Example 5-1.
5-1 Two Discrete Random Variables Example Two Discrete Random Variables Figure 5-1 Joint probability distribution of X and Y in Example 5-1.
Hedge with an Edge An Introduction to the Mathematics of Finance Riaz Ahmed & Adnan Khan Lahore Uviersity of Management Sciences Monte Carlo Methods.
Sampling Distributions  A statistic is random in value … it changes from sample to sample.  The probability distribution of a statistic is called a sampling.
Moment Generating Functions 1/33. Contents Review of Continuous Distribution Functions 2/33.
Simulating the value of Asian Options Vladimir Kozak.
Further distributions
Moment Generating Functions
Binomial Distributions Calculating the Probability of Success.
Normal distribution and intro to continuous probability density functions...
8 Sampling Distribution of the Mean Chapter8 p Sampling Distributions Population mean and standard deviation,  and   unknown Maximal Likelihood.
Math b (Discrete) Random Variables, Binomial Distribution.
Probability and Statistics Dr. Saeid Moloudzadeh Random Variables/ Distribution Functions/ Discrete Random Variables. 1 Contents Descriptive.
Statistics 3502/6304 Prof. Eric A. Suess Chapter 4.
Math 4030 – 6a Joint Distributions (Discrete)
Probability and Statistics Dr. Saeid Moloudzadeh Uniform Random Variable/ Normal Random Variable 1 Contents Descriptive Statistics Axioms.
Central Limit Theorem Let X 1, X 2, …, X n be n independent, identically distributed random variables with mean  and standard deviation . For large n:
© 2013 Pearson Education, Inc., publishing as Prentice Hall. All rights reserved.18-1 Arithmetic Brownian Motion With pure Brownian motion, the expected.
Chapter 13 Wiener Processes and Itô’s Lemma 1. Stochastic Processes Describes the way in which a variable such as a stock price, exchange rate or interest.
Random Variables By: 1.
Conditional Probability 423/what-is-your-favorite-data-analysis-cartoon 1.
Wiener Processes and Itô’s Lemma
Theory of Capital Markets
Random Variable.
Financial Risk Management of Insurance Enterprises
Project Management Simulation, U-Distribution
The distribution function F(x)
Linear Combination of Two Random Variables
AP Statistics: Chapter 7
Means and Variances of Random Variables
Chapter 3 Discrete Random Variables and Probability Distributions
Random Sampling Population Random sample: Statistics Point estimate
Brownian Motion for Financial Engineers
Random WALK, BROWNIAN MOTION and SDEs
Moment Generating Functions
Probability & Statistics Probability Theory Mathematical Probability Models Event Relationships Distributions of Random Variables Continuous Random.
The Normal Probability Distribution Summary
Working with Continuous Random Variables and the Normal Distribution
The Gamma PDF Eliason (1993).
Random Variable.
Random WALK, BROWNIAN MOTION and SDEs
Two-way analysis of variance (ANOVA)
Chapter 14 Wiener Processes and Itô’s Lemma
Project Planning Simulation
Additional notes on random variables
Additional notes on random variables
Chapter 3 Brownian Motion 洪敏誠 2009/07/31 /23.
The lognormal distribution
Random WALK, BROWNIAN MOTION and SDEs
Moments of Random Variables
Presentation transcript:

Random WALK, BROWNIAN MOTION and SDEs Continuation…

Properties of Continuous Brownian Motion For each 𝑡, 𝐵 𝑡 is normally distributed with mean 0 and variance 𝑡. For each 𝑡 1 < 𝑡 2 , the normal random variable 𝐵 𝑡 2 − 𝐵 𝑡 1 is independent of the random variable 𝐵 𝑡 1 , and in fact independent of all 𝐵 𝑠 , 0≤𝑠≤𝑡 1 . Brownian motion 𝐵 𝑡 can be represented by continuous paths.

Using normal Random Number Starting from 𝐵 0 =0, 𝐵 𝑡 1 can be made by choosing from the normal distribution 𝑁 0, 𝑡 1 = 𝑡 1 − 𝑡 0 𝑁(0,1). In general, 𝑩 𝒕 𝒌+𝟏 = 𝑩 𝒕 𝒌 + 𝒕 𝒌+𝟏 − 𝒕 𝒌 𝑵(𝟎,𝟏).* Note that 𝐵 𝑡 𝑘+1 − 𝐵 𝑡 𝑘 = 𝑡 𝑘+1 − 𝑡 𝑘 𝑁(0,1). *We can use this to discretize the continuous Brownian motion.