top of page
FuncFit finds the best matching combination of functions, parameters and variables to polynomial model coefficients.
The function seek has one restriction. The function is expected to be presented by the following treelike structure. See picture below:

Each grey point is expected to be in the set { +, *, /, exp, log, sin, tan, asin, atan },
At the bottom line, point is one independent variable { a, b, .. } added or multiplied
by numeric parameter P.
So the model function could be like:
F = (((2.01+c)*(0.129+a))+EXP((.903+c)+(1.04+b)))/((5.05+b)*(0.306+a))*SIN((1.87+a)*(0.708+b))
The text file below contains an example of FuncFit process in cloud service.
bottom of page