Revision as of 12:55, 3 July 2024 by Admin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Exercise


ABy Admin
Jun 25'24

Answer

Solution: C

The function [math]e(c) = E[(X-c)^2] [/math] is a quadratic in [math]c[/math] therefore its minimum is achieved when its derivative equals zero. Take the derivative and set it to zero:

[[math]] e'(c_0) =-2E[(X-c_0)] = 0 \implies c_0 = E[X]. [[/math]]

Hence the minimizer equals the expected value, and therefore the answer is automatically [math]\sigma^2[/math].

00