search for: 935c935

Displaying 1 result from an estimated 1 matches for "935c935".

Did you mean: 935495
2004 Aug 19
1
precision problems in testing with Intel compilers
...ests.Rout.save d-p-q-r-tests.Rout.fail 3c3 < Version 1.9.0 Patched (2004-04-19), ISBN 3-900051-00-3 --- > Version 1.9.1 (2004-06-21), ISBN 3-900051-00-3 281c281 < df = 0.5[1] TRUE --- > df = 0.5[1] "Mean relative difference: 5.001647e-10" 935c935 < Time elapsed: 7.83 0.04 16.1 0 0 --- > Time elapsed: 2.49 0.01 2.55 0 0 Besides being 3 times faster, it's stopping on the following code: for(df in c(0.1, 0.5, 1.5, 4.7, 10, 20,50,100)) { cat("df =", formatC(df, wid=3)) xx <- c(10^-(5:1), .9,...