MuGen
Multitrait genetics
Classes
Individual location parameters

Classes

class  MVnorm
 The abstract base class for location parameter rows. More...
 
class  MVnormMu
 Individual vector of means. More...
 
class  MVnormMuPEX
 Individual vector of means with parameter expansion. More...
 
class  MVnormBetaPEX
 Individual regression with parameter expansion. More...
 
class  MVnormMuMiss
 Individual vector of means with missing data. More...
 
class  MVnormBeta
 Generic regression. More...
 
class  MVnormBetaFt
 Regression with multiple predictors. More...
 
class  MVnormMuBlk
 Individual vector of means with blocks of traits. More...
 
class  MVnormBetaBlk
 Individual vector of regression coefficients with blocks of traits. More...
 
class  MVnormBetaFtBlk
 Individual vector of conditional regression coefficients with blocks of traits. More...
 

Detailed Description

A hierarchy of classes that refer to rows of location parameter matrices. These classes are internal to Grp classes and are not directly declared by the user of the library.
They are typically updated with samples from the multivariate normal distribution. Because the methods are used for much of the computation, they are implemented for speed and almost no chacking for errors is done. The assumption is that the encapsualting classes will do all of that correctly. Constructors are used to set initial values.