Home | Trees | Indices | Help |
---|
|
Created on Fri Apr 20 19:24:21 2012 @author: Tillsten Changes: - 13-Feb-2013 M Newville complemented "report_errors" and "report_ci" with "error_report" and "ci_report" (respectively) which return the text of the report. Thus report_errors() is simply: def report_errors(params, modelpars=None, show_correl=True): print error_report(params, modelpars=modelpars, show_correl=show_correl) and similar for report_ci() / ci_report()
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
return text of a report for fitted params best-fit values, uncertainties and correlations arguments ---------- params Parameters from fit modelpars Optional Known Model Parameters [None] show_correl whether to show list of sorted correlations [True] min_correl smallest correlation absolute value to show [0.1] |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Nov 7 18:01:56 2016 | http://epydoc.sourceforge.net |