>
> Does anyone have a curve fitting equation/function that they would be
> willing to share? My needs are pretty simple. I just need a linear fit
> (y=ax+b) with 3 coordinates as input.
>
> Any help would be appreciated.
>
>
Is built into VEE already as the "linear regression" object. Simply collect
your three coords into an array and pass into the regression object.
Will get fitted data, coefficients, and a goodness factor.
Note that polynomial, log/exp fits are also there.
regards
Stan Bischof
stanb@sr.hp.com
> Does anyone have a curve fitting equation/function that they would be
> willing to share? My needs are pretty simple. I just need a linear fit
> (y=ax+b) with 3 coordinates as input.
>
> Any help would be appreciated.
>
>
Is built into VEE already as the "linear regression" object. Simply collect
your three coords into an array and pass into the regression object.
Will get fitted data, coefficients, and a goodness factor.
Note that polynomial, log/exp fits are also there.
regards
Stan Bischof
stanb@sr.hp.com
Use the Regression object from the Devices menu. For an example, see
<vee-dir>examplesanalysiscurvefit.vee. Linear, log, exponential,
etc. fits are available.
Regards,
Bruce Wenner
HP St. Paul
______________________________ Reply Separator _________________________________
Subject: Vrf-Curve fit
Author: Non-HP-kfjasins (kfjasins@execpc.com) at HP-USA/o2=mimegw3
Date: 11/20/97 7:54 AM
Does anyone have a curve fitting equation/function that they would be
willing to share? My needs are pretty simple. I just need a linear fit
(y=ax+b) with 3 coordinates as input.
Any help would be appreciated.