All Projects → AnderGray → ProbabilityBoundsAnalysis.jl

AnderGray / ProbabilityBoundsAnalysis.jl

Licence: GPL-3.0 License
Probability bounds analysis in Julia

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to ProbabilityBoundsAnalysis.jl

wink-statistics
Fast & numerically stable statistical analysis
Stars: ✭ 36 (+111.76%)
Mutual labels:  probability
PyImpetus
PyImpetus is a Markov Blanket based feature subset selection algorithm that considers features both separately and together as a group in order to provide not just the best set of features but also the best combination of features
Stars: ✭ 83 (+388.24%)
Mutual labels:  probability
Awesome-Math-Learning
📜 Collection of the most awesome Math learning resources in the form of notes, videos and cheatsheets.
Stars: ✭ 73 (+329.41%)
Mutual labels:  probability
probabilidad
Probabilidad y variables aleatorias para ML con R y Python con los Drs R.Alberich y A.Mir
Stars: ✭ 135 (+694.12%)
Mutual labels:  probability
Data-Science-and-Machine-Learning-Resources
List of Data Science and Machine Learning Resource that I frequently use
Stars: ✭ 19 (+11.76%)
Mutual labels:  probability
TensorFlow-Autoencoders
Implementations of autoencoder, generative adversarial networks, variational autoencoder and adversarial variational autoencoder
Stars: ✭ 29 (+70.59%)
Mutual labels:  probability
SimpleTypes
The universal PHP library to convert any values and measures (money, weight, currency converter, length, etc.).
Stars: ✭ 56 (+229.41%)
Mutual labels:  arithmetic
goff
goff (go finite field) is a unix-like tool that generates fast field arithmetic in Go.
Stars: ✭ 71 (+317.65%)
Mutual labels:  arithmetic
data-science-notes
Open-source project hosted at https://makeuseofdata.com to crowdsource a robust collection of notes related to data science (math, visualization, modeling, etc)
Stars: ✭ 52 (+205.88%)
Mutual labels:  probability
evoapproxlib
Library of approximate arithmetic circuits
Stars: ✭ 23 (+35.29%)
Mutual labels:  arithmetic
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (+35.29%)
Mutual labels:  probability
forestError
A Unified Framework for Random Forest Prediction Error Estimation
Stars: ✭ 23 (+35.29%)
Mutual labels:  intervals
chop
Round matrix elements to lower precision in MATLAB
Stars: ✭ 21 (+23.53%)
Mutual labels:  arithmetic
givaro
Givaro - C++ library for arithmetic and algebraic computations
Stars: ✭ 41 (+141.18%)
Mutual labels:  arithmetic
Probability Theory
A quick introduction to all most important concepts of Probability Theory, only freshman level of mathematics needed as prerequisite.
Stars: ✭ 25 (+47.06%)
Mutual labels:  probability
ocaml-interval
An interval library for OCaml
Stars: ✭ 14 (-17.65%)
Mutual labels:  rigorous
UQpy
UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.
Stars: ✭ 117 (+588.24%)
Mutual labels:  probability
imath
Arbitrary precision integer and rational arithmetic library
Stars: ✭ 92 (+441.18%)
Mutual labels:  arithmetic
js-big-decimal
Work with large numbers on the client side with high precision.
Stars: ✭ 41 (+141.18%)
Mutual labels:  arithmetic
Introduction-to-Discrete-Mathematics-for-Computer-Science-Specialization
[Coursera] Introduction to Discrete Mathematics for Computer Science Specialization
Stars: ✭ 71 (+317.65%)
Mutual labels:  probability

ProbabilityBoundsAnalysis.jl

Build Status codecov DOI

Probability bounds analysis in Julia, a package for performing arithmetic between uncertain numbers. ProbabilityBoundsAnalysis.jl computes guaranteed bounds on functions of random variables, given only partial information about their marginals and dependence. Considered to be a form of rigorous computing with random variables.

Supported uncertain numbers:

For more information and use, please see the docs

JuliaCon 2021 video

Installation

ProbabilityBoundsAnalysis.jl is a registered Julia package, and so the latest release can be installed using the Julia package manager:

julia> ]
(v1.0) pkg> add ProbabilityBoundsAnalysis
julia> using ProbabilityBoundsAnalysis

related packages:

Acknowledgements

The authors would like to thank the gracious support from the EPSRC iCase studentship award 15220067. We also acknowledge funding from UKRI via the EPSRC and ESRC Centre for Doctoral Training in Risk and Uncertainty Quantification and Management in Complex Systems. This research is funded by the Engineering Physical Sciences Research Council (EPSRC) with grant no. EP/R006768/1, which is greatly acknowledged for its funding and support. This work has been carried out within the framework of the EUROfusion Consortium and has received funding from the Euratom research and training programme 2014-2018 and 2019-2020 under grant agreement No 633053. The views and opinions expressed herein do not necessarily reflect those of the European Commission.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].