UncertainData.jl

Working efficiently with datasets where observations have associated uncertainties.
Author kahaaga
Popularity
15 Stars
Updated Last
2 Years Ago
Started In
December 2018

CI DOI DOI

UncertainData.jl

A Julia package for dealing with data values with associated uncertainties and datasets consisting of uncertain values.

Goals

  1. Systematic and intuitive ways of representing uncertain data.

  2. Easy and robust resampling of uncertain data, given pre-defined or custom user-defined constraints.

  3. Provide a framework for robust computation of ensemble statistics for uncertain data.

Please check out the documentation for more information.

Installation

UncertainData.jl is a registered Julia package. Install it by opening a Julia console and run

using Pkg
Pkg.add("UncertainData")

Citing

If you use UncertainData.jl for any of your projects or scientific publications, please cite this small Journal of Open Source Software (JOSS) publication as follows

Haaga, (2019). UncertainData.jl: a Julia package for working with measurements and datasets with uncertainties.. Journal of Open Source Software, 4(43), 1666, https://doi.org/10.21105/joss.01666