Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Exponential an Poissionan distributions

Reply
Thread Tools

Exponential an Poissionan distributions

 
 
G. D'Ascola
Guest
Posts: n/a
 
      02-07-2007
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.
 
Reply With Quote
 
 
 
 
Oliver Wong
Guest
Posts: n/a
 
      02-07-2007
"G. D'Ascola" <> wrote in message
news:eqdbn8$b6c$...
> 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


 
Reply With Quote
 
 
 
 
G. D'Ascola
Guest
Posts: n/a
 
      02-08-2007
Oliver Wong wrote:
> "G. D'Ascola" <> wrote in message
> news:eqdbn8$b6c$...
>> 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...

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
distutils, install_data and RPM distributions bwooster47@gmail.com Python 0 05-25-2005 03:00 PM
Statistical distributions noshit XML 1 02-07-2005 09:16 PM
2 different Python distributions on same Windows box? David Lees Python 4 09-05-2004 01:38 PM
Begginers questions on different distributions of py Player Python 7 08-25-2004 04:45 PM
Building .jar distributions Tim Java 16 12-05-2003 09:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57