We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b4bc1 commit 3233e2cCopy full SHA for 3233e2c
1 file changed
uncertaintyx/interface/core.py
@@ -328,7 +328,12 @@ def __init__(
328
@property
329
def cost(self) -> Any:
330
r"""
331
- Returns the value of the cost function.
+ Returns the value of the cost function at its minimum.
332
+
333
+ The standard convention in maximum likelihood and inverse
334
+ problem theory implies, that the minimum cost is equal to
335
+ half the degrees of freedom of the fitting problem, for a
336
+ closed uncertainty budget.
337
"""
338
return self._cost
339
0 commit comments