15.37.14 COEFFICIENTS|ERRORS

Sets individual coefficients|errors. If coefficients are set then they are not included in the calculation of the fit unless CONSTRAIN=OFF. If CONSTRAIN=OFF then you are merely settting the initial value of the coefficient. This is only useful for nonlinear fits. If you set the error it is used as the initial step for nonlinear fits. INDEX sets the index of the coefficient|error. The index may range from 0 to 19. Undefined errors are assumed to be 0.0. EXAMPLE TD:COEFFICIENTS 1,2.5,.5 ERRORS .1,.5,.2 Sets - a0=1.0+-.1, a1=2.5+-.5, a3=0.5+-.2 TD:COEFFICIENTS INDEX=3 .5 ERRORS I=3 .1 Sets - a3=0.5+-.1 TD:COEFFICIENTS 1.0 I=3 2.0 I=5 .5,-.7 Sets - A0=1.0, A3=2.0, A5=0.5, A6=-0.7