TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Introduction to Stochastic Calculus

444 点作者 ibobev3 个月前

15 条评论

markisus3 个月前
Here is a corresponding introduction I found very useful, for readers with advanced undergraduate &#x2F; graduate level math knowledge.<p><a href="https:&#x2F;&#x2F;almostsuremath.com&#x2F;stochastic-calculus&#x2F;" rel="nofollow">https:&#x2F;&#x2F;almostsuremath.com&#x2F;stochastic-calculus&#x2F;</a>
评论 #43165020 未加载
Daniel_Van_Zant3 个月前
Is stochastic calculus something that requires a computer to stimulate many possible unfolding of events, or is there a more elegant mathematical way to solve for some of the important final outputs and probability distributions if you know the distribution of dW? This is an awesome article. I&#x27;ve seen stochastic calculus before but this is the first time I really felt like I started to grok it.
评论 #43163611 未加载
评论 #43162056 未加载
评论 #43161962 未加载
评论 #43161392 未加载
评论 #43162246 未加载
paulfharrison3 个月前
A further step is Langevin Dynamics, where the system has damped momentum, and the noise is inserted into the momentum. This can be used in molecular dynamics simulations, and it can also be used for Bayesian MCMC sampling.<p>Oddly, most mentions of Langevin Dynamics in relation to AI that I&#x27;ve seen omit the use of momentum, even though gradient descent with momentum is widely used in AI. To confuse matters further, &quot;stochastic&quot; is used to refer to approximating the gradient using a sub-sample of the data at each step. You can apply both forms of stochasticity at once if you want to!
评论 #43165568 未加载
graycat3 个月前
Own favorite source on stochastic calculus:<p><pre><code> Eugene Wong, {\it Stochastic Processes in Information and Dynamical Systems,\&#x2F;} McGraw-Hill, New York, 1971.\ \</code></pre>
评论 #43178285 未加载
EGreg3 个月前
I remember studying stochastiv calculus<p>And I remember noting that the standard deviation in regular statistics was that “quadratic variation” was slightly different than how variance is calculated. Off by one or squared or whatever. I made a note to eventually investigate why. Probably due to some stochastic volatility.
评论 #43162135 未加载
评论 #43162373 未加载
janalsncm3 个月前
Here’s an example where I ran into this recently.<p>Let’s say we play a “game”. Draw a random number A between 0 and 1 (uniform distribution). Now draw a second number B from the same distribution. If A &gt; B, draw B again (A remains). What is the average number of draws required? (In other words, what is the average “win streak” for A?)<p>The answer is infinity. The reason is, some portion of the time A will be extremely high and take millions of draws to beat.
评论 #43164421 未加载
评论 #43164268 未加载
评论 #43171357 未加载
评论 #43164090 未加载
评论 #43164063 未加载
robwwilliams3 个月前
Question for HN readers: We have defined about 50 spots (loci) in the mouse genome that contain DNA differences that modulate mortality rates. Most of them have complex age-dependent “actuarial” effects. We would like to predict age at death.<p>Would stochastic calculus be a useful approach in actuarial prediction of life expectancies of mice?<p>(And this is why I am pleased to see this high on HN.)
评论 #43162836 未加载
评论 #43164541 未加载
评论 #43163154 未加载
评论 #43162991 未加载
评论 #43162998 未加载
评论 #43163699 未加载
评论 #43168005 未加载
评论 #43168353 未加载
评论 #43164208 未加载
评论 #43162800 未加载
whatshisface3 个月前
Here&#x27;s my understanding of Ito calculus if it helps anyone:<p>1. The only random process we understand initially is Brownian motion.<p>2. Luckily, we can change coordinates.
评论 #43164618 未加载
评论 #43162419 未加载
ngriffiths3 个月前
This is such a good model for how to write a beginner friendly introduction. Especially the motivation for the Ito lemma, with the dW^2 term remaining important even though it disappears in regular calculus, and the conversion to Stratonovich is really nice.
dmvdoug3 个月前
Can someone please help me parse this sentence?<p>&gt; <i>Brownian motion and Itô calculare a notable example of fairly high-level mathematics that are applied to model the real world</i><p>What is “Itô calculare” supposed to have been? I am stumped. “Its calculation”?
评论 #43162117 未加载
评论 #43162187 未加载
评论 #43162152 未加载
评论 #43162172 未加载
评论 #43162097 未加载
评论 #43162170 未加载
评论 #43162178 未加载
评论 #43162162 未加载
eachro3 个月前
For those in quant finance, how much of this is useful in your day to day?
评论 #43163828 未加载
评论 #43163853 未加载
评论 #43166844 未加载
bowsamic3 个月前
I had to study quantum stochastic calculus for my PhD. Really crazy because you get totally different results for the same mathematical expression compared to normal calculus
评论 #43162708 未加载
bytesandbits3 个月前
Does it have applications in modeling decision-making?
tsunego3 个月前
still wild to me that diffusion models are fast becoming the secret sauce behind ai image generation, but their roots are buried deep in stochastic calculus<p>who knew brownian motion would eventually help create cat memes?
评论 #43162723 未加载
ForceBru3 个月前
Seems like a great article. Having some prior experience with stochastic calculus, I think I understand almost everything here. Any other good introductory materials?
评论 #43162973 未加载
评论 #43161912 未加载