由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - 请教一下quasi-monte carlo integration
相关主题
请教一道面试题:montel carlo模拟,有什么办法能减小残差?[合集] UBS phone interview 的惨痛经历
JPM interview questions[合集] 大家帮我看看,我这种情况能进投行么
Linear Inerpolation一问[合集] Monte Carlo 如何把Matlab的控制结构转换成Excel程序?
问一道stochastic[合集] 不是Top tier的MFE入不了坑?
总结一下金融分析方面需要知道的知识[合集] 各位前辈们, PDE是不是必修的课啊?
找矿工的一些感想和经验-准备who knows "least squares monte carlo method"?
consterllation interview[合集] interview question
[合集] 总结一下金融分析方面需要知道的知识Some advices for those who are still hunting
相关话题的讨论汇总
话题: quasi话题: mc话题: carlo话题: monte话题: dimension
进入Quant版参与讨论
1 (共1页)
n******0
发帖数: 298
1
我有10个subjects,每个subject有一个binary variable Z1 和一个normally
distributed continuous variable Z2。 Z2的distribution在Z1=0和Z1=1时是不一样
的(比如不同的mean),subjects是互相独立的,我需要generate这样的20
dimensional space,以求某种expectation,那位大牛知道有没有和用什么样的sequence
来做?
j******n
发帖数: 271
2
阿弥托佛 这个太易了。直接抽样不行么?

sequence

【在 n******0 的大作中提到】
: 我有10个subjects,每个subject有一个binary variable Z1 和一个normally
: distributed continuous variable Z2。 Z2的distribution在Z1=0和Z1=1时是不一样
: 的(比如不同的mean),subjects是互相独立的,我需要generate这样的20
: dimensional space,以求某种expectation,那位大牛知道有没有和用什么样的sequence
: 来做?

n******0
发帖数: 298
3
直接抽样应该是monte carlo integration吧?我想找一个convergence更快的方法。

【在 j******n 的大作中提到】
: 阿弥托佛 这个太易了。直接抽样不行么?
:
: sequence

s***e
发帖数: 267
4
Yes quasi-MC can reduce the variance faster, and it is not a MC method
although the name contains MC.
I think for one dimension you can split the quantiles and take equal spaces.
For higher dimension you may consider the hilbert curve method to fill the
space:
http://en.wikipedia.org/wiki/Hilbert_curve
For your problem with dimension = 20, the computation could be expansive.

sequence

【在 n******0 的大作中提到】
: 我有10个subjects,每个subject有一个binary variable Z1 和一个normally
: distributed continuous variable Z2。 Z2的distribution在Z1=0和Z1=1时是不一样
: 的(比如不同的mean),subjects是互相独立的,我需要generate这样的20
: dimensional space,以求某种expectation,那位大牛知道有没有和用什么样的sequence
: 来做?

n******0
发帖数: 298
5
The number of points in the space should not increase with the number of
dimensions. This is the exact reason I am considering quasi-monte carlo. The
question is how to generate these points to deal with my specific problem
with mixed binary and normal distributions with normal dist depending on the
value of the binary variable.

spaces.
the

【在 s***e 的大作中提到】
: Yes quasi-MC can reduce the variance faster, and it is not a MC method
: although the name contains MC.
: I think for one dimension you can split the quantiles and take equal spaces.
: For higher dimension you may consider the hilbert curve method to fill the
: space:
: http://en.wikipedia.org/wiki/Hilbert_curve
: For your problem with dimension = 20, the computation could be expansive.
:
: sequence

s***e
发帖数: 267
6
In that case, one possible approach is to fill a lower dimensional space,
say, and randomly sample the rest.
I think the higher the dimension, the smaller the advantage of quasi-MC over
MC. The variance of MC is dimension independent (although not good enough
for many applications).

The
the

【在 n******0 的大作中提到】
: The number of points in the space should not increase with the number of
: dimensions. This is the exact reason I am considering quasi-monte carlo. The
: question is how to generate these points to deal with my specific problem
: with mixed binary and normal distributions with normal dist depending on the
: value of the binary variable.
:
: spaces.
: the

1 (共1页)
进入Quant版参与讨论
相关主题
Some advices for those who are still hunting总结一下金融分析方面需要知道的知识
[合集] Some advices for those who are still hunting找矿工的一些感想和经验-准备
[合集] 关于 American put pricingconsterllation interview
binomial pricing和black sholes pricing的区别是什么?[合集] 总结一下金融分析方面需要知道的知识
请教一道面试题:montel carlo模拟,有什么办法能减小残差?[合集] UBS phone interview 的惨痛经历
JPM interview questions[合集] 大家帮我看看,我这种情况能进投行么
Linear Inerpolation一问[合集] Monte Carlo 如何把Matlab的控制结构转换成Excel程序?
问一道stochastic[合集] 不是Top tier的MFE入不了坑?
相关话题的讨论汇总
话题: quasi话题: mc话题: carlo话题: monte话题: dimension