Description Usage Arguments Value Author(s) References
View source: R/algorithms__SGLD.R
Fast version using stochastic gradient langevin dynamics.
1 2 3 4 5 6 7 8 9 10 11 12 | SGLD(
param.cur,
logpost.fun.name,
Params,
Y,
x0,
callParam,
splineArgs,
priorArgs,
algArgs,
Params_Transform
)
|
param.cur |
NA |
logpost.fun.name |
MA |
Params |
NA |
Y |
NA |
x0 |
NA |
callParam |
NA |
splineArgs |
NA |
priorArgs |
NA |
algArgs |
NA |
Params_Transform |
NA |
Params_Transfor |
NA |
NA
Feng Li, Central University of Finance and Economics.
Ma, Chen, & Fox 2015 A Complete Recipe for Stochastic Gradient MCMC.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.