IMSL C# Numerical Library

RadialBasis.Update Method (Double[], Double, Double)

Adds a data point with a sepecified weight.

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

Parameters

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

See Also

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