Redian新闻
>
请教一个概率问题 (转载)
avatar
请教一个概率问题 (转载)# CS - 计算机科学
b*d
1
【 以下文字转载自 EE 讨论区 】
发信人: bandaid (bandaid), 信区: EE
标 题: 请教一个概率问题
发信站: BBS 未名空间站 (Tue Jun 28 16:33:51 2005)
有这样一段代码:
if(A < B)
x = C;
else
x = D;
但是A和B并不是deterministic的数,而是
A = a0+a1*e1+a2*e2
B = b0+b1*e1+b3*e3,
e1, e2, e3都是random variable with mean=0 and variance=1.
C和D没什么限制。
说到底,就是如何比较两个pdf,然后根据结果执行不同的代码。
有没有什么好办法?heuristic也行。
avatar
w*p
2

find pdf of A-B, then probability of it being >0 and <0

【在 b*****d 的大作中提到】
: 【 以下文字转载自 EE 讨论区 】
: 发信人: bandaid (bandaid), 信区: EE
: 标 题: 请教一个概率问题
: 发信站: BBS 未名空间站 (Tue Jun 28 16:33:51 2005)
: 有这样一段代码:
: if(A < B)
: x = C;
: else
: x = D;
: 但是A和B并不是deterministic的数,而是

avatar
b*d
3
You are right. But there is more to my original problem, which is more of a "d
ecision" problem: once you decide which of A and B is greater, you let x=C or
x=D. I think it's different from that x has X% chance of being C and (1-X)% ch
ance of being D, based on a "probablistic comparison" between A and B.
Sorry, it might be a bit mis-leading to say it's a probability problem in the
title.
One straightforward way is to do Monte Carlo simulation: sample e1, e2, and e3
, get (scalar) samples of A a

【在 w*p 的大作中提到】
:
: find pdf of A-B, then probability of it being >0 and <0

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