|
|
|
|
|
_flavorize(self,
pt,
ptbase)
Add methods from distribution type |
source code
|
|
|
_update(self,
model)
Calculate likelihood function |
source code
|
|
|
|
|
|
|
get_prior_dist(self)
Returns the prior PDF. |
source code
|
|
|
|
|
_likelihood(self,
dname)
Defines parametric family of the likelihood function.
Returns likelihood function. |
source code
|
|
|
_post_from_conjugate(self,
dname,
*pars)
Returns posterior distribution function using conjugate prior theory |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|