Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s-baumann committed May 22, 2024
1 parent d68f060 commit 54233d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ There are a few ways in which it can be used.
* This can be used for approximation functions. It can currently implement OLS functions, Chebyshev polynomials, the Schumaker shape preserving spline and basic interpolation schemes. It can also do Recursive Partitioning and create Multivariate Adaptive Regression (MARS) Splines. It could be extended to implement other approximation schemes.
* All basic algebra and calculus on a MultivariateFunction can be done analytically.
* Newton's method is implemented so that roots and optima can be found using analytical Jacobians and Hessians.

This is unlikely to be updated again. I didn't really understand Julia well when I wrote it. I think it is all correct but it is pretty inefficient. So use with care.

0 comments on commit 54233d5

Please sign in to comment.