find_reasonable_epsilon | R Documentation |
The function to find the stepsize
find_reasonable_epsilon( A, j, lpd_func, grad_lpd_func, M_diag, eps = 1, verbose = TRUE, ... )
A |
Parameter A or B. |
j |
The index for which column of A or B to be updated. |
lpd_func |
The log full conditional posterior density of A or B. |
grad_lpd_func |
The function to calculate the gradients of the log full conditional posterior density of A or B. |
M_diag |
Covariance matrix for our matrix parameter A or B. |
eps |
The initial value for the stepsize |
verbose |
Whether to show the progress messages. |
... |
Other parameters that may be useful. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.