Click or drag to resize
RadialBasisUpdate Method (Double, Double)
Adds a data point with weight = 1.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void Update(
	double[] x,
	double f
)

Parameters

x
Type: SystemDouble
A double array containing the locations of the data point.
f
Type: SystemDouble
A double containing the function value at the data point.
See Also