boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - simulation of a set of stochastic ODE
相关主题
Help: a simulation problem
谁有数值解两个(2D)Ito SDE的经验啊?
在matlab中,如何提高ode45的求解速度呢?
请教一个Monte Carlo simulation问题 (转载)
求教:simulation of a complex distribution
大家能不能seriously讨论一下这个topic
做计算买什么样的机器最好?
有没有能在单台机子上调试mpi程序的simulator?
请高人指点一下比较好的fortran进行simulation的资料
怎样照这样一个归一化函数。
相关话题的讨论汇总
话题: stochastic话题: ode话题: simulation话题: set话题: noise
进入Computation版参与讨论
1 (共1页)
r****y
发帖数: 1437
1
For a set of stochastic ODE
dX/dt = A*X + F*e,
where e is white noise with known variance and mean
I know how to do without noise term. But with the noise term, what is the
most common way to do the simulation? Generate a bunch of random numbers first
then add them in one by one? Or a more "educated" method than this?
h***o
发帖数: 539
2
need more detail about F and e
if F and e have good features, X is a Guassian distribution, its mean and
variance can be obtained by solving two ODEs.
Otherwise, Monte Carlo

【在 r****y 的大作中提到】
: For a set of stochastic ODE
: dX/dt = A*X + F*e,
: where e is white noise with known variance and mean
: I know how to do without noise term. But with the noise term, what is the
: most common way to do the simulation? Generate a bunch of random numbers first
: then add them in one by one? Or a more "educated" method than this?
:

r****y
发帖数: 1437
3

actually X is a set of variables. Here I am sovling a stochastic ODEs, not
just one.
Let me flip coin for the question: I have raw time series for a bunch of
variables. Someone said they all can be well simulated using stochastic ODEs.
So he goes ahead and use dX/dt = A*X + F*e to fit my time series. Now if I
wanna test how good such stochastic ODEs can predict future time series, which
way is the most effective way to tell?
Thanks. :-)
the
first

【在 h***o 的大作中提到】
: need more detail about F and e
: if F and e have good features, X is a Guassian distribution, its mean and
: variance can be obtained by solving two ODEs.
: Otherwise, Monte Carlo

h***o
发帖数: 539
4
read read some stat book ba...there should be some standard ways to test
this kind of conclusions.

【在 r****y 的大作中提到】
:
: actually X is a set of variables. Here I am sovling a stochastic ODEs, not
: just one.
: Let me flip coin for the question: I have raw time series for a bunch of
: variables. Someone said they all can be well simulated using stochastic ODEs.
: So he goes ahead and use dX/dt = A*X + F*e to fit my time series. Now if I
: wanna test how good such stochastic ODEs can predict future time series, which
: way is the most effective way to tell?
: Thanks. :-)
: the

r****y
发帖数: 1437
5

Any good recommendations? I browsed several stat books, but none
直重要害。

【在 h***o 的大作中提到】
: read read some stat book ba...there should be some standard ways to test
: this kind of conclusions.

h***o
发帖数: 539
6
try try some time series books....u'd better ask in stat board

【在 r****y 的大作中提到】
:
: Any good recommendations? I browsed several stat books, but none
: 直重要害。

f********r
发帖数: 21
7
I have the same problem. Just borrowed a stochastic differential equatio
ns book and I am still learning. Cannot answer your question now. //Hany
an

【在 r****y 的大作中提到】
:
: Any good recommendations? I browsed several stat books, but none
: 直重要害。

f********r
发帖数: 21
8
Here is one article maybe helpful
http://epubs.siam.org/sam-bin/dbq/article/37830

【在 r****y 的大作中提到】
:
: Any good recommendations? I browsed several stat books, but none
: 直重要害。

1 (共1页)
进入Computation版参与讨论
相关主题
怎样照这样一个归一化函数。
Research Fellow (Postdoc) Position in Agent-based Modeling and Simulation
Analytic solution for an ODE
let me ask a question again
计算! 计算!
直接用NR的源程序需要注意什么吗?
如何高速计算这个积分
在线等:紧急求助Matlab高手(ODE问题)
解ODE的六阶精度Runge-Kutta法
MATLAB differential equation question
相关话题的讨论汇总
话题: stochastic话题: ode话题: simulation话题: set话题: noise