> -----Original Message-----
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
> On Behalf Of li li
> Sent: Tuesday, February 16, 2010 6:46 PM
> To: r-help
> Subject: [R] Bivariate Uniform distribution
> 
> Hi all,
>    Is  there a function in R to calculate the probability, or quantile, or
> generate random numbers,  and so on for
> bivariate uniform distribution, like for the bivariate normal
> distribution?
>    Thanks!
>                 Hannah
> 

Hannah,

It might help to know what you are trying to do, so that better advice can be 
given.  A bivariate uniform distribution is simply pairs of uniform random 
numbers. The density is constant, so it is easy to get to the other quantities 
that you want based on that.  So what is it that you are actually wanting to do?

Dan

Daniel Nordlund
Bothell, WA USA
 

______________________________________________
R-help@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.

Reply via email to