optima (plural) -> optimum (singular) (#579)
This commit is contained in:
parent
73151e7ebd
commit
f8fcc86243
|
@ -223,7 +223,7 @@ These are exactly the same values we got with `optim()`! Behind the scenes `lm()
|
||||||
to the linear model.
|
to the linear model.
|
||||||
|
|
||||||
1. One challenge with performing numerical optimisation is that it's only
|
1. One challenge with performing numerical optimisation is that it's only
|
||||||
guaranteed to find one local optima. What's the problem with optimising
|
guaranteed to find one local optimum. What's the problem with optimising
|
||||||
a three parameter model like this?
|
a three parameter model like this?
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
|
|
Loading…
Reference in New Issue