IMSL C# Numerical Library

RadialBasis.Update Method (Double[], Double)

Adds a data point with weight = 1.

public void Update(
   double[] x,
   double f
);

Parameters

x
A double array containing the location of the data point.
f
A double containing the function value at the data point.

See Also

RadialBasis Class | Imsl.Math Namespace | RadialBasis.Update Overload List