Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   Exponential an Poissionan distributions (http://www.velocityreviews.com/forums/t390691-exponential-an-poissionan-distributions.html)

G. D'Ascola 02-07-2007 08:10 PM

Exponential an Poissionan distributions
 
Hi all.
I need functions which can return random values by using exponential or
poissonian distributions. I can't find them in the standard library
(Java2 sdk 1.4.2.02). Can you help me? Thanks.

P.S. Sorry for my poor english.

Oliver Wong 02-07-2007 08:36 PM

Re: Exponential an Poissionan distributions
 
"G. D'Ascola" <giovanni_dascola@yahoo.it> wrote in message
news:eqdbn8$b6c$1@aioe.org...
> Hi all.
> I need functions which can return random values by using exponential or
> poissonian distributions. I can't find them in the standard library (Java2
> sdk 1.4.2.02). Can you help me? Thanks.
>
> P.S. Sorry for my poor english.


They're not in the standard library, but it's relatively easy to use
google to search for implementations of these random number generators. For
example, when I google for "java poisson distribution", I get
http://www.math.csusb.edu/faculty/st...t/poisson.html

- Oliver



G. D'Ascola 02-08-2007 03:14 PM

Re: Exponential an Poissionan distributions
 
Oliver Wong wrote:
> "G. D'Ascola" <giovanni_dascola@yahoo.it> wrote in message
> news:eqdbn8$b6c$1@aioe.org...
>> Hi all.
>> I need functions which can return random values by using exponential or
>> poissonian distributions. I can't find them in the standard library (Java2
>> sdk 1.4.2.02). Can you help me? Thanks.
>>
>> P.S. Sorry for my poor english.

>
> They're not in the standard library, but it's relatively easy to use
> google to search for implementations of these random number generators. For
> example, when I google for "java poisson distribution", I get
> http://www.math.csusb.edu/faculty/st...t/poisson.html
>
> - Oliver
>
>


I found this:
http://www.ee.ucl.ac.uk/~mflanaga/java/
Seems good...



All times are GMT. The time now is 03:20 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.