INP=file Input IBIS interface file
INDCOL=N1 The integer N1 specifies the
column which contain the data for the
independent variable. Each row contains
one data point.
DEPCOL=M1 The integer M1 specifies the column
which contains the data for the
dependent variable. Each row contains
one data point.
SLOPECOL=S The integer S specifies the
column which will receive the value of
of the slope which can be applied to other
data).
Note that there is a lot of repetition of the
coefficients in the columns, but this allows
the coefficients to be used in a row-oriented
arithmetic operation by routine MF, MF3 or MF4.
RESCOL=R1 The integer R1 specifies the column which
will receive the residuals corresponding
to the dependent variable for each data
point.
CONCOL=C The integer C specifies a control column
which produces a separate fit for each
group of identical numbers in the control
column. If this keyword is omitted, then
the whole file is used in one least
squares fit.
SSIGCOL=S The integer S specifies the column which
will hold a slope std deviation for each
group of of identical numbers in the
control column. If this keyword is omitted,
then the whole file is used in one least
squares fit.
ISIGCOL=I The integer I specifies the column which
will hold an intercept std deviation for each
group of of identical numbers in the
control column. If this keyword is omitted,
then the whole file is used in one least
squares fit.
'NOPRINT Keyword to suppress printout of solution.