1 """
2 Bayesian Inference Package containing usefull classes and functions
3 for doing inference in various applications.
4
5 This is not a "Bayesian Statistics" package, i.e., it was not conceived
6 to provide data analysis methods such as the one you can find
7 on a statistical package such as R (for example).
8
9 Here, you will find some the basic building blocks those
10 sophisticated Bayesian regression methods are built from, such as
11 likelihood functions, MCMC samplers, SMC samplers, etc..
12
13 This package exists because such basic tools are not readily accessible
14 in Task-oriented statistical software. From these tools, as this package matures,
15 you will be able to easily build a solution for your own inferential inquiries,
16 a solution which may not be available on standard statistical packages.
17 """
18