Mathematica > Data Manipulation > Numerical Data > Curve Fitting & Approximate Functions >
Mathematica > Data Manipulation > Statistics > Curve Fitting & Approximate Functions >
Mathematica > Mathematics and Algorithms > Statistics > Curve Fitting & Approximate Functions >

FunctionInterpolation

FunctionInterpolation[expr, {x, xmin, xmax}]
evaluates expr with x running from xmin to xmax and constructs an InterpolatingFunction object which represents an approximate function corresponding to the result.
FunctionInterpolation[expr, {x, xmin, xmax}, {y, ymin, ymax}, ...]
constructs an InterpolatingFunction object with several arguments.
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team