Accuracy TableΒΆ

class fitbenchmarking.results_processing.acc_table.AccTable(results, best_results, options, group_dir, pp_locations, table_name)

The accuracy results are calculated from the final chi squared value:

\min_p \sum_{i=1}^n \left( \frac{y_i - f(x_i, p)}{e_i} \right)^2

where n data points (x_i,y_i), associated errors e_i, and a model function f(x,p).