ADMB Documentation
-a65f1c97
|
The no-U-turn sampler (NUTS) MCMC routine. More...
Go to the source code of this file.
Functions | |
void | read_empirical_covariance_matrix (int nvar, const dmatrix &S, const adstring &prog_name) |
Reads the covariance matrix from a file, which is the program name prepended to the extension '.ecm'. More... | |
void | read_hessian_matrix_and_scale1 (int nvar, const dmatrix &_SS, double s, int mcmc2_flag) |
The no-U-turn sampler (NUTS) MCMC routine.
Definition in file nuts.cpp.
Reads the covariance matrix from a file, which is the program name prepended to the extension '.ecm'.
int | nvar |
dmatrix& | S |
adstring& | prog_name |
Definition at line 961 of file xxmcmc.cpp.
void read_hessian_matrix_and_scale1 | ( | int | nvar, |
const dmatrix & | _SS, | ||
double | s, | ||
int | mcmc2_flag | ||
) |
Definition at line 1453 of file xxmcmc.cpp.
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |