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 6895d6e commit bfc02a1Copy full SHA for bfc02a1
src/link_functions.jl
@@ -24,7 +24,7 @@ function jacobian_link end
24
"""
25
IdentityLink <: Link
26
27
-Define the map ``\\tilde{f} = f`` where ``\\tilde{f} \\in \\mathbb{R}`` and ``\\tilde{f} \\in \\mathbb{R}``
+Define the map ``\\tilde{f} = f`` where ``f \\in \\mathbb{R}`` and ``\\tilde{f} \\in \\mathbb{R}``
28
29
struct IdentityLink <: Link end
30
@@ -48,4 +48,4 @@ struct LogitLink <: Link end
48
const LINKS = [
49
IdentityLink;
50
LogLink
51
-]
+]
0 commit comments