我有伯努利变量,和,每个人都知道, 和,现在我需要得到分布.
如果和是独立的,然后我可以使用模拟:
1. Generate X1, ..., XN via their distribution, and then
get the value of Y;
2. Repeat step 1 for 10000 times, and then I can get
Y1, ..., Y10000, so I can know the distribution of Y.
但现在和是依赖的,所以我还需要考虑相关性,假设什么时候,如何将相关性插入到模拟中?或者得到分布通过其他方式?