SparseInterpolate
|
Miscellaneous functions |
SYNTAX | SparseInterpolate( sparse_points, data, order ) |
RETURNS | ARRAY |
FUNCTION | Interpolate values between sparse data points
Parameters:
|
EXAMPLE | sparse_points = DayOfWeek() == 1; |
SEE ALSO | SparseCompress() function , SparseExpand() function |
The SparseInterpolate function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.