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 719d0be commit 83269d8Copy full SHA for 83269d8
src/Bijectors.jl
@@ -136,7 +136,7 @@ julia> d = LogNormal() # support is (0, Inf)
136
LogNormal{Float64}(μ=0.0, σ=1.0)
137
138
julia> b = bijector(d) # log function transforms to unconstrained space
139
-(::Base.Fix1{typeof(broadcast), typeof(log)}) (generic function with 3 methods)
+(::Base.Fix1{typeof(broadcast), typeof(log)}) (generic function with 1 method)
140
141
julia> b(1.0)
142
0.0
0 commit comments