Re: [R] generate a number using exponential low

2011-12-13 Thread R. Michael Weylandt
It's not entirely clear to me what you mean by an "exponential low" but the lmomco package provides r,d,p,q-functions for both the shifted and truncated exponential distributions. Perhaps that's what you're after? If there's another distribution you have in mind, I'd check the CRAN distribution

Re: [R] generate a number using exponential low

2011-12-13 Thread Adel ESSAFI
Deal list > I want to generate a random number in an interval using exponential low > I know how to make that simply using uniform low > x1 <- runif(1, 5.0, 7.5) > this will generate a number between 5 et 7.5 but with uniform low. > Could you help pease.? > Regards > > -- > PhD candidate in Comput