|
unsigned | maximum_iterations |
| The maximum number of iterations in during fit.
|
|
float | convergence_chisq |
| The convergence chisq.
|
|
float | convergence_delta |
| The convergence delta.
|
|
float | maximum_reduced |
| The maximum reduced chi-squared allowed.
|
|
unsigned | iterations |
| The number of iterations in last call to solve method.
|
|
float | best_chisq |
| The best chi-squared in last call to solve method.
|
|
unsigned | nfree |
| The number of free parameters in last call to solve method.
|
|
unsigned | nparam_infit |
| The number of parameters to be fit.
|
|
unsigned | ndat_constraint |
| The total number of constraints (multi-dimensional data)
|
|
bool | debug |
| The fit debug mode.
|
|
bool | solved |
| Set true when fit has been solved.
|
|
bool | singular |
| Set true when the fit failed due to a singular Hessian matrix.
|
|
matrix | covariance |
| The covariance matrix set after fitting.
|
|
General properties of least squares minimization