Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2022-02-02 09:49:39 +00:00
commit 1377b7d51d
2 changed files with 5 additions and 2 deletions

View file

@ -49,6 +49,8 @@ def test_least_squares():
y = a[0] * np.exp(-a[1] * x)
return y
out = pe.least_squares(x, oy, func, method='migrad')
out = pe.least_squares(x, oy, func, method='Powell')
out = pe.least_squares(x, oy, func, expected_chisquare=True, resplot=True, qqplot=True)
beta = out.fit_parameters