Command FLIST


      Parameters     Defaults

FLIST windows       
      /
      DISPLAY       
      CONDITIONS    
      LOOP          

      GRAPHIC       




      CONFIDENCE(co) 0.683


Purpose

  List experimental and fit data

Function

  List x,y data and errors as well as fitted function values and errors,
  optionally within specified windows.
  If no windows are specified a window is prompted via cursor or terminal input.

Example

  FLIST *

  lists data in all fit windows


Parameter WINDOWS(wdws)

List of windows, interpreted as follows:
window item = number: condition,
window item = letter: display window,
window item =      #: temporary window
window item =      *: all fit windows.

Parameter DISPLAY

List data of all display windows

Parameter CONDITIONS

List data of all conditions

Parameter LOOP

Windows are prompted in a loop

Parameter GRAPHIC

Write results into current picture

Parameter CONFIDENCE(co)

For 0 < co < 1 the evaluated function errors correspond to confidence limit co.
Usually co = 0.683 corresponds to the propagated error bars of the fitted input data.