kaoyan1basic 概率论与数理统计 第13题

教材习题

📝 题目

### 【基础篇】第13题(解答题) 13.设 $X_{1}, X_{2}, \cdots, X_{n}$ 是来自总体 $X$ 的简单随机样本,$X$ 的概率密度为 $\displaystyle f(x ; \theta)= \begin{cases}\frac{x}{\theta^{2}} \mathrm{e}^{\frac{x^{2}}{y^{2}}}, & x>0, \\ 0, & x \leqslant 0,\end{cases} \theta>0$ .求 $\theta$ 的最大似然估计量.

💡 答案解析

**答案**:$\displaystyle \hat\theta=\sqrt{\frac{1}{2n}\sum_{i=1}^n X_i^2}$

**解析**:密度$\displaystyle f(x;\theta)=\frac{x}{\theta^2}e^{-x^2/(2\theta^2)}$,$x>0$(注意原题指数部分应为$e^{-x^2/(2\theta^2)}$,但题目写为$\displaystyle e^{\frac{x^2}{y^2}}$有误,应为$\displaystyle e^{-\frac{x^2}{2\theta^2}}$)。似然函数$\displaystyle L(\theta)=\prod_{i=1}^n \frac{x_i}{\theta^2}e^{-x_i^2/(2\theta^2)}=(\prod x_i)\theta^{-2n}e^{-\sum x_i^2/(2\theta^2)}$。取对数$\displaystyle \ln L=\sum\ln x_i-2n\ln\theta-\frac{1}{2\theta^2}\sum x_i^2$。求导:$\displaystyle \frac{d\ln L}{d\theta}=-\frac{2n}{\theta}+\frac{1}{\theta^3}\sum x_i^2=0$,解得$\displaystyle \theta^2=\frac{1}{2n}\sum x_i^2$,故$\displaystyle \hat\theta=\sqrt{\frac{1}{2n}\sum_{i=1}^n X_i^2}$。

**难度**:★★☆☆☆

📋 详细解题步骤

步骤 1/4
目标:写出似然函数
根据样本观测值 x1, x2, ..., xn,写出似然函数 L(θ) = ∏ f(xi; θ)。由于总体密度为 f(x;θ) = (x/θ^2) e^{-x^2/(2θ^2)} (x>0),故 L(θ) = ∏ (xi/θ^2) e^{-xi^2/(2θ^2)} = (∏ xi) θ^{-2n} e^{-∑ xi^2/(2θ^2)}。
公式:L(θ) = (∏_{i=1}^n x_i) θ^{-2n} e^{-∑_{i=1}^n x_i^2/(2θ^2)}
提示:注意密度函数中指数部分应为 e^{-x^2/(2θ^2)},原题有笔误。
步骤 2/4
目标:取对数似然函数
对似然函数取自然对数,得到 ln L(θ) = ∑ ln xi - 2n ln θ - (1/(2θ^2)) ∑ xi^2。
公式:ln L(θ) = ∑_{i=1}^n ln x_i - 2n ln θ - (1/(2θ^2)) ∑_{i=1}^n x_i^2
提示:对数化可将乘积转化为求和,便于求导。
步骤 3/4
目标:对θ求导并令导数为0
对 ln L(θ) 关于 θ 求导:d ln L/dθ = -2n/θ + (1/θ^3) ∑ xi^2。令其等于0,得 -2n/θ + (1/θ^3) ∑ xi^2 = 0。
公式:d ln L/dθ = -2n/θ + (1/θ^3) ∑_{i=1}^n x_i^2 = 0
提示:求导时注意 θ 的幂次,利用 d/dθ (θ^{-2}) = -2θ^{-3} 等。
步骤 4/4
目标:解方程得θ的估计
由方程得 (1/θ^3) ∑ xi^2 = 2n/θ,两边乘以 θ^3 得 ∑ xi^2 = 2n θ^2,故 θ^2 = (1/(2n)) ∑ xi^2。由于 θ>0,开方得 θ̂ = √( (1/(2n)) ∑ xi^2 )。
公式:θ̂ = √( (1/(2n)) ∑_{i=1}^n X_i^2 )
提示:注意解出的 θ̂ 是统计量,用大写 X_i 表示随机变量。

📷 拍照上传批改

拍照上传批改功能已预留入口,后续接入图片上传、OCR识别与AI批改。