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 May 29, 2024, 7:33 a.m.