Displaying 4 results from an estimated 4 matches for "tests_________________________".
2002 Oct 09
0
R 1.6.0 benchmark with and without optimized ATLAS
...z matrix (loops)_______ (sec):
0.896666666666666
Escoufier's method on a 22x22 matrix (mixed)________ (sec):
0.159999999999997
--------------------------------------------
Trimmed geom. mean (2 extremes eliminated):
0.405344927915484
Total time for all 15 tests_________________________ (sec): 14.96
Overall mean (sum of I, II and III trimmed means/3)_ (sec):
0.823250186027012
--- End of test ---
- R 1.6.0 with optimized Rblas.dll (P4 version)
R Benchmark
===========
Number of times each test is run__________________________: 3
I. Matrix calcula...
2015 Nov 23
3
MKL Acceleration encouraging; need adjust package builds?
...cursion)__ (sec): 1.714
Creation of a 500x500 Toeplitz matrix (loops)_______ (sec): 1.4013333333333
Escoufier's method on a 45x45 matrix (mixed)________ (sec): 2.041
--------------------------------------------
Trimmed geom. mean (2 extremes eliminated): 1.44505946077978
Total time for all 15 tests_________________________ (sec): 88.6306666666667
Overall mean (sum of I, II and III trimmed means/3)_ (sec): 3.11209972260597
--- End of test ---
Here are the results for the MKL version:
R Benchmark 2.5
===============
Number of times each test is run__________________________: 3
I. Matrix calculation
----------------...
2015 Nov 23
0
MKL Acceleration encouraging; need adjust package builds?
...cursion)__ (sec): 1.714 Creation of a 500x500 Toeplitz matrix (loops)_______ (sec): 1.4013333333333 Escoufier's method on a 45x45 matrix (mixed)________ (sec): 2.041
--------------------------------------------
Trimmed geom. mean (2 extremes eliminated): 1.44505946077978
Total time for all 15 tests_________________________ (sec): 88.6306666666667 Overall mean (sum of I, II and III trimmed means/3)_ (sec): 3.11209972260597
--- End of test ---
Here are the results for the MKL version:
R Benchmark 2.5
===============
Number of times each test is run__________________________: 3
I. Matrix calculation
----------------...
2001 Feb 16
1
Sub_scribe and a question
...flush.console()
times[ , 3] <- sort(times[ , 3])
cat(" =
--------------------------------------------\n")
cat(c(" Trimmed mean (2 extremes eliminated): ", =
mean(times[2:4, 3]), "\n\n\n"))
cat(c("Total time for all 15 tests_________________________ (sec): ", =
sum(times), "\n"))
cat(c("Overall mean (sum of I, II and III trimmed means/3)_ (sec): ", =
mean(times[2:4, ]), "\n"))
remove("cumulate", "timing", "times", "runs", "i")
cat(" -...