estimateComponents {adaptiveGPCA} | R Documentation |
Estimate parameters in hierarchical model
Description
Estimates the values of r
and \sigma
in a model X \sim N(0, \sigma^2
(r Q + (1 - r)I))
.
Usage
estimateComponents(X, Q, Qeig = NULL)
Arguments
X |
An |
Q |
A |
Qeig |
If the eigendecomposition of |
Value
A list with r
and \sigma
.
Examples
data(AntibioticSmall)
estimateComponents(AntibioticSmall$X, AntibioticSmall$Q)
[Package adaptiveGPCA version 0.1.3 Index]