参数区间估计与假设检验
Error parsing MDX
[next-mdx-remote-client] error compiling MDX:
Expected a closing tag for `<br>` (125:64-125:68) before the end of `tableData`
123 | | 检验参数 | 条件 | 原假设 $H_0$ | 备择假设 $H_1$ | 检验法与统计量 | 拒绝域 |
124 | | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: |
> 125 | | $\mu$ | $\sigma^2$ 已知 | $\mu=\mu_0$ | $\mu\neq\mu_0$ | $U$ 检验<br>$U=\frac{\overline{X}-\mu_0}{\sigma/\sqrt{n}}\sim N(0,1)$ | $\vert u\vert \ge u_{\frac{\alpha}{2}}$ |
| ^
126 | | | | $\mu\le\mu_0$ | $\mu>\mu_0$ | | $u \ge u_\alpha$ |
127 | | | | $\mu\ge\mu_0$ | $\mu<\mu_0$ | | $u \le -u_\alpha$ |
More information: https://mdxjs.com/docs/troubleshooting-mdx
🧑🔧 See how to debug and solve most common MDX errors