% @(#)save_regr.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:55 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT save_regr.hlq %.AUTHOR JDP, IPG/ESO %.KEYWORDS MIDAS, help files, SAVE/REGRESSION %.PURPOSE On-line help file for the command: SAVE/REGRESSION %.VERSION 1.0 12-OCT-1983 : Creation, JDP %---------------------------------------------------------------- \se SECTION./REGR \es\co SAVE/REGRESSION 12-OCT-1983 JDP \oc\su SAVE/REGRESSION table name save results of a regression \us\pu Purpose: Save the result of a REGRESSION command in table descriptors. Regression coefficients can be referred to by the user defined name. \up\sy Syntax: SAVE/REGRESSION table name \ys\pa table = name of table file \ap\pa name = regression name \ap\no Note: none \on\exs Examples: \ex The following set of commands will compute a new column with the results of a polynomial regresion : \xe\ex REGRESSION/POLYNOMIAL mytable :Y :X 2 SAVE/REGRESSION mytable TEST COMPUTE/REGRESSION mytable :YN = TEST \xe \sxe