search for: 2008a

Displaying 7 results from an estimated 7 matches for "2008a".

Did you mean: 2008
2009 Jan 03
2
R badly lags matlab on performance?
...ones(1e7,1); tic; a = a + 1; toc tic for i=1:1e7 a(i) = a(i) + 1; end toc --------------------------------------------------------------------------- The machine used for testing was an i386 core 2 duo machine at 2.2 GHz, running OS X `Tiger'. The R was 2.8.0 and the matlab was 2008a. Here's the performance (time taken in seconds): Matlab R Times Vector version 0.0446 0.067 1.5x For loop version 0.0992 42.209 425.5x So the R is 1.5x costlier for the vector version and 425.5x...
2010 Oct 28
2
R and Matlab
Dear Group, I am looking for ways to use R and Matlab. Doing the data transformations in R and using the data in Matlab to analyze with some pre-defined scripts. Any good ways to transfer the data into matlab in its most recent version? I tried using R.matlab but the writeMat output is not readable by Matlab. I just need to output a data.frame and read it as is into matlab where I can do any
2009 Mar 03
2
R - MATLAB apply like function
Dear all, I very often use the R function "apply", for speedup purposes. I am now also using MATLAB, and would like to use the same kind of function. I have already asked MATLAB people, and the answer is : "vectorize"... but of course, this is not always possible. So, instead of using a FOR loop all the time, I tried using the bsxfun. So you R people, who might also use MATLAB,
2009 Jan 26
0
AdMit version 1-01.01
...K (2007). On the Shape of Posterior Densities and Credible Sets in Instrumental Variable Regression Models with Reduced Rank: An Application of Flexible Sampling Methods using Neural Networks. Journal of Econometrics, 139(1), 154-180. doi:10.1016/j.jeconom.2006.06.009. Hoogerheide LF, van Dijk HK (2008a). Bayesian Forecasting of Value at Risk and Expected Shorfall Using Adaptive Importance Sampling. Technical Report 2008-092/4, Tinbergen Institute, Erasmus University Rotterdam. URL http://www.tinbergen.nl/ discussionpapers/08092.pdf. Hoogerheide LF, van Dijk HK (2008b). Possibly Ill-Behaved Poste...
2009 Jan 26
0
AdMit version 1-01.01
...K (2007). On the Shape of Posterior Densities and Credible Sets in Instrumental Variable Regression Models with Reduced Rank: An Application of Flexible Sampling Methods using Neural Networks. Journal of Econometrics, 139(1), 154-180. doi:10.1016/j.jeconom.2006.06.009. Hoogerheide LF, van Dijk HK (2008a). Bayesian Forecasting of Value at Risk and Expected Shorfall Using Adaptive Importance Sampling. Technical Report 2008-092/4, Tinbergen Institute, Erasmus University Rotterdam. URL http://www.tinbergen.nl/ discussionpapers/08092.pdf. Hoogerheide LF, van Dijk HK (2008b). Possibly Ill-Behaved Poste...
2009 Feb 02
2
public facts repository
...hmark and averages on it (gives you some hints about the processor speed) bogomips - yes, they are funny. macosx_productcode - Leopard,Tiger,Panther et al classes - in which classes is this host? graphics - nvidia,ati or false ( :( ) ssetype - sse or sse2 - this was needed for the new matlab (>2008a) version, that does not run on sse1 hosts (mathworks are a**holes) vardir - reads "vardir" from puppet.conf (is there another way to get to this value? unameproc - "uname -p" - this was written by somebody else (hope I can put it there) admini - looks if either admin or ad...
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems