Sorting, although I don't think it has a lot of utility:
julia> using Distributions julia> names(Distributions) 215-element Array{Symbol,1}: :median :logpdf :logpmf! :Chisq :posterior_rand :fit_mle! :NegativeBinomial :posterior_rand! :ContinuousMatrixDistribution :ValueSupport :InverseGamma :complete :TDist :NormalCanon :SufficientStats :Chi :logpmf :logdetcov :Gumbel :Sampleable ...
or not programmatically using
julia> whos(Distributions) AbstractMixtureModel DataType AbstractMvNormal DataType Arcsine DataType Bernoulli DataType Beta DataType BetaPrime DataType Binomial DataType
I think that with the inclusion of the built-in documentation system in Julia 0.4 we will get more packages with documents available in REPL.
source share