Probstat/week5 practice 2

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
This is part of probstat.

Independent random variables

1. Consider a simple experiment of choosing, uniformly at random, an integer from the set {0,1}.

  • 1.1 Let X be a random variable that denotes the chosen integer from the experiment. Find E[X] and Var(X).
  • 1.2 Let's perform the experiment 2 times. Let X1 and X2 be random variables that denote the chosen integers from the first and the second experiments. Let Y = (X1 + X2)/2. Find E[Y] and Var(Y).
  • 1.2 Let's perform the experiment K times. Let X1, X2,... XK be random variables that denote the chosen integers from each experiments. Let Z = (X1 + ... + XK)/K. Find E[Z] and Var(Z).