Contents
Does the Ornstein Uhlenbeck process have independent increments?
As you hint in OP, (Vt) is a Gaussian process, thus it has independent increments if and only if Cov(Vt+s−Vs,Vs)=0 for all t,s≥0.
Is Ornstein Uhlenbeck process stationary?
The Ornstein–Uhlenbeck process is a stationary Gauss–Markov process, which means that it is a Gaussian process, a Markov process, and is temporally homogeneous. In fact, it is the only nontrivial process that satisfies these three conditions, up to allowing linear transformations of the space and time variables.
What is half life of mean reversion?
The ‘half life of mean reversion’ is the average time it will take a process to get pulled half-way back to the mean.
Does geometric Brownian motion have independent increments?
This process has almost all the properties of Brownian motion. It starts at zero, has independent increments and the increments have Gaussian laws.
How is the Ornstein Uhlenbeck process used in finance?
The Ornstein-Uhlenbeck Process (OU Process) is a differential equation used in physics to model the motion of a particle under friction. In financial probability, it models the spread of stocks. It’s also used to calculate interest rates and currency exchange rates.
How to calculate Ornstein Uhlenbeck’s probability density function?
Matlab: Daniel Charlebois uploaded code to the Mathworks file exchange (found here) that can calculate the “Exact numerical solution and plots of the Ornstein-Uhlenbeck (OU) process and its time integral – calculation and plotting of the probability density function (pdf) of the OU process is also performed.”
Where can I find sample paths of OU processes?
I am reading this article on Wikipedia, where three sample paths of different OU-processes are plotted. I would like to do the same to learn how this works, but I face troubles implementing it in Matlab.