-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing docstring for loglikelihood #1845
Comments
The vectorised version left us with d6985ad#diff-c185a88dade2ce18f68ff0130b5626734ed3cdb341bf5765dbb008fd8a6d91a0
|
I am unfortunately not a git wizard but it looks to me like the relevant method definition is Distributions.jl/src/univariates.jl Lines 329 to 330 in f33af97
for which I do not see a docstring. |
P.S. It looks like Distributions.jl/src/common.jl Lines 198 to 234 in f33af97
Distributions.jl/src/common.jl Lines 240 to 275 in f33af97
|
On the
latest
version of the documentation, the following docstring is missing as there is no method with this signature defined. It looks like this should beloglikelihood(::UnivariateDistribution, ::Real)
instead.Distributions.jl/docs/src/univariate.md
Line 76 in a9b0e3c
The text was updated successfully, but these errors were encountered: