IMSL C# Numerical Library

RadialBasis.Update Method

Adds a data point.

Overload List

Adds a data point with weight = 1.

public void Update(double[],double);

Adds a data point with a sepecified weight.

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

Adds a set of data points, all with weight = 1.

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

Adds a set of data points with user-specified weights.

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

See Also

RadialBasis Class | Imsl.Math Namespace