Description Usage Arguments Value
View source: R/buildEmptyJac.R
Prepare an empty Jacobian matrix, with useful entries prefilled. In case of distribution "gaussian", it returns the lhs matrix of the linear system for finding the feature paramters
1 2 | buildEmptyJac(n, m, lower, distribution = "quasi", normal = FALSE,
nLambda1s = 1, centMat = NULL, weights = 1)
|
n |
the number of parameters |
m |
the dimension |
lower |
the current parameter estimates |
distribution |
A character string, the distributional assumption for the data |
normal |
a boolean, are normalization restrictions in place? |
nLambda1s |
The number of centering restrictions |
centMat |
The centering matrix |
weights |
Vector of feature weights |
an empty jacobian matrix, or the lhs of the system of estimating equations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.