Skip to content

Commit bda9bae

Browse files
Fix exponent in docs (#102)
1 parent 64d25d7 commit bda9bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For instance, for a particular distribution, one might want to ensure that the t
3535
parameter is positive: ``f \in \mathbb{R}^+``. The way to do this is to model ``\tilde{f} = \ln{f}``.
3636
More generally, one can establish that ``\tilde{f} = h(f)``. We refer to this procedure as
3737
**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)``.
38+
and then one can recover the original parameter by ``f = \left(h\right)^{-1}(\tilde f)``.
3939
We refer to this procedure as **unlinking**. The new recursion becomes:
4040

4141
```math

0 commit comments

Comments
 (0)