Curve Fitting Application as a Tutorial #1
Reference in New Issue
Block a user
No description provided.
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
/tutorials
folder (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-models
or elsewhere) to fit to the given datacurve_fit
using polynomial basis to the methods innumethods
so that we may directly use it.Thanks for the merge.