mn4joint1condi: computes a joint distribution from a marginal and a conditional one
for multinormal distributions
Description
returns the expectation and variance of the multinormal normal
distribution defined through a marginal subcomponent and a
conditional distribution.
Usage
mn4joint1condi(lmar, lcon)
Value
A list with elements:
mu
The expectation vector.
gamma
The joint variance matrix.
that is a /mn/ object.
Arguments
lmar
list defining the distribution of the marginal part with
elements mu, its expectation, and gamma, its variance
matrix (in fact a /mn/ object).
lcon
list defining the distribution of the conditional part
(see the Details section).
Details
The conditional distribution is defined with a list with elements
a for the constant part of the expectation; b for the
regression coefficient part of the expectation; and S for the
residual variance matrix.