Crate fitme

Source
Expand description

CLI curve fitting tool. Parameterise an equation from a CSV dataset.

fitme is primarily a CLI tool. For usage and examples, see the repository README.

fitme can be used as a library, the exposed API is a minimal set required for use of the fit function. If using as a library, see the fit function’s documentation for an example.

Re-exports§

pub use expr::Equation;

Modules§

expr
Mathematical expression parsing and evaluation.

Structs§

App
CLI curve fitting tool. Parameterise an equation from a CSV dataset.
Data
Input data representation.
DataRow
A single row Data.
Fit
The result of fit.
Headers
Input data headers representation.

Enums§

EquationResolver
Versions of the equation resolver.
Output
How do you want the output formatted?

Functions§

fit
Fit an equation using the input data.