Math Problem Statement

Say I have X1 to Xn, as n i.i.d. observations of a uniform distribution that goes from an unknown Theta to Theta-squared, with Theta being strictly greater than 1. How do I compute the MLE of Theta? I was under the assumption that the maximum likelihood estimator of Theta would in this case be the smallest possible X_i, so min(X_i), because Theta is the lowest possible value on the uniform.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Maximum Likelihood Estimation (MLE)
Uniform Distribution
Parameter Estimation
Constraints in Optimization

Formulas

PDF of Uniform Distribution: f(x; Θ) = 1 / (Θ² - Θ) for Θ ≤ x ≤ Θ²
Likelihood Function: L(Θ) = Π f(Xi; Θ)
Log-Likelihood: ℓ(Θ) = -n ln(Θ² - Θ)
Constraints: Θ ≥ max(Xmin, sqrt(Xmax))

Theorems

Properties of Maximum Likelihood Estimators
Boundary Conditions in Likelihood Optimization

Suitable Grade Level

Undergraduate Level (Statistics or Probability Course)