variate generation
I was trying to understand how to use R to generate distributions of data, for example, uniform, and use the data in a program. I send raw bytes to the server. Is there a recommended way or book that I should read to understand this ? I use R but this is a beginner question. When I plot the no: of bytes against time I would like to ensure that over a period of 5 minutes the data fits a uniform distribution or an exponential one. This is to stress the SUT. Mohan -----Original Message----- From: R. Michael Weylandt [mailto:michael.weylandt at gmail.com] Sent: Monday, May 21, 2012 8:39 PM To: Mohan Radhakrishnan Cc: r-help at r-project.org Subject: Re: [R] variate generation And what distribution would that be .... R provides many built in distributions, but if those aren't enough for you, you can check: http://cran.r-project.org/web/views/Distributions.html Best, Michael
On Mon, May 21, 2012 at 7:26 AM, Mohan Radhakrishnan <mohanr at fss.co.in> wrote:
Hi,
I plot no: of bytes against time and find the distribution
curve using R. These bytes are sent from the client to the server.
Is there a way to generate bytes randomly using R according to a
distribution ? I would like to send these bytes to the server. Hope I am
not misguided here. My goal is to simulate a certain distribution of
bytes.
Thanks,
Mohan
DISCLAIMER:\ ===============...{{dropped:31}}
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
DISCLAIMER:\ ===============...{{dropped:30}}