Skip to content

Installation

ModifiedDistributions is available in the Julia General Registry. Install it by running the following in the Julia REPL:

julia
using Pkg; Pkg.add("ModifiedDistributions")

Load it alongside Distributions.jl:

julia
using ModifiedDistributions, Distributions

The Getting started overview tours each modifier with worked examples.