Here is a selective list of packages I use and find useful. Some are illustrated with a short demo script with comments.
- Distributions.jl: Use probabilistic distributions and related functions (sampling, moments, pdf, cdf, quantile, MLE, etc.)
- DataFrames.jl: Manipulate tabular data
- DrWatson.jl: Manage scientific projects (setup the directories and Julia dependencies, handle parameters, saving and loading files)
- BenchmarkTools.jl: Track performance of Julia code
- Plot packages: