IMSL_RADBE
Syntax | Return Value | Arguments | Discussion | Example | Version History
The IMSL_RADBE function evaluates a radial-basis fit computed by IMSL_RADBF.
Note
This routine requires an IDL Advanced Math and Stats license. For more information, contact your ITT Visual Information Solutions sales or technical support representative.
Syntax
Result = IMSL_RADBE(abscissa, radial_fit)
Return Value
An array containing the values of the radial-basis fit at the desired values.
Arguments
abscissa
Two-dimensional array containing the abscissa of the data points at which the fit is evaluated. Argument abscissa (i, j) is the abscissa value of the j-th data point in the i-th dimension.
radial_fit
Radial-basis structure to be used for the evaluation.
Discussion
The IMSL_RADBE function evaluates a radial-basis fit from data generated by IMSL_RADBF.
Example
See IMSL_RADBF for examples using IMSL_RADBE.
Version History