RBFSmoothingInterpolation2DEvaluate Method |
Evaluates the fitted smoother at the provided point.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double Evaluate(
double x,
double y
)
Parameters
- x Double
- The x-coordinate.
- y Double
- The y-coordinate.
Return Value
DoubleThe smoothed/interpolated value at
(x,y).
See Also