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 aa260f4 commit c5f06c9Copy full SHA for c5f06c9
src/univariate/continuous/logitnormal.jl
@@ -1,5 +1,5 @@
1
# TODO: think of type piracy
2
-# this is not in Distributions (which ownes LogitNormal) because of dependency on optimize
+# this is not in Distributions (which owns LogitNormal) because of dependency on optimize
3
mean(d::LogitNormal{T}; kwargs...) where {T} = T(estimateMean(d, kwargs...))
4
5
function mode(d::LogitNormal{T}) where {T}
0 commit comments