作者LinkJerry (§杰瑞先生§)
看板Grad-ProbAsk
标题[统计] 联合机率函数
时间Mon Mar 16 23:33:58 2009
中原工工94年的统计
Consider an experiment of independently tossing a fair coin for n times.
Let N1 and N2, respectively, denote the number of heads and tails obtained
in the n tosses.
(a) What is the distribution of N1?
Please write down the probability mass function.
n N1 n-N1
N1~B(n,0.5) pmf:C (0.5) (0.5)
N1
(b) What is the distribution of N2?
Please write down the probability mass function.
n N2 n-N2
N2~B(n,0.5) pmf:C (0.5) (0.5)
N2
(c) What is the joint distribution of (N1, N2)?
Please write down the joint probability mass function.
这题是直接把(a)跟(b)相乘就可以了吗?
(d) Compute Cov(N1, N2).
因为题目第一行,提到实验独立,所以Cov(N1, N2)=0?
(e) If the experiment is to throw a fair die, instead of a coin, let Ni
denote the number of trials that the die lands on i,
i = 1,..., 6. What is Cov(N1, N2)?
请问黄色的部份是正确的吗? >"<...
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 61.57.69.139
1F:推 MousePads:(c)不是直接相乘吧,N1和N2不是独立的。事实上,N1和N2 03/17 00:03
2F:→ MousePads:是完全负相关(因为N1+N2=n,一个增加,另一个一定减少) 03/17 00:04
3F:→ MousePads:故f(N1,N2) = f(N1) = f(N2) (也就是同(a)或(b)的答案) 03/17 00:05