% @(#)fit_tabl.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:11:28 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT fit_tabl.hlq %.AUTHOR JDP,PhD, IPG/ESO %.KEYWORDS MIDAS, help files, FIT/TABLE %.PURPOSE On-line help file for the command: FIT/TABLE %.VERSION 1.0 06-JUNE-1986 : Creation, JDP,PhD %---------------------------------------------------------------- \se SECTION./TABL \es\co FIT/TABLE 06-JUNE-1986 JDP,PhD \oc\su FIT/TABLE [nfeval[,prec[,metpar]]] table :dep,[:wgt] :ind [funct] fit table \us\pu Purpose: Fit an approximating function to a table column. The function is defined with the command EDIT/FIT. See SET/FIT for modifying the method, weighting or printing options. \up\sy Syntax: FIT/TABLE [nfeval[,prec[,metpar]]] table dep,[wgt] ind [funct] \ys\pa nfeval = maximum no. of function evaluations to be performed. If nfeval positive then initial values of the parameters are the user guesses nfeval negative then initial values are taken from the previously computed paramter values \ap\pa prec = precision to be achieved. \ap\pa metpar = method parameters (different from one method to another, see manual for more details) \ap\pa table = table with the input data \ap\pa dep = reference to the column with the dependent variable \ap\pa wgt = optional reference to the column with the weight or deviation of the measurements (see SET/FIT WEIGHT=) \ap\pa ind = reference to the column(s) with the independent variable(s) \ap\pa funct = is the approximating function name. By default the last used function is taken. \ap\no Note: none \on\exs Examples: \ex FIT/TABLE 10,0.0005,0.2 TABLE :Y :X1,:X2 TEST perform 10 function evaluation in the fit, with a relaxation factor 0.2 (if default have not been modified by SET/FIT i.e. METHOD = NEWTON), to reach a precision of 0.0005. Initial values of the parameters are the user guesses defined in the function TEST. \xe\ex FIT/TABLE -10,0.0005,0.5 TABLE :Y :X1,:X2 perform 10 function evaluations in the fit, using as initial parameters the values computed by the previous command. \xe \sx