We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f93e2 commit a77a34dCopy full SHA for a77a34d
glassure/optimization.py
@@ -171,7 +171,9 @@ def optimize_density(
171
172
:return:
173
a tuple with four values:
174
- - the density, the standard error, the background scaling and the standard error for optimization_method='lsq'
+ - the density, its error value, the background scaling and the error value
175
+ whereby the error value is the standard error of the fit parameter for optimization_method ='lsq' and the
176
+ sum of the squared residuals for optimization_method='nelder'.
177
"""
178
179
if calculation_config.optimize is None and min_range is None and not method == "sq":
0 commit comments