PyProb reference documentation

PyProb is a probabilistic programming system designed for use with existing simulators and high-performance computing. It is based on PyTorch.

The documentation is currently a work in progress.

Inference

import pyprob
from pyprob.distributions import Normal

d = Normal(0,1)
d.sample()
tensor(0.0854)

Inference

import pyprob
from pyprob.distributions import Normal

d = Normal(0,1)
d.sample()
tensor(0.4501)

Indices and tables