Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 868 Bytes

README.rst

File metadata and controls

24 lines (14 loc) · 868 Bytes

open-estimate

https://travis-ci.org/ClimateImpactLab/open-estimate.svg?branch=master

Crowd-Sourcing Model Aggregation Library

Installation

This library depends on numpy and scipy. In addition, to use Mean-Size hierarchical sampling, the emcee library must be installed

If the source is available in the current working directory, install this package with:

pip install .

or pip install . -e if you would like to edit the code locally.

You can install this package directly from its github repo with pip install git+https://github.com/ClimateImpactLab/open-estimate.git

Full Documentation can be found here.

bottleneck is an optional dependency, improving the performance of some functions.