We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cef519 commit 7f84109Copy full SHA for 7f84109
1 file changed
uncertaintyx/fit/eiv/jax.py
@@ -144,7 +144,6 @@ def loss(q: Array, x: Array, y: Array, ux: Array, uy: Array) -> Array:
144
:param y: The sample :math:`y \in \mathbb{R}^{n}`.
145
:param ux: :math:`U(x) \in \mathbb{R}^{m \times m}`.
146
:param uy: :math:`U(y) \in \mathbb{R}^{n \times n}`.
147
-
148
:returns: The sample loss.
149
"""
150
d = f(q, x) - y
0 commit comments