Home | Trees | Indices | Help |
|
---|
|
object --+ | pdf.AbstractDensity --+ | pdf.BaseDensity --+ | ScaleMixture
Robust probabilistic superposition and comparison of protein structures Martin Mechelke and Michael Habeck
Represenation of a distribution as a mixture of gaussians with a mean of zero and different inverse variances/scales. The number of scales equals the number of datapoints.
The underlying family is determined by a prior ScaleMixturePrior on the scales. Choosing a GammaPrior results in Stundent-t posterior, wheras a InvGammaPrior leads to a K-Distribution as posterior.
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
array |
|
||
|
|||
Inherited from Inherited from |
Class Variables | |
__abstractmethods__ =
|
Properties | |
prior | |
scales | |
Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Evaluate the logarithm of the probability of observing values
|
Generate random samples from the probability distribution.
|
Property Details |
prior
|
scales
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:07 2017 | http://epydoc.sourceforge.net |