unuran.cmv(dim=1, pdf=NULL, mode=NULL, center=NULL, ll=NULL, ur=NULL)unuran.cont(cdf=NULL, pdf=NULL, dpdf=NULL, islog=TRUE, mode=NA,
center=NA, lb=-Inf, ub=Inf, area=NA)
unuran.discr(pv=NULL, pmf=NULL, mode=NA, lb=0, ub=Inf, sum=NA)
pdf. (Rfunction)pdf. The domain is only set if both vertices
are not NULL. Otherwise, the domain is unbounded by default.
(numeric vectors)cdf and pdf are given
by their logarithms (the dpdf is then the derivative of the
logarithm). (boolean)mode is used. (numeric)pdf; used for computing normalization
constants if required. (numeric)pv / pmf; used for computing
normalization constants if required. (numeric)unuran.distr .
These functions are deprecated. Use respective functions
unuran.cmv.new,
unuran.cont.new, and
unuran.discr.new.unuran.cmv ,
unuran.cont ,
unuran.discr ,
unuran.distr .