From 3e342713dd30c5aecf4a224d6f1a5aba07450270 Mon Sep 17 00:00:00 2001 From: Shu Date: Tue, 25 Jul 2023 21:25:48 +1000 Subject: [PATCH] Small edits in mle --- lectures/mle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/mle.md b/lectures/mle.md index c151c815..a88fb4bb 100644 --- a/lectures/mle.md +++ b/lectures/mle.md @@ -292,7 +292,7 @@ In this case, the maximum likelihood estimates are known to be $$ \hat{b} = \frac{n}{\sum_{i=1}^{n} \ln (w_i/\hat{x_m})} \quad \text{and} \quad - \hat{x_m} = \min_{i} w_i + \hat{x}_m = \min_{i} w_i $$ Let's calculate them.