What tools are available for solving stochastic differential equations in MATLAB 8.0 (R2012b)?

12 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
A stochastic differential equation is a differential equation with an element of randomness in the equation. A stochastic differential equation is typically written as
dX = lambda*X dt + mu*X dW
where 'X' is the variable of interest, 't' is time, and 'W' is a random variable or process. lambda and mu are constant parameters of the problem.
A comprehensive introduction to solving SDEs numerically is found in the paper "An Algorithmic Introduction to Numerical Simulation of Stochastic Differential Equations", by Desmond J Higham (SIAM review, Volume 43, Number 3). This paper also has several links to MATLAB examples which help illustrate the paper's points.
You can find the examples listed in the above paper, as well as additional examples in the areas of finance, at the following URL:
<http://www.maths.strath.ac.uk/~aas96106/algfiles.html>
Some toolboxes also contain stochastic solvers. SimBiology Toolbox has the function SBIOENSEMBLERUN. The Econometrics Toolbox contains SDE objects.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Stochastic Differential Equation (SDE) Models 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by