The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
196 views

What are $d_1$ and $d_2$ for Laplace?

What are the formulae for d1 & d2 using a Laplace distribution?
8
votes
3answers
377 views

How to test for and how to simulate price rise/fall asymmetry in the stock market

One of the stylized facts of financial time series seems to be a fundamental asymmetry between smooth upward movements over longer periods of time followed by abrupt declines over relatively shorter ...
5
votes
2answers
290 views

What is the mean and the standard deviation for Geometric Ornstein-Uhlenbeck Process?

I am uncertain as to how to calculate the mean and variance of the following Geometric Ornstein-Uhlenbeck process. $$d X(t) = a ( L - X_t ) dt + V X_t dW_t$$ Is anyone able to calculate the mean ...
4
votes
1answer
1k views

How to simulate stock prices with a Geometric Brownian Motion?

I want to simulate stock price paths with different stochastic processes. I started with the famous geometric brownian motion. I simulated the values with the following formula: ...