R/expgenV.R

Defines functions expgenV

Documented in expgenV

expgenV <- function(n, landa){
	out <- rep(0, n)
	cu = cugenV(n)
	for(i in 1:n)
		out[i] = log(cu[i], base = exp(1))/(-landa)
	return (out)
}
amoloudi/R-PKG-Distributions documentation built on May 23, 2019, 7:32 a.m.