Main approximation routines
lsapprox | Polynomial approximation of tabulated data using linear least-squares |
olsapprox | Polynomial approximation of tabulated data using orthogonal least-squares |
qpapprox | Rational approximation of tabulated data using quadratic programming |
tracker | Rational approximation of tabulated data using genetic programming |
koala | Rational approximation of tabulated data using surrogate modeling |
Common analysis and display routines
errapprox | Accuracy of an approximating function |
plotapprox | Graphical comparison between tabulated data and an approximating function |
Specific analysis and display routines (to be used with koala and tracker)
plosurfaces | Graphical comparison between reference, validation and estimation data (for koala results) |
plosurfs | Graphical comparison between reference, validation and estimation data (for tracker results) |
plofronts | Graphical display of Pareto fronts (for tracker results) |