search for: ss11

Displaying 3 results from an estimated 3 matches for "ss11".

Did you mean: ss1
2011 Jun 24
2
Need help on a R script part
...xt part of code:............e1=x1-mean(x1)e2=x2-mean(x2)n1=length(x1)n2=length(x2N=(n1 + n2)nu2=sum( c( ( x1 -mean(x1) )^2 , ( x2-mean(x2) )^2 ) )/Nss=c(e1,e2) b3= N*sum(ss^4)/ (sum( ss^2)^2)............what do lines 6-8 (mathematical notation)?Also the, what means part?............for(j in 1:B){ ss11=sample(x1, n1, replace=TRUE) ss12=sample(x2, n2, replace=TRUE) ............}............????I would appreciate you could help on my inquiry, and I am awaiting for your soon answer Thx in advance, Lusk [[alternative HTML version deleted]]
2007 Nov 21
6
Compiling issue on x86!
Hi thanks for your posts so far. Since what I had assumed was a 32 bit kernel which I compiled didn''t work, I religiously set out on compiling a 64 bit version as my system is currently booted in 64 bit mode. I installed SUNStudio12 on the system and set the SPRO_VROOT to point towards it and when I do a make all in usr/src directory, I get the following error when make cwds and runs in
2008 Apr 07
6
64-bit windows capability
What is the prognosis for being able to install a 64-bit windows guest (of any variety) on an opensolaris host. Don Nichols