Git Product home page Git Product logo

richvalues's Introduction

RichValues

Python 3 library for dealing with numeric values with uncertainties, upper/lower limits and finite intervals, which may be called rich values.

With it, one can import rich values written in plain text documents in an easily readable format, operate with them propagating the uncertainties automatically, and export them in the same formatting style as the import. It also allows to easily plot rich values and to make fits to any function taking into account the uncertainties and upper/lower limits or finite intervals. Correlations between variables (that is, variables which are not independent) are taken into account when performing calculations with rich values. Rich values of integer nature and rich values containing complex numbers are also supported. Lastly, rich values can be defined using a probability density function (PDF) instead of giving a main value with uncertainties or an upper/lower limit or a finite interval.

The libraries NumPy, Pandas, SciPy and Matplotlib are required.

You can read the user guide (userguide.pdf) to learn how to use this library. You can also test it in the example scripts inside the examples folder.

Installation

To install RichValues, you can use the Python package installer to download it from the Python Package Index (PyPI). To do so, run from the terminal the following command:

pip3 install richvalues

Alternatively, you can use the Conda package installer:

conda install richvalues -c richvalues

Tutorial

You can check this quick tutorial to learn the basics of this library.

Links

richvalues's People

Contributors

andresmegias avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.