public class NewtonPolynomial extends Object implements Interpolation
| Constructor and Description |
|---|
NewtonPolynomial() |
| Modifier and Type | Method and Description |
|---|---|
UnivariateRealFunction |
fit(OrderedPairs f)
Fit a real valued function from a discrete set of data points.
|
public UnivariateRealFunction fit(OrderedPairs f)
Interpolationfit in interface CurveFittingfit in interface Interpolationf - a discrete set of data pointsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.