#include <common.h>
Data Fields | |
| double | a |
| Coefficient of the cubic term. | |
| double | b |
| Coefficient of the quadradic term. | |
| double | c |
| Coefficient of the linear term. | |
| double | d |
| The constant term. | |
| double | a_err |
| Error in a. | |
| double | b_err |
| Error in b. | |
| double | c_err |
| Error in c. | |
| double | d_err |
| Error in d. | |
| double | chisq |
| chi^2 of the fit | |
| double | chisq_dof |
| chi^2 per degree of freedom | |
| int | conv |
| Boolean convergance flag. | |
|
|
Coefficient of the cubic term.
|
|
|
Error in a.
|
|
|
Coefficient of the quadradic term.
|
|
|
Error in b.
|
|
|
Coefficient of the linear term.
|
|
|
Error in c.
|
|
|
chi^2 of the fit
|
|
|
chi^2 per degree of freedom
|
|
|
Boolean convergance flag.
|
|
|
The constant term.
|
|
|
Error in d.
|
1.3.9.1