I Stochastic calculus: Ito's lemma and differentials

  • I
  • Thread starter Thread starter cppIStough
  • Start date Start date
AI Thread Summary
Ito's lemma provides a framework for understanding the dynamics of stochastic processes, particularly in the context of financial modeling. The discussion highlights the importance of using the correct form of the stochastic differential equation (SDE) when simulating processes like Brownian motion. While the equation dS = r dt + σ dW is standard, it may not yield accurate results in Monte Carlo simulations without proper application of Ito's lemma. The participants clarify that using F = log(S) is necessary to correctly apply Ito's lemma for certain calculations, especially in the context of options pricing. Overall, the conversation emphasizes the need for precise formulation in stochastic calculus to avoid simulation issues.
cppIStough
Messages
24
Reaction score
2
TL;DR Summary
Ito's lemma and differentials: what's the difference?
Ito's formula states for some stochastic function F(S,t) where S evolves as dS = f(W,t)dt + g(W,t)dW and W is brownian motion:
$$dF = \partial_t F dt + \partial_xF dx + 1/2 \partial_{xx}F dt$$
So why question is, what does dF really mean here? I see in brownian motion we take $$dS = r dt + \sigma dW$$, but simulating this directly via monte carlo gives problems. Evidently the correct approach is to let F = log(S) and apply Ito's lemma. But why can't we just use $$dS = r dt + \sigma dW$$? I mean, it's an equation given, so why doesn't this work with monte carlo?
 
Physics news on Phys.org
Did i put this in the wrong section?
 
Ito's Lemma tells you that the Ito Differential of an Ito process is itself an Ito process and describes the form of the latter. The Differential describes an infinitesimal change in the Stochastic process in question.
 
I think some of your formulae are maybe not what you intended. You refer to log(S) as though you are doing some Black Scholes type calculation.

W is the Brownian motion in your examples. Based on what you posted, this
dS_t = \mu dt + \sigma dW_t
means
S_t - S_0 = \mu * ( t - 0 ) + \sigma * ( W_t - W_0)

I put in the 0 and the W_0 just for explanation, but of course both are zero and can disappear.

If you meant the Black-Scholes thing, you include S in both the drift and volatility terms, and of course Monte Carlo works, but I don't know which part you are not clear on
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top