Package BIP :: Package Bayes :: Package general :: Module Bayes
[hide private]
[frames] | no frames]

Module Bayes

source code

This module implements classes to represent an arbitrary Bayesian random variable.

Classes [hide private]
  _BayesVar
Bayesian random variate.
  __BayesC
  __BayesD
Functions [hide private]
 
Continuous(priortype, pars, range, resolution=1024) source code
 
Discrete(priortype, pars, range, resolution=1024) source code
Variables [hide private]
  conjlist = ['bernoulli', 'binom', 'nbinom', 'poisson', 'geom',]