由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - MONTE CARLO METHOD QUESTION
相关主题
Monte Carlo simulation两个方向,想听听大家的意见
大虾能启发一下我吗???? 关于uncertainty求助,关于monte carlo计算 (转载)
Monte Carlo simulation software请问Markov Chain Monte Carlo和 Monte Carlo根本性的区别是什么?
买机器建议large scale Monte Carlo simulation都会遇到哪些技术难点?
请教:高维数值积分什么是科学计算
求助 Monte carlo 方法 做fittingmonte carlo 里面的 time step 到底是不是真的时间?
问uncertainty是uniform distribution的monte carlo计算Hamiltonian System有什么好的方法吗?
请教一个Monte Carlo simulation问题 (转载)[转载] Matlab help
相关话题的讨论汇总
话题: p1话题: monte话题: carlo话题: question话题: method
进入Computation版参与讨论
1 (共1页)
t*****r
发帖数: 448
1
How to generate a series number which falls in a specified discrete
probability distribution?
thx
c*******e
发帖数: 8624
2
map

【在 t*****r 的大作中提到】
: How to generate a series number which falls in a specified discrete
: probability distribution?
: thx

t*****r
发帖数: 448
3
details?
or an example?
thx

【在 c*******e 的大作中提到】
: map
s*****l
发帖数: 167
4
You can look at 'numerical recipe'. It's even got
fortran and C codes.

【在 t*****r 的大作中提到】
: details?
: or an example?
: thx

e**c
发帖数: 195
5
Assume you can generate U(0,1) distribution,
then the discrete prob distribution with following dist:
P{X=xi}=pi
can be generated by dividing the interval [0,1] with subdivisions
[0,p1), [p1,p1+p2), [p1+p2,p1+p2+p3),...[p1+...+p(n-1),1] and
for X~U(0,1), if X falls into [0,p1) then make X=x1, clearly this
has prob. p1; if X falls into [p1,p1+p2), then make X=x2, clearly
this has prob. p2; and so on...

【在 t*****r 的大作中提到】
: How to generate a series number which falls in a specified discrete
: probability distribution?
: thx

1 (共1页)
进入Computation版参与讨论
相关主题
[转载] Matlab help请教:高维数值积分
[转载] 统计疑难,多谢帮助求助 Monte carlo 方法 做fitting
poisson equ with neumann boundary question问uncertainty是uniform distribution的monte carlo计算
版上有有《Network Optimization:Continuous and Discrete Models》这本书的没?请教一个Monte Carlo simulation问题 (转载)
Monte Carlo simulation两个方向,想听听大家的意见
大虾能启发一下我吗???? 关于uncertainty求助,关于monte carlo计算 (转载)
Monte Carlo simulation software请问Markov Chain Monte Carlo和 Monte Carlo根本性的区别是什么?
买机器建议large scale Monte Carlo simulation都会遇到哪些技术难点?
相关话题的讨论汇总
话题: p1话题: monte话题: carlo话题: question话题: method