Chris Garling
Chris Garling
As discussed in [#1586](https://github.com/JuliaStats/Distributions.jl/pull/1586), this PR adds a new constructor for the LogNormal distribution that takes logB-mean \mu and scale \sigma in an arbitrary base B and converts it to...
The images in the /docs/src/assets directory are not displaying properly in the hosted documentation in the "Architecture Benchmarks" section. For example, on Google Chrome:  and the same on Firefox.
Have some time so fixing some of the documentation issues like #1845. Will try to document things I notice but don't feel qualified to fix.
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 be `loglikelihood(::UnivariateDistribution, ::Real)` instead....
Thanks for your work maintaining this package. Quick question: I see that `gradlogpdf` is tested in `test/gradlogpdf.jl` but I do not see the method in the documentation. Is `gradlogpdf` considered...
I noticed the CompatHelper actions seem to be failing with a permissions issue. I believe this should fix it (see also the template provided [here](https://github.com/JuliaRegistries/CompatHelper.jl/blob/master/.github/workflows/CompatHelper.yml)).
Fixes a few typos in `package.json` options descriptions. - [x ] End-user documentation check. If this PR requires end-user documentation, please add that at https://github.com/julia-vscode/docs.
This is a useful option that I think should be documented.
Fixes #1999. The main fix is to use `quantile_newton` rather than `newton` but I also reorganized some of the constants (lookup tables) while I was at it. Tests added as...