Public Member Functions | Public Attributes

bio_expression::bioBayesNormalDraw Class Reference

Class performing draws from the posterior of the mean of a normal variable knowing realizations and variance. More...

Inheritance diagram for bio_expression::bioBayesNormalDraw:
bio_expression::Expression

List of all members.

Public Member Functions

def __init__

Public Attributes

 error
 mean
 realizations
 varcovar
 operatorIndex

Detailed Description

Class performing draws from the posterior of the mean of a normal variable knowing realizations and variance.

See Train (2003) p. 304 step 1.

Let $\beta_n$$, $n=1,\ldots,N$ be realizations from a multivariate normal distribution $(b,W) $. This class draws from the posterior of $


Constructor & Destructor Documentation

def bio_expression::bioBayesNormalDraw::__init__ (   self,
  mean,
  realizations,
  varcovar 
)

Member Data Documentation

Reimplemented from bio_expression::Expression.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables