The IMSL_RADBE function evaluates a radial-basis fit computed by IMSL_RADBF.

This routine requires an IDL Advanced Math and Stats license. For more information, contact your sales or technical support representative.

Example


See IMSL_RADBF for examples using IMSL_RADBE.

Syntax


Result = IMSL_RADBE(Abscissa, Radical_Fit)

Return Value


An array containing the values of the radial-basis fit at the desired values.

Arguments


Abscissa

Two-dimensional array containing the abscissas of the data points. Parameter abscissa (i, j) is the abscissa value of the j-th data point in the i-th dimension.

Radical_Fit

Radial-basis structure to be used for the evaluation.

Keywords


None

Version History


6.4

Introduced

See Also


IMSL_RADBF