Home

MultilevelEstimators.jl Documentation

For installation instructions, see Installation.

For an example on how to use this package, see Example.

A full description of the functionality is described in the Manual.

Installation

MultilevelEstimators is not added to the Julia package manager (just yet), but, the package can easily be installed by cloning the git repository. From the Julia REPL, type ] to enter Pkg mode and run

pkg> add https://github.com/PieterjanRobbe/MultilevelEstimators.jl

This will install the main functionality.

Note

The following packages are optional.

For automatic generation of reports and figures you will need the Reporter.jl package

pkg> add https://github.com/PieterjanRobbe/Reporter.jl

Finally, to run the example problems, you can install the Multigrid solvers and the package to solve lognormal diffusion problems:

pkg> add https://github.com/PieterjanRobbe/SimpleMultigrid.jl
[...]

pkg> add https://github.com/PieterjanRobbe/NotSoSimpleMultigrid.jl
[...]

pkg> add https://github.com/PieterjanRobbe/LognormalDiffusionProblems.jl
[...]

Features

This package features

Most recent addition to the package is unbiased Multilevel and Multi-Index Monte Carlo with automatic learning of the discrete distribution of samples across all levels or mult-indices. (See index set type U.)

References

The algorithms implemented in this package are loosely based on the following papers: