View source: R/deriv2LagrangianLatentVars.R
deriv2LagrangianLatentVars | R Documentation |
The jacobian function to estimate the latent variables
deriv2LagrangianLatentVars(
x,
data,
distributions,
offsets,
paramEsts,
paramMats,
numVars,
latentVarsLower,
n,
m,
Jac,
numSets,
meanVarTrends,
links,
varPosts,
indepModels,
compositional,
...
)
x |
The current estimates of the latent variables |
distributions, links, compositional, data, meanVarTrends, offsets, numVars, numSets, paramMats, paramEsts, varPosts, indepModels |
Characteristics of the views |
latentVarsLower |
The parameter estimates of the lower dimensions |
n, m |
integers, number of samples and dimensions |
Jac |
an empty jacobian matrix |
... |
arguments to the jacobian function, currently ignored |
A vector of length n, the evaluation of the score functions of the latent variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.