Displaying 6 results from an estimated 6 matches for "rs3".
Did you mean:
rc3
2014 Mar 06
2
'parallel' package changes '.Random.seed'
...'.Random.seed' when loading its name space:
> set.seed(1)
> rs1 <- .Random.seed
> rnorm(1)
[1] -0.6264538
> set.seed(1)
> rs2 <- .Random.seed
> identical(rs1, rs2)
[1] TRUE
> loadNamespace("parallel")
<environment: namespace:parallel>
> rs3 <- .Random.seed
> identical(rs1, rs3)
[1] FALSE
> rnorm(1)
[1] -0.3262334
> set.seed(1)
> rs4 <- .Random.seed
> identical(rs1, rs4)
[1] TRUE
I've taken a look at the 'parallel' source code, and in a few places a
call to 'runif(1)' is issued. So, what...
2010 Oct 08
3
Efficiency Question - Nested lapply or nested for loop
...ame G_hat_0_0 G_hat_1_0 G_hat_2_0 G_0 G_hat_0_1 G_hat_1_1 G_hat_2_1 G_1
1 rs0 0.488000 0.448625 0.063375 1 0.480875 0.454500 0.064625 1
2 rs1 0.002375 0.955375 0.042250 1 0.000000 0.062875 0.937125 2
3 rs2 0.050375 0.835875 0.113750 1 0.877250 0.115875 0.006875 0
4 rs3 0.000000 0.074750 0.925250 2 0.897750 0.102000 0.000250 0
5 rs4 0.000125 0.052375 0.947500 2 0.261500 0.724125 0.014375 1
6 rs5 0.003750 0.092125 0.904125 2 0.023000 0.738125 0.238875 1
And my task is:
For each individual (X) on each row, to find the index correspo...
2014 Aug 06
2
Can't use custom package on windows 64-bit
...39;arch=x64'". Now I know
that I can simply switch Rstudio to point to 32-bit R, but that is not
ideal.
Is there a way to easily fix that? So that I can either compile correctly
the 64-bit, or I can run the 32-bit in 64-bit R.
Here's my source code: https://github.com/Gastrograph/RS3
Thank you!
--
Evan Farrell
*Application Engineer*
*Analytical Flavor Systems, LLC. *
Mobile: (724) 831 - 9537
www.gastrograph.com
All materials confidential
If you are not the intended recipient, do not read (too late?), copy or
distribute this e-mail or any attachments.Instead, please notify...
2019 Feb 04
7
[RFC] Vector Predication
On Mon, 4 Feb 2019 at 22:04, Simon Moll <moll at cs.uni-saarland.de> wrote:
> On 2/4/19 9:18 PM, Robin Kruppe wrote:
>
>
>
> On Mon, 4 Feb 2019 at 18:15, David Greene via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Simon Moll <moll at cs.uni-saarland.de> writes:
>>
>> > You are referring to the sub-vector sizes, if i am
2019 Sep 12
3
why windows 10 can't access centos samba
I update centos's samba to 4.8.3-6. My windows 10 is professional, whose version is 1803. I still can't access samba. Do I need update my windows 10 to 1903?
andrew
At 2019-09-12 17:45:10, "anax" <anax at ayni.com> wrote:
>
>
>On 12/09/2019 11.09, qw wrote:
>> Hi,
>>
>>
>> I can access centos's samba via windows 7, but fail
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking