2D Fit Lines
You can fit an equation to the points in the 2D plots by selecting one of the predefined functions described below:
Y = a + bX
to the points in the 2D plot. Confidence bands can be specified on the 2D Scatterplots - Advanced tab.
y = b0+ b1x + b2x2 + b3x3 +...+ bnxn
where n is the order of the polynomial (1<n<6). The order of the polynomial function can be changed in the Fitting dialog.
y = q*[logn(x)]+b
where the logarithm base (n) is selected by the user (by default, base 10 is selected). The base of the log function can be changed globally on the Documents/Graphs: Settings tab of the Options dialog box. The log function can be changed for an individual graph on the Options 2 tab during graph creation.
y = b*exp(q*x)
where b and q are constants.