next up previous contents index
Next: Retrieving the fitted Up: Fitting Previous: Fitting one or

Results of the fit

 

When the fit is complete, the parameters and the errors on the parameters are returned to the calling program. By default (unless option N is specified), the fitted parameters, the errors on these parameters, their names (see below), the chi-squared and the number of degrees of freedom of the fit are stored in a data structure associated to the histogram ID when routines HFITH and HFITHN are invoked.

The information stored in the associated data structure is used during the printing/plotting phase. In particular it is written when the histogram is stored in a file with HROUT.

Naming the parameters of a fit

CALL HFINAM (ID,CHPNAM,NPAR)

Action: Modify the names of the fitted parameters in the data structure associated with the given histogram.

Input parameter:
ID
Histogram identifier.
CHPNAM
CHARACTER array specifying the name(s) to be given to the parameter(s) of the fit (truncated to 8 characters).
NPAR
Number of parameters specified.

Last update: Tue May 16 09:09:27 METDST 1995