• We are pleased to announce that the winner of our Feedback Prize Draw for the Winter 2024-25 session and winning £150 of gift vouchers is Zhao Liang Tay. Congratulations to Zhao Liang. If you fancy winning £150 worth of gift vouchers (from a major UK store) for the Summer 2025 exam sitting for just a few minutes of your time throughout the session, please see our website at https://www.acted.co.uk/further-info.html?pat=feedback#feedback-prize for more information on how you can make sure your name is included in the draw at the end of the session.
  • Please be advised that the SP1, SP5 and SP7 X1 deadline is the 14th July and not the 17th June as first stated. Please accept out apologies for any confusion caused.

CH4 - Q4.2

N

Noely

Member
Hi All,

Sorry this might be a very silly question, but I was working through question 4.2 of the material for CS1 and can't figure out where the following happens:

var = var[E(U|V)] + E[var(U|V)] = var[1/2*V] + E[1/12*V^2]
var = 1/4*var[V] + 1/12*E[V^2]

I can't seem to figure out how the 1/4 comes about?
 
Hi All,

Sorry this might be a very silly question, but I was working through question 4.2 of the material for CS1 and can't figure out where the following happens:

var = var[E(U|V)] + E[var(U|V)] = var[1/2*V] + E[1/12*V^2]
var = 1/4*var[V] + 1/12*E[V^2]

I can't seem to figure out how the 1/4 comes about?
Hi

It comes from the following:

Var(aX) = a^2 Var(X)

where X is a random variable and ‘a’ is a constant.

Therefore 0.5x0.5 = 0.25.
 
Back
Top