Skip to content
Snippets Groups Projects
Commit 3ed0c049 authored by Tobias Winkler's avatar Tobias Winkler
Browse files

Update README.md

parent a70b33c0
No related branches found
No related tags found
No related merge requests found
# prodigy: A library for manipulation distributions through generating functions
The main features are
- python bindings
- a purely string-based interface, no need to mess around with data structures for algebraic expression and the like
- support for parameters (can also be used as meta symbols in second-order PGFs)
## Prerequisites
GiNaC must be installed on your system.
......@@ -8,4 +13,14 @@ On macOS with homebrew type
## Installation
Activate the virtual environment where prodigy should be installed, then type
```pip install .```
## Usage
```
import prodigy
dist = prodigy.geometric("x", "1/2")
e = dist.E("x") # e becomes 2
'''
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment