Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jan 19, 2023
1 parent b5c049a commit 942cc92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ multiply(["2", "3", "4", "5"]);
"120"
```

### ols (ordinary least squares)
Use ols for simple linear regression.
### ols
Use ordinary least squares for simple linear regression.
```js
ols(
[
Expand Down

0 comments on commit 942cc92

Please sign in to comment.