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.5428)

Inference

import pyprob
from pyprob.distributions import Normal

d = Normal(0,1)
d.sample()
tensor(-0.3824)

Indices and tables