avatar
请教:高维数值积分# Computation - 科学计算
c*r
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
应该怎么求?
多谢。
avatar
i*n
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
: 应该怎么求?
: 多谢。

avatar
c*e
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
: 应该怎么求?
: 多谢。

avatar
w*d
4

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

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

avatar
n*s
5
and probably the only choice

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

avatar
w*d
6

Is there any good answer to the curse of dimension?

【在 n*s 的大作中提到】
: and probably the only choice
avatar
n*s
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?

avatar
c*r
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

avatar
n*s
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?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。