Re: [R] Weibull point process

2011-09-17 Thread Torbjørn Ergon
On Thu, 15 Sep 2011 22:12:54 +1200, Rolf Turner wrote: On 15/09/11 19:24, Torbjørn Ergon wrote: On Thu, 15 Sep 2011 09:47:35 +1200, Rolf Turner wrote: On 15/09/11 07:21, Torbjørn Ergon wrote: Dear list, I'm looking for a function to generate (simulate) a random Weibull point process. Can a

Re: [R] Weibull point process

2011-09-15 Thread Rolf Turner
On 15/09/11 19:24, Torbjørn Ergon wrote: On Thu, 15 Sep 2011 09:47:35 +1200, Rolf Turner wrote: On 15/09/11 07:21, Torbjørn Ergon wrote: Dear list, I'm looking for a function to generate (simulate) a random Weibull point process. Can anyone help? Cheers, Torbjørn Ergon, University of Oslo

Re: [R] Weibull point process

2011-09-15 Thread Torbjørn Ergon
Thanks Ken! This was not exactly what I was after - see my reply to Rolf Turner. Sorry for not explaining this well enough. Cheers, Torbjørn On Wed, 14 Sep 2011 16:37:48 -0400, Ken Hutchison wrote: I don't know if this settles the matter, but if you are modeling Weibull as the Log-Inten

Re: [R] Weibull point process

2011-09-15 Thread Torbjørn Ergon
On Thu, 15 Sep 2011 09:47:35 +1200, Rolf Turner wrote: On 15/09/11 07:21, Torbjørn Ergon wrote: Dear list, I'm looking for a function to generate (simulate) a random Weibull point process. Can anyone help? Cheers, Torbjørn Ergon, University of Oslo Do you mean a renewal process with the

Re: [R] Weibull point process

2011-09-14 Thread Rolf Turner
On 15/09/11 07:21, Torbjørn Ergon wrote: Dear list, I'm looking for a function to generate (simulate) a random Weibull point process. Can anyone help? Cheers, Torbjørn Ergon, University of Oslo Do you mean a renewal process with the inter-event times having a Weibull distribution? Should

Re: [R] Weibull point process

2011-09-14 Thread Ken Hutchison
I don't know if this settles the matter, but if you are modeling Weibull as the Log-Intensity I.E. in a non-homegenous poisson process you can: #Where T is the length of the series desired Weibull.process<-function(T,shape,scale) { logLambda=rweibull(T,shape,scale) Lambda=exp(logLambda) Point.Pro

[R] Weibull point process

2011-09-14 Thread Torbjørn Ergon
Dear list, I'm looking for a function to generate (simulate) a random Weibull point process. Can anyone help? Cheers, Torbjørn Ergon, University of Oslo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do rea