Problem with curve fit
| millot1 | May 11, 2012 - 15:49 | ||
|---|---|---|---|
|
I would like to reproduce this result, i e have the Covariance matrix parameters printed after completion of curvefit //¥CurveFit/M=2 Power Temperature[3,] /X=T_Us /W=Temperature_Err /I=1 /D /R /F={0.683000, 1} however I tried Fit converged properly Many thanks |
|||

Joined: 2007-06-21
Location: United States
I'm not the curve fitting expert, but . . .
CurveFit will not print the covariance matrix, but you can print it like this:
Print M_CovarOr you can view it in a table like this:
Edit M_CovarJoined: 2012-05-11
Location: United States
This was the code i was looking for !
Many thanks