optima (plural) -> optimum (singular) (#579)
This commit is contained in:
		
				
					committed by
					
						
						Hadley Wickham
					
				
			
			
				
	
			
			
			
						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.
 | 
			
		||||
 | 
			
		||||
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?
 | 
			
		||||
    
 | 
			
		||||
    ```{r}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user