Skip to content

matbesancon/DistributionsExamples.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plot reproduction folder

How to use

From the Julia REPL, in this folder:

julia> import Pkg
julia> Pkg.activate(".")
julia> Pkg.instantiate()
julia> import DistributionsExamples

The first three command ensure reproducibility by freezing all package versions. The last one executes each of the scripts in /src and produces the images in /img.

These examples were used for the paper introducing the Distributions.jl package.

Releases

No releases published

Packages

No packages published

Languages