Nothing
pumaPCAUpdateCinv <- function
(
model
, expectations
, varY
, Y
)
{
C <- apply(expectations@xxT, 1:2, mean) -
( 2 * matrix(colMeans(expectations@x)) %*% model@m ) +
( t(model@m) %*% model@m )
Cinv <- solve(C)
# C
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.