We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946a08c commit 4ca1540Copy full SHA for 4ca1540
1 file changed
uncertaintyx/fit/regression.py
@@ -155,6 +155,7 @@ def fit(
155
:returns: The fit result.
156
return ODR().fit(f, x, y)
157
"""
158
+ return ODR().fit(f, x, y)
159
160
class HomoHeteroscedasticRegression(Fitting):
161
0 commit comments