Revision 96aac570201480db13165274a3825f580e863d5d authored by Yanwei (Wayne) Zhang on 25 April 2022, 23:00:09 UTC, committed by cran-robot on 25 April 2022, 23:00:09 UTC
1 parent 6f1b8f5
bcplm.h
/**
* @file bcplm.h
* @brief header files for Bayesian models
* @author Wayne Zhang
*/
#ifndef BCPLM_H
#define BCPLM_H
/* bcplm */
SEXP bcplm_mcmc(SEXP x);
SEXP bcplm_update_mu(SEXP da);
SEXP bcplm_post_p(SEXP x, SEXP da);
SEXP bcplm_post_phi(SEXP x, SEXP da);
SEXP bcplm_post_betak(SEXP x, SEXP da);
SEXP bcplm_post_uk(SEXP x, SEXP da);
#endif

Computing file changes ...