Click or drag to resize

RBFSmoothingInterpolation2DEvaluate Method

Evaluates the fitted smoother at the provided point.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double Evaluate(
	double x,
	double y
)

Parameters

x  Double
The x-coordinate.
y  Double
The y-coordinate.

Return Value

Double
The smoothed/interpolated value at (x,y).
See Also