17 Os <<
"FitStatistic\n" 20 <<
" outcome: " << (int)
outcome <<
"\n" 28 <<
" gamma2: " <<
gamma2() <<
"\n"
double d_sigma_sq
This is d_sigma_sq, which is the product of the correction to the state vector and the right hand siz...
void print(std::ostream &Os) const
Print to a stream.
double chisq_measured_fc
Chisq of the residuals of the measurement vs.
double gamma2_fc() const
Parameter "gamma2_fc", which is just chisq_apriori_fc + chisq_measured_fc.
double chisq_apriori_fc
Chisq of the X_i vs.
#define REGISTER_LUA_CLASS(X)
int number_divergent
Number of divergent steps.
This class tests for convergence of a Levenberg-Marquardt solver.
bool fit_succeeded
Was the fit successful?
OUTCOME outcome
Flag indicating success of fit, or why fit wasn't succesful.
double d_sigma_sq_scaled
This is d_sigma_sq, scaled by the size of the state vector.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
double chisq_measured
Chisq of the residuals of the measurement vs. model prediction.
#define REGISTER_LUA_END()
int number_iteration
Number of iterations.
double chisq_apriori
Chisq of the X_i vs. the apriori X value.
double gamma2() const
Parameter "gamma2", which is just chi2_apriori + chi2_measured.