Revision de5c60ae1baa5bc3f87fadd41e625254d958afe1 authored by Yanwei (Wayne) Zhang on 05 March 2019, 09:50:03 UTC, committed by cran-robot on 05 March 2019, 09:50:03 UTC
1 parent 29e153f
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 ...