Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

3 results for “from:BowlesMcCann”

Help plotting a histogram of X~Exp(1)
BowlesMcCann · Mar 22, 2009 · r-help

I want to plot a histogram of X~Exp(1) where X is the sum of Y + Z. To do this, should I simulate values of Y and Z using Y<-runif(100) and Z<-runif(100)? And where do...

How do I use R to model this exponential random variable problem?
BowlesMcCann · Mar 8, 2009 · r-help

Suppose a house is cleaned by three people in succession. The time it takes each cleaner in hours is an Exp(0.5). Assume that the time required for each cleaner is independent. How would I use simulation in R...

Help plotting a histogram of X~Exp(1)
BowlesMcCann · Mar 22, 2009 · r-help

Thank you very much! :) David Winsemius wrote: > > If you run this you get sensible output, but whether it meets you > needs depends on what you meant by Exp(1): > > > Y <- rnorm(100) > > Z <- rnorm(100) > > X <- exp(Y+Z) > > hist...

Can't find what you're looking for? Try searching with Google .