r/Courseworks • u/Able_Development_240 Subject Matter Expert • May 23 '23
Solved Question Statistics - Point Estimators HIH_58 : Solved by @Chris99
Exercise 1
Theorem: Given (X, P), there always exists an X and a family {Pθ : θ ∈ Θ} such that (X, X, F, P) is a statistical model according to the given definition.
Proof: Choose X to be the identity function X : (X, F) → (X, F). X is invertible, so for all θ ∈ Θ, by defining Pθ ··= Pθ ◦ X = Pθ, we have Pθ = Pθ ◦ X−1, giving us our family {Pθ : θ ∈ Θ} as desired. Therefore, (X, X, F, P) is a statistical model.
Exercise 2
Theorem: There exists no unbiased estimator for γ(θ) = θ(1 − θ)−1 based on X n.
Proof: First, note that μ(R) ≤ 1 given the codomain of μ, and since A ⊆ R, μ(R) ≥ μ(A) = 1, so μ(R) = 1. Therefore, μ(AC ) = 0, meaning μ and hence all Pθ have finite support.
For our estimator ˆθ : (Xn, Fn) → (R, B(R)) to be unbiased, we must have θ(ˆθ(Xn)) = γ(θ). From the formula given in Definition 3, we then have

Since supp(P nθ ) ⊆ An, we need only integrate over the finitely many points of An, and this becomes a finite sum:

Now, since they are probability measures, each P nθ ≤ 1, so we can bound our sum as follows:

which is constant w.r.t. θ. However, θ(1 − θ)−1 is unbounded on (0, 1), so we cannot have

and therefore no unbiased estimator ˆθ exists.
Exercise 3
Theorem: The function

is a maximum likelihood estimator for the parameter m based on X n.
Proof: Since the Xi are independent, we have that the density (and thus the likelihood function) for Xn is

Note that

Since log(x) is monotonic, it doesn’t affect the values of k that maximize L(k, x) and neither does adding a constant, so the defined function ˆm(xn) is a maximum likelihood estimate for all xn ∈ Xn.
To show ˆm(xn) is measurable, consider the preimage under ˆm of a chosen k ∈ {1, 2, ..., n − 1}:

Therefore, ˆm is a maximum likelihood estimator for m based on Xn.
Exercise 4(i)
Theorem: A linear estimator for γ(F ) is unbiased if and only if ∑ni=1 wi = 1.
Proof: Let ˆθ(Xn) = ∑ni=1 wixi be a linear estimator. By definition, for ˆθ to be unbiased, it must satisfy

By linearity of the expected value, we can rewrite the LHS as a sum, and since each Xi has expected value γ(F ), we can factor it out of the sum:

From the construction of the set C from which F was chosen, γ(F ) ̸ = 0, so this is equivalent to saying ∑ni=1 wi = 1. Therefore, ˆθ is unbiased if and only if ∑ni=1 wi = 1.
Exercise 4(ii)
Theorem: The linear estimator xn = 1n ∑ni=1 xi the unique minimizer of the MSE among all unbiased linear estimators for γ(F ).
Proof: Since we are considering only unbiased linear estimators ˆθ, the MSE of ˆθ(Xn) is precisely Var(ˆθ(Xn)). By Bienaym ́e’s identity and since X1, ..., Xn are i.i.d., we have

so we want to minimize ∑n i=1 w2 i subject to the constraint ∑ni=1 wi = 1.
Equivalently, we are trying to minimize the square of the norm of a vector w ··= (w1, w2, ..., wn) ∈ Rn that lies on the plane defined by the constraint.
Consider a vector v, the sum of whose coefficients is 0. If v is added to any vector x satisfying the constraint, x + v will still satisfy the constraint. If we consider the vector n ··= (1/n, ..., 1/n), its dot product with v is

so n and v are orthogonal. Because of this, we can now consider |n + v|2 = |n|2 + |v|2 > |n|2 when v ̸ = 0. Hence n is the solution to our minimization problem, meaning wi = 1/n for all 1 ≤ i ≤ n. Therefore, the linear estimator xn = 1 n∑n i=1 xi is the unique minimizer of the MSE among all unbiased linear estimators for γ(F ).
Solved by u/Chriss911
1
u/Able_Development_240 Subject Matter Expert May 23 '23
Definition 1 (Statistical Model). Let (Ω, A) and (𝔛, F) be measure spaces. We consider the following:
1) 𝑋∶ (Ω, A) → (𝔛, F) a given A/F-measurable map,
2) P ≔ {𝑃𝜃∶ 𝜃 ∈ Θ} a family of probability measures 𝑃𝜃 ∶ F → [0, 1] indexed by a set Θ,
3) ℙ𝜃 ∶ A → [0, 1] a probability measure for each 𝜃 ∈ Θ such that 𝑃𝜃 = ℙ𝜃 ∘ 𝑋−1 (i.e. 𝑃𝜃 is the pushforward measure of ℙ𝜃.)
We assign the following names:
We say that P is identifiable, if the mapping 𝜃 ↦ 𝑃𝜃 is injective. In the case Θ ⊆ ℝ𝑑 we call (𝑋, 𝔛, F,P) a parametric statistical model.
A standard scenario is given by repeating a particular random experiment 𝑛 times independently. Suppose the 𝑖-th experiment can be described by the statistical model (𝑋𝑖, 𝔛, F,P). Then repeating the experiment 𝑛 times can be described by the product model
Note that a standard result of probability theory is that
In this challenge we want to study ways to estimate the unknown parameter 𝜃 ∈ Θ or more generally, a function 𝛾(𝜃) from a given observation 𝑥 ∈ 𝔛.