Command    FSTORE
       Parameters      Defaults
FSTORE anlid         
       evtid         
       /
       CONFIDENCE(co) 0.683
       DIFFERENCE    
       CHI           
Purpose
  Store fit data.
Function
  Fit data, i.e. fit function values or difference to input data are stored.
  The values are sent back to the calling package where they might be processed further.
  Called from gd: data are stored in datasets,
  from satan: data are stored in analyzers.
Example
  FSTORE x y / DIFF
  Calculates the difference between input data and current fit function
  and stores the result in dataset x.y (from gd)
  or in analyzer x.y (from satan, respectively).
Parameter ANLID
Specifies destination for result values.
In general: first level qualifier to be sent back to calling package.
From gd: File name.
From satan: Analyzer identifier.
Parameter EVTID
Specifies destination for result values.
In general: second level qualifier to be sent back to calling package.
From gd: File name extension.
From satan: Event identifier.
Parameter CONFIDENCE(co)
For 0 < co < 1 the evaluated function and fit parameter errors
correspond to confidence limit co.
Usually co = 0.683 corresponds to the propagated error bars
of the fittedinput data.
Parameter DIFFERENCE
The differences of input and fitted data are evaluated.
Parameter CHI
The differences of input and fitted data, divided by the propagated errors,
are evaluated. The propagated errors are computed as the square root of the
quadratic sum of fit and data errors.