R/nogenV.R

Defines functions nogenV

Documented in nogenV

nogenV <- function(n, u, s){
	z <- rep(0, n)
	po = pogenV(n, s)
	return (po - s + u)
}
amoloudi/R-PKG-Distributions documentation built on May 23, 2019, 7:32 a.m.