Description Usage Arguments Value
Trust region update function for Sigma
1 2 3 4 5 6 7 8 9 10 | update_Sigma_trust(
Sigma_start,
R,
D2,
psi,
M,
use_idx,
tol = sqrt(.Machine$double.eps),
maxit = 100
)
|
Sigma_start |
Matrix (r x r ) with starting value for Sigma. |
R |
Matrix (n x r) of working residuals. |
D2 |
Matrix (n x p) second derivatives of cumulant functions evaluated at the expansion points. |
psi |
Vector (r x 1) of conditional variance parameters. |
M |
Matrix (r x r) with restrictions for elements o Sigma (NA = no restriction). |
use_idx |
Vector with indexes for observations to use in update. |
tol |
Scalar tolerance parameter for trust region algorithm. |
maxit |
Integer maximum number of iterations for trust region algorithm. |
Matrix (r x r) with update of Sigma
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.