CurveFit class abstract

Curve fitting is the process of constructing a curve, or mathematical function, that has the best fit to a series of data points, possibly subject to constraints.

See https://en.wikipedia.org/wiki/Curve_fitting.

Implementers

Constructors

CurveFit()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fit({required Vector<double> xs, required Vector<double> ys}) CurveFitResult
Fits a list of data points to the configured model.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited