R/multtrunc.R

Defines functions multtrunc

multtrunc <- function(inti, x, talpha){
	inti * 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.