Description Usage Arguments Value Examples
View source: R/Gaussian_Inference.r
For the model structure
x1,x2|mu,Sigma \sim Gaussian(mu,Sigma)
x1|x2,mu,Sigma \sim Gaussian(mu12,Sigma12)
1 | inferenceJointGaussian(x2, mu, Sigma = NULL, Precision = NULL)
|
x2 |
numeric, an sample of X2, satisfying length(x2)<D, D is the dimension of the joint distribution. |
mu |
numeric, length D mean vector. mu=c(mu_X1,mu_X2)/. |
Sigma |
DxD covariance matrix. At least one of Sigma and Precision should be non-NULL. |
Precision |
DxD precision matrix, satisfying Precision = inverse(Sigma). At least one of Sigma and Precision should be non-NULL. |
A named list containing the conditional mean and covariance matrix.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.