Level 2 Help for IBISLSQ

INP

   INP=file           Input IBIS interface file


INDCOL

   INDCOL=(N1,...,Nk) The   integers   N1,...,Nk  specify   the 
                      columns  which contain the data  for  the 
                      independent variables.  Each row contains 
                      one data point.


DEPCOL

   DEPCOL=(M1,...,Ml) The   integers   M1,...,Ml  specify   the 
                      columns  which contain the data  for  the 
                      dependent variables.  Each row contains 
                      one data point.


SOLCOL

   SOLCOL=(S1,...,Sl) The integers  S1,...,Sl specify columns 
                      which receive the solution coefficients 
                      corresponding to the dependent variables.
		      The first k rows contain the solutions for
		      the corresponding k independent columns.
		      If this parameter is omitted, then the  
		      solution is not stored.


RESCOL

   RESCOL=(R1,...,Rl) The  integers  R1,...,Rl specify columns 
                      which  receive the residuals corresponding 
		      to the dependent variables for each data
		      point.  If this parameter is omitted,  
		      then no residuals are stored.


CONCOL

   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 DGELGd in one least 
                      squares fit.


NOPRINT

    'NOPRINT	      Keyword to suppress printout of solution.