由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 请教:高维数值积分
相关主题
[转载] 会数值积分的请帮忙看一下买机器建议
一个奇怪的MATLAB数值积分问题求助 Monte carlo 方法 做fitting
问个数值积分问题问uncertainty是uniform distribution的monte carlo计算
请教:MATLAB如何做四重积分?请教一个Monte Carlo simulation问题 (转载)
Monte Carlo simulation两个方向,想听听大家的意见
MONTE CARLO METHOD QUESTION求助,关于monte carlo计算 (转载)
大虾能启发一下我吗???? 关于uncertainty请问Markov Chain Monte Carlo和 Monte Carlo根本性的区别是什么?
Monte Carlo simulation softwarelarge scale Monte Carlo simulation都会遇到哪些技术难点?
相关话题的讨论汇总
话题: 数值积分话题: mc话题: dy话题: error话题: monte
进入Computation版参与讨论
1 (共1页)
c****r
发帖数: 185
1
我想求一个m维数值积分,
F(x_1,...,x_m;n)= \int_{y_i>=x_i, \sum y_i=n} f(y_1,...,y_m;n) dy_1 ...dy_m
x_i>=0, n>0
应该怎么求?
多谢。
i*******n
发帖数: 166
2

蒙特卡罗

【在 c****r 的大作中提到】
: 我想求一个m维数值积分,
: F(x_1,...,x_m;n)= \int_{y_i>=x_i, \sum y_i=n} f(y_1,...,y_m;n) dy_1 ...dy_m
: x_i>=0, n>0
: 应该怎么求?
: 多谢。

c*******e
发帖数: 8624
3
gaussian quadrature
我以前做过4维的,都一样套就可以了

【在 c****r 的大作中提到】
: 我想求一个m维数值积分,
: F(x_1,...,x_m;n)= \int_{y_i>=x_i, \sum y_i=n} f(y_1,...,y_m;n) dy_1 ...dy_m
: x_i>=0, n>0
: 应该怎么求?
: 多谢。

w**d
发帖数: 2334
4

If the dimension is really high, Monte Carlo is the best choice.

【在 i*******n 的大作中提到】
:
: 蒙特卡罗

n*s
发帖数: 752
5
and probably the only choice

【在 w**d 的大作中提到】
:
: If the dimension is really high, Monte Carlo is the best choice.

w**d
发帖数: 2334
6

Is there any good answer to the curse of dimension?

【在 n*s 的大作中提到】
: and probably the only choice
n*s
发帖数: 752
7
the error for MC is
O (N ^ {-1/2})
for ordinary numerical integration, the error is
O (N ^ {-a/d})
d is the dimention of the problem, a is related to the algorithm

【在 w**d 的大作中提到】
:
: Is there any good answer to the curse of dimension?

c****r
发帖数: 185
8
Sounds interesting.
What is MC and N?
Is it an abosolute error or relative error?

【在 n*s 的大作中提到】
: the error for MC is
: O (N ^ {-1/2})
: for ordinary numerical integration, the error is
: O (N ^ {-a/d})
: d is the dimention of the problem, a is related to the algorithm

n*s
发帖数: 752
9
MC is Monte Carlo
N is the # of intervals into which is original intergration interval is divide

【在 c****r 的大作中提到】
: Sounds interesting.
: What is MC and N?
: Is it an abosolute error or relative error?

1 (共1页)
进入Computation版参与讨论
相关主题
large scale Monte Carlo simulation都会遇到哪些技术难点?Monte Carlo simulation
什么是科学计算MONTE CARLO METHOD QUESTION
monte carlo 里面的 time step 到底是不是真的时间?大虾能启发一下我吗???? 关于uncertainty
问个matlab二重数值积分的问题Monte Carlo simulation software
[转载] 会数值积分的请帮忙看一下买机器建议
一个奇怪的MATLAB数值积分问题求助 Monte carlo 方法 做fitting
问个数值积分问题问uncertainty是uniform distribution的monte carlo计算
请教:MATLAB如何做四重积分?请教一个Monte Carlo simulation问题 (转载)
相关话题的讨论汇总
话题: 数值积分话题: mc话题: dy话题: error话题: monte