Skip to content

Commit 96b1252

Browse files
committed
Update README to include new functions
1 parent 3830d1f commit 96b1252

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Check out the [API reference](https://hexdocs.pm/numerix/api-reference.html) for
5959

6060
### Distance functions
6161

62+
* Mean squared error (MSE)
63+
* Root mean square error (RMSE)
6264
* Pearson
6365
* Minkowski
6466
* Euclidean
@@ -86,6 +88,12 @@ Check out the [API reference](https://hexdocs.pm/numerix/api-reference.html) for
8688
* p-norm
8789
* Vector subtraction and multiplication
8890

91+
### Linear regression
92+
93+
* Least squares best fit
94+
* Prediction
95+
* R-squared
96+
8997
### Kernel functions
9098

9199
* RBF

0 commit comments

Comments
 (0)