[#3101] Compile_err — "Fergus Hayman" <shayman@...>
[#3109] Is divmod dangerous? — Dave Thomas <Dave@...>
[#3110] my wish list for Ruby — Mathieu Bouchard <matju@...>
[#3119] Re: Min and max? — ts <decoux@...>
>>>>> "M" == Mathieu Bouchard <matju@CAM.ORG> writes:
[#3149] Retrieving the hostname and port in net/http — Roland Jesse <jesse@...>
Hi,
[#3154] 3-d arrays? — Hugh Sasse Staff Elec Eng <hgs@...>
Is there an idiom for 3-dimensional arrays in Ruby? I see that
[#3167] ruby.h needed to compile Interbase module — Jilani Khaldi <jilanik@...>
Hi all,
[#3189] BUG or something? — "Park Hee Sob" <phasis@...>
Hi,
[#3221] Re: Ruby & Interbase -- Please answer if you know! — ts <decoux@...>
>>>>> "J" == Jilani Khaldi <jilanik@tin.it> writes:
[#3222] Ruby coding standard? — Robert Feldt <feldt@...>
On Fri, 9 Jun 2000, Robert Feldt wrote:
Mathieu Bouchard <matju@cam.org> wrote:
[#3277] Re: BUG or something? — Aleksi Niemel<aleksi.niemela@...>
> |I am new to Ruby and this brings up a question I have had
Aleksi Niemel<aleksi.niemela@cinnober.com> writes:
On 12 Jun 2000, Dave Thomas wrote:
ts <decoux@moulon.inra.fr> writes:
[#3296] RE: about documentation — Aleksi Niemel<aleksi.niemela@...>
> I want to contribute to the ruby project in my spare time.
Aleksi Niemel<aleksi.niemela@cinnober.com> writes:
Hi,
On Tue, 13 Jun 2000, Toshiro Kuwabara wrote:
Hugh Sasse Staff Elec Eng <hgs@dmu.ac.uk> writes:
[#3331] Selling Rubies by the Carat — Dave Thomas <Dave@...>
[#3338] PID of child processes — Andrew Hunt <Andy@...>
[#3363] chomp! — "David Douthitt" <DDouthitt@...>
I was looking at the documentation for chomp and chomp! - and the results of chomp startled me to say the least.
"David Douthitt" <DDouthitt@cuna.com> writes:
[#3407] Waffling between Python and Ruby — "Warren Postma" <embed@...>
I was looking at the Ruby editor/IDE for windows and was disappointed with
[#3410] Exercice: Translate into Ruby :-) — Jilani Khaldi <jilanik@...>
Hi All,
Jilani Khaldi <jilanik@tin.it> writes:
Hi,
"NAKAMURA, Hiroshi" <nahi@keynauts.com> writes:
Hi, Dave,
Hello,
[#3453] Re: Static Typing( Was: Waffling between Python and Ruby) — Andrew Hunt <andy@...>
[#3515] Options database (was: Define & Include?) — claird@... (Cameron Laird)
In article <8ikot4$ki$0@216.39.170.247>, Dave LeBlanc <whisper@oz.net> wrote:
[#3516] Deep copy? — Hugh Sasse Staff Elec Eng <hgs@...>
Given that I cannot overload =, how should I go about ensuring a deep
In message "[ruby-talk:03516] Deep copy?"
On Tue, 20 Jun 2000, GOTO Kentaro wrote:
[#3532] Extension in C++? — Robert Feldt <feldt@...>
[#3541] function objects? — Johann Hibschman <johann@...>
Hi folks,
[#3544] A small quiz — Dave Thomas <Dave@...>
[#3588] Interface polymorphism — hal9000@...
Another question, guys.
[#3607] Is there a statistician in the house? — Dave Thomas <Dave@...>
[#3662] Ruby 1.4.5 install from Mandrake cooker rpms ?problem? — Charles Hixson <charleshixsn@...>
This is the first time that I've installed ruby, so
[#3685] no traffic — matz@... (Yukihiro Matsumoto)
Hi,
[#3694] Why it's quiet — hal9000@...
We are all busy learning the new language
Hi,
Hi,
Hi, matz,
Hi,
Hi,
[#3699] Multithreaded/Embedded Ruby? — "Warren Postma" <embed@...>
Is there any information on Thread safety in ruby. Suppose I embed Ruby in a
Hi,
[ruby-talk:03619] Re: Is there a statistician in the house? -- There's always a chance in the mansion of Ruby....
Hi,
"Dave Thomas" <Dave@thomases.com> wrote in message
news:m2pupalb7m.fsf@zip.local.thomases.com...
> I'm looking for a couple of unit tests for Ruby's random number
> generator. Unfortunately, what stat's I did is now all a blur (largely
> because I skipped the courses, but...)
>
> So, my thinking is to do a T-test on the mean, and a
> Kolmorogov-Smirnov on the distribution. Is this a good approach, or
> can I do better.
I think that brand of vodka is good enough for most practical purposes. :-)
> And if I take this approach, what would be reasonable
> confidence values?
>
> I had a look at the diehard tests, but I don't want to go to town on
> this--I just want a couple of sanity checks.
This probably won't answer you question, but when I looked at the recently
mentioned www.memepool.com site, there was mention of a purportedly first
rate on-line statistics textbook at
http://www.statsoft.com/textbook/stathome.html.
In some fairly recent computing or physics journal, a ran across an article
with some simply generated but fairly striking 2-D plots that were used for
comparing a number of random number generators. Unfortunately I don't recall
where, but maybe this will stimulate someone else's memory.
However, all is not lost. Some probably more useful stuff follows below,
courtesy of http://www.google.com (using "random number generator tests"
gives many additional interesting hits).
Conrad
=========================================================
A Server on the Theory and Practice of Random Number Generation:
http://random.mat.sbg.ac.at/
"pLab is an object oriented system for generating and testing random numbers
designed by Hannes Leeb. It was implemented in C++ by Thomas Auer, Hannes
Leeb and Otmar Lendl, in Mathematica by Karl Entacher, and in Smalltalk 80
by Hannes Leeb. We use it to for various statistical tests, discrepancy
computations and scatter plots. You can download it to test your generator."
=========================================================
GNU Scientific Library -- Reference Manual
Edition 0.6, for gsl Version 0.6
19 May 2000
http://sourceware.cygnus.com/gsl/ref/gsl-ref_toc.html
....
References and Further Reading
The subject of random number generation and testing is reviewed extensively
in Knuth's Seminumerical Algorithms.
Donald E. Knuth, The Art of Computer Programming: Seminumerical Algorithms
(Vol 2, 3rd Ed, 1997), Addison-Wesley, ISBN 0201896842.
Further information is available in the review paper written by Pierre
L'Ecuyer, available at
http://www.iro.umontreal.ca/~lecuyer/myftp/papers/handsim.ps.
On the World Wide Web, see the pLab home page (http://random.mat.sbg.ac.at/)
for a lot of information on the state-of-the-art in random number
generation, and for numerous links to various "random" WWW sites.
The source code for the DIEHARD random number generator tests is also
available online.
DIEHARD source code G. Marsaglia http://stat.fsu.edu/pub/diehard/
Acknowledgements
Thanks to Makoto Matsumoto, Takuji Nishimura and Yoshiharu Kurita for making
the source code to their generators (MT19937, MM&TN; TT800, MM&YK) available
under the GNU General Public License. Thanks to Martin L@"uscher for
providing notes and source code for the RANLXS and RANLXD generators.