public interface Interpolation extends CurveFitting
CurveFitting
as interpolation is a special case of curve
fitting that the interpolated function must pass through all the given points. Hence, this
interface declares no extra method, and is just used to state the property of the output
function.Modifier and Type | Method and Description |
---|---|
UnivariateRealFunction |
fit(OrderedPairs f)
Fit a real valued function from a discrete set of data points.
|
UnivariateRealFunction fit(OrderedPairs f)
fit
in interface CurveFitting
f
- a discrete set of data pointsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.