[R] Fitting inter-arrival time data

Adelchi Azzalini azzalini at stat.unipd.it
Mon Jun 30 09:49:22 CEST 2003


On Monday 30 June 2003 01:23, M. Edward Borasky wrote:
> I have a collection of data which includes inter-arrival times of requests
> to a server. What I've done so far with it is use "sm.density" to explore
> the distribution, which found two large peaks. However, the peaks are made
> up of Gaussians, and that's not really correct, because the inter-arrival
> time can never be less than zero. In fact, the leftmost peak is centered at
> somewhere around ten seconds, and quite a bit of it extends into negative
> territory.

if you data are positive, you could use

  sm.density(..., positive=TRUE)

and possibly make use of the additional parameter "delta" for fine tuning

best wishes,

Adelchi Azzalini

-- 
Adelchi Azzalini  <azzalini at stat.unipd.it>
Dipart.Scienze Statistiche, Università di Padova, Italia
http://azzalini.stat.unipd.it/




More information about the R-help mailing list