Chris Garling

Results 18 comments of Chris Garling

Might the [`Pareto`](https://juliastats.org/Distributions.jl/stable/univariate/#Distributions.Pareto) or [`GeneralizedPareto`](https://juliastats.org/Distributions.jl/stable/univariate/#Distributions.GeneralizedPareto) distributions do what you need? I recently used the Pareto distribution to implement a power-law distribution in a form that is more typical in my...

Just checking in -- can this be merged or is there something else to be done?

Just adding that I hit this today and would be interested in this feature. Thanks for your work on the CI infrastructure!

That's reasonable, just wanted to let you know in case you wanted to add the images or remove the references. You can close if you don't want to edit it.

Some other minor docs issues I noted that I could work on with some guidance: - [ ] Some local links like `[Beta distribution](@ref Beta)` in the docstring for `Kumaraswamy`...

I am unfortunately not a git wizard but it looks to me like the relevant method definition is https://github.com/JuliaStats/Distributions.jl/blob/f33af97da34a2e772837b63891c0ed52a3a1a989/src/univariates.jl#L329-L330 for which I do not see a docstring.

P.S. It looks like `pdf(::MultivariateDistribution, ::AbstractArray)` and `logpdf(::MultivariateDistribution, ::AbstractArray)` are also included in the documentation but do not exist. I don't use the multivariate models much so I'm not sure...

I'm not an IDL guru, but I don't see fshift in the IDL astrolib function list [here](https://asd.gsfc.nasa.gov/archive/idlastro/contents.html) or on the github [here](https://github.com/wlandsman/IDLAstro). Can you provide a link to the documentation...

The ability to ignore specific methods when testing for unbound arguments would be helpful.

> We might be able to integrate with https://github.com/JuliaAstro/PhotometricFilters.jl, which would make this way simpler. I'm working on a PR to overhaul PhotometricFilters.jl to get it ready for registration [here](https://github.com/JuliaAstro/PhotometricFilters.jl/pull/22)...