R/prodtrunc.R

Defines functions prodtrunc

prodtrunc <- function(inti, x, talpha){
	inti * prod(x^(x <= talpha))
}

Try the evidenceFactors package in your browser

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

evidenceFactors documentation built on Feb. 20, 2020, 5:07 p.m.