Curve Fitting Application as a Tutorial #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Soon, I wish to write a small tutorial under
/tutorialsfolder (in my forked repo) for how to use the algorithms (methods) to compute the model that best fits (in some sense) to the given data. Here is a tentative plan of mine:numethods) to compute a polynomial model (we may then enhance later in the repodata-fitting-modelsor elsewhere) to fit to the given datacurve_fitusing polynomial basis to the methods innumethodsso that we may directly use it.Thanks for the merge.