Talk:Geometric Brownian motion

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

the notation is a bit dodgy for example: does 'exp' mean " e" or does it stand for expected value. I'm all for clearing this up to avoid any sort of confusion! --ToyotaPanasonic (talk) 06:56, 24 April 2008 (UTC)[reply]

exp is the exponential function defined by exp(x)=e^x. Expectations are ususally denothed E[x]. I don't think this notation will cause undue confusion but in general I definitely agree that this article could use some expansion and cleaning up. I hope to do a little work here soon.Wik-e-wik (talk) 07:02, 10 May 2008 (UTC)[reply]

Mean of log(St/S0)[edit]

The article presents an explicit solution:

It follows (surely?) that

Since the expectation of a Brownian motion is 0, the expectation of the rhs is

However, the article goes on to say that the random variable log(St/S0) is normally distributed with mean . This looks wrong to me, but a recent edit was reverted. Could someone/anyone explain?LeBofSportif (talk) 17:34, 8 August 2010 (UTC)[reply]

You are right, the mean is certainly not 131.159.68.131 (talk) 12:45, 12 August 2010 (UTC)[reply]

I've added the expert template - hopefully a competent mathematician can sort it out, and clarify the notation for SDEs used, since it is ambiguous without choice in the Ito/Stratonovitch dilemma. LeBofSportif (talk) 17:33, 20 August 2010 (UTC)[reply]

The mean should be and is easy to see if you look at the SDE. I cannot see the flaw in the above argument at the moment though.Zfeinst (talk) 19:09, 29 August 2010 (UTC)[reply]

I was wrong, the mean is . However, this does not change the rest of the article since . See http://www.columbia.edu/~ks20/FE-Notes/4700-07-Notes-GBM.pdf Zfeinst (talk) 19:33, 29 August 2010 (UTC)[reply]

"Exp"[edit]

"Exp" in this context is NOT dodgy - it conforms to standard notation in most any financial mathematics text. It is completely correct. —Preceding unsigned comment added by 65.221.3.17 (talk) 18:57, 30 August 2010 (UTC)[reply]

Expert attention tag[edit]

The two different values for the expected value of the same thing cannot be right... presumably there should be two different "solutions" S(t) corresponding to the two different types of calculus. This needs to be set out in an accurate way. Melcombe (talk) 16:34, 24 June 2011 (UTC)[reply]

This problem has been resolved as far as I can tell, so I have removed the 'expert' tag. Zfeinst (talk) 23:41, 9 October 2011 (UTC)[reply]

Kurtosis of stock price[edit]

At the end of the article, it is said that GMB is not realistic as it does not model the fat tail of stock prices. This seems wrong to me. The stock price according to the GMB model is log-normally distributed. The log-normal distribution does have a fat, long tail of large positive values. 152.3.59.111 (talk) 18:55, 7 August 2013 (UTC)[reply]

Error in the graphics[edit]

I think the graphic with two examples of geometric brownian motion has an error. It says and , but there is no way that a geometric brownian motion with those parameters result in that graphic. I think and makes more sense. I made several simulations in R and the graphics with the corrected parameters looks much more like the original image. — Preceding unsigned comment added by 132.247.249.242 (talk) 21:10, 27 April 2017 (UTC)[reply]

External links modified[edit]

Hello fellow Wikipedians,

I have just modified one external link on Geometric Brownian motion. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 06:12, 13 October 2017 (UTC)[reply]

Mean and variance[edit]

There has been some back and forth (myself involved) the past few days on the mean and variance of the GBM. As I am looking to avoid an edit war, I want to move the discussion to the talk page. This problem seems to be related to the question of the parameters of the lognormal distribution that the GBM follows at time t. As provided on this page (and, for example, in Karatzas and Shreve (1998) "Brownian Motion and Stochastic Calculus") the GBM is defined by

which results in the closed form solution

That is for . Therefore the mean and variance should be defined via

I want to find a consensus on this so as to avoid an edit war. And of course if there is a mistake in my reasoning then please correct it. Zfeinst (talk) 09:48, 29 June 2020 (UTC)[reply]

Apologies, you are correct. Parklane79 (talk) 12:51, 29 June 2020 (UTC)[reply]


Python code and main graphic[edit]

I think the code and main graphic (GBM2.png) are incorrect. In particular, the cumprod used does not translate the random variable into a Weiner process. Tbh, I am not exactly sure what it is doing. I've written an alternative in a Jupyter Notebook which also demonstrates how the solution also ties back to the underlying process (using a Monte Carlo approach). I've kept variable names as close to article as possible. I can update entry if no objections. The notebook can be found here https://github.com/bsdz/docs/blob/master/notebooks/Geometric%20Brownian%20Motion%20-%20Wikipedia.ipynb --Blair Azzopardi (talk) 07:51, 21 December 2021 (UTC)[reply]

A few edits[edit]

1. I added Arithmetic Brownian Motions (ABM), also known as Bachelier Model, because ABM was nowhere else in Wikipedia as far as I could see. The Bachelier model has a page, but I decided to put ABM here because GBM is simply an exponential of an ABM and ABM comes as a logarithm of a GBM.

2. I removed the tag for lack of references and added a reference to the multivariate GBM, although the reference refers to a slightly different formulation, which I added.

3. On extensions I added the examples of the lognormal mixture dynamics SDE, as one of the models extending GBM and least departing from it in terms of law (mixture of lognormals instead of single lognormal), and the Heston model as an example of stochastic volatility model close to GBM (again this is like a GBM but with a stochastic volatility term related to a square root process). — Preceding unsigned comment added by DamianoBrigo2 (talkcontribs) 16:24, 6 June 2023 (UTC)[reply]