Skip to content

Correlations in the tex file + rounding

Alessio Piucci requested to merge CorrelationMatrix into master

Implemented the possibility to write the correlation factors in the tex file. Is enabled by default.

All the values exported to the tex file (fit parameter values, uncertainties, correlations) are rounded:

  • if the parameter has an associated uncertainty, the parameter and the error are round to the first two most significant digits of the uncertainty;
  • otherwise, the parameter is round to its first two most significant digits.
Edited by Alessio Piucci

Merge request reports