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 64d25d7 commit bda9baeCopy full SHA for bda9bae
docs/src/manual.md
@@ -35,7 +35,7 @@ For instance, for a particular distribution, one might want to ensure that the t
35
parameter is positive: ``f \in \mathbb{R}^+``. The way to do this is to model ``\tilde{f} = \ln{f}``.
36
More generally, one can establish that ``\tilde{f} = h(f)``. We refer to this procedure as
37
**linking**. When a parameter is linked, the GAS recursion happens in the domain of ``\tilde{f}``
38
-and then one can recover the original parameter by ``f = \left(h\right)^-1(\tilde f)``.
+and then one can recover the original parameter by ``f = \left(h\right)^{-1}(\tilde f)``.
39
We refer to this procedure as **unlinking**. The new recursion becomes:
40
41
```math
0 commit comments