The domain of the distribution can be truncated to the interval (lb,ub).
Returns
An object of class "unuran.cont".
See Also
unuran.cont.
References
N.L. Johnson, S. Kotz, and N. Balakrishnan (1995): Continuous Univariate Distributions, Volume 2. 2nd edition, John Wiley & Sons, Inc., New York. Chap. 27, p. 332
## Create distribution object for F distributiondistr <- udf(df1=3,df2=6)## Generate generator object; use method PINV (inversion)gen <- pinvd.new(distr)## Draw a sample of size 100x <- ur(gen,100)