Skip to content

Commit 294121a

Browse files
authored
Small edits in mle (#276)
1 parent 982852a commit 294121a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/mle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ In this case, the maximum likelihood estimates are known to be
292292
$$
293293
\hat{b} = \frac{n}{\sum_{i=1}^{n} \ln (w_i/\hat{x_m})}
294294
\quad \text{and} \quad
295-
\hat{x_m} = \min_{i} w_i
295+
\hat{x}_m = \min_{i} w_i
296296
$$
297297
298298
Let's calculate them.

0 commit comments

Comments
 (0)