Displaying 2 results from an estimated 2 matches for "kloch".
Did you mean:
bloch
2008 Apr 09
2
GLM fitting in R and Statistica
...t? Or how to explain why R
results are different (and hopefully better)? I tried to argue that I
did everything according to Crawley's R Book so probably the models
are constructed correctly but my supervisor wasn't convinced...
Looking forward any suggestions,
Agnieszka
--
Agnieszka Kloch
Instytute of Environmental Sciences, Jagielonian University
ul. Gronostajowa 7, 30-387 Krakow, Poland, tel. (12) 664 51 51
2011 Jan 27
1
performance question
I got sidetracked while benchmarking ruby factorial code:
http://rosettacode.org/wiki/Factorial#Ruby
I put all that code into test_fact.rb and ran with:
> ruby test_fact.rb
> rails runner test_fact.rb #from a fresh rails app
> rails runner test_fact.rb #from a mature rails app
here are the respective results:
user system total real #ruby
recursive: