| Author |
Comment/Response |
Peter Pein
|
05/03/12 04:46am
In Response To 'Re: stripping off coefficients' --------- Hi,
your method relies on the order of constant an linear terms. I guess this is OK but not waterproof.
intercepts = fits /. x->0;
slopeswithx = fits - intercepts;
slopevalues = slopeswithx /. x->1;
seems easier and more reliable to me.
Cheers,
Peter
URL: , |
|