September 2016
Beginner to intermediate
346 pages
6h 35m
English
The functions provided in Distributions.jl follow a hierarchy. Let's go through it to understand the capabilities of the package.
Sampleable is an abstract type that includes samplers and distributions from which one can draw samples. It is defined as follows:

The kinds of samples that can be drawn are defined by the two parameter types:
We can extract the information about the sample that the Sampleable object generates. An array can contain multiple ...
Read now
Unlock full access