Description Usage Arguments Value
View source: R/rstan_power_method.R
If udraws
is a vector, the output is the eigenvalue/
eigenvector pair computed at the point in parameter
space corresponding to udraws
.
If udraws
is a matrix, each row is interpreted as a place
to compute an eigenvalue/eigenvector pair and the output
is a list of eigenvalue/eigenvector pairs.
1 | rstan_power_method(fit, udraws, L = NULL, max_iterations = 200, tol = 1e-05)
|
fit |
An rstan stanfit. |
udraws |
Place(s) to compute Hessian(s) at. |
L |
An optional preconditioner matrix. If this is supplied
compute the eigenvalue/eigenvector pairs of |
max_iterations |
Maximum number of power method iterations to use on any output. |
tol |
Relative tolerance check done on the eigenvalue. |
eigenvalue/eigenvector pairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.