Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 390 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 390 Bytes

Python Implementation of EVPI

This is an implementation of the expected value of perfect information (EVPI) written in Python using Numpy with no custom C extensions.

Installation

Make sure, your working directory is the package root (where the setup.py) is in.

Plain setuptools:

python setup.py install

Or via pip:

pip install .

Tests

pytest