Skip to content

Commit fddb1ed

Browse files
committed
Soften "estimation is optimization" to "often" in deck and ch1
1 parent e993def commit fddb1ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

01-intro.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ library(ggplot2)
1818

1919
## Optimization is everywhere in statistics
2020

21-
Estimation is optimization. We **maximize** a likelihood, **minimize** a loss, or
21+
Estimation is often optimization. We **maximize** a likelihood, **minimize** a loss, or
2222
**penalize** a fit to trade bias for variance. Ordinary least squares, ridge and
2323
lasso, logistic regression, support vector machines, maximum-entropy models,
2424
portfolio selection --- each is "find the parameter that makes some criterion as

slides/intro.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This is the **opening** to a hands-on session. The real work lives in the
2525
stage, then we drop into code.
2626

2727
::: incremental
28-
- **Estimation is optimization.** You already do this every day.
28+
- **Estimation is often optimization.** You already do this every day.
2929
- A huge share of statistics and ML is, underneath, **convex optimization**.
3030
- **CVXR** lets you write these problems in *natural mathematical notation* and
3131
have them solved to **global** optimality --- no custom solver, no matching to a

0 commit comments

Comments
 (0)