R/logp.thinning.r

Defines functions logp.thinning

logp.thinning <- function( lp, step ) {
   .Call('gg_logp_thinning', PACKAGE = "gaston", lp, step);
}

Try the gaston package in your browser

Any scripts or data that you put into this service are public.

gaston documentation built on Dec. 28, 2022, 1:30 a.m.