Table of Contents

Hints & Tips

DM41X Curve Fitting

The Advantage Pac CFIT program requires all data values to be positive/non-zero

This is quite limiting and perhaps a better method is the PPC ROM's CV program.

CV does the same curve fitting (including selecting the best fit ) without this restriction for curves where negative co-ordinates are appropriate.

It also gives the function of calculating an estimated x value from an entered y, which CFIT doesn't do.

DM41X PPC ROM Curve Fit

Advantage Pac functions for statistical curve fitting.

CFIT program provides the functions to fit statistics data to LIN, Exp, LOG, Power and Best Fit

XEQALPHACFITALPHA

Curve Fit values

Example of a Best Fit (LOG)

X 0.721.311.952.583.14
Y 2.161.611.160.850.5

the curve found is y = 1.8515 - 1.1021 ln(x)

John Pumford-Green 31/07/24 14:46 BST

Further Information