Displaying 5 results from an estimated 5 matches for "testk".
Did you mean:
test
2013 Apr 18
1
parSapply can't find function
...= function(n, x, k) {
if (n>k) { return(x[(n-k):(n-1)]) }
else {return(NA)}
}
predR = function(x, k) {
pastList = lapply(1:length(x), function(n) pastK(n, x, k))
pred = sapply(pastList, function(v) mfv(v)[1])
ratio = sum(pred==x, na.rm=T)/(length(pred) - sum(is.na(pred)))
}
testK = function() {
k = seq(3, 25, 2)
r = parSapply(cl, k, function(i) predR(x, i))
# r = sapply(k, function(i) predR(x, i))
}
r = testK()
stopCluster(cl)
Here is the error:
Error in checkForRemoteErrors(val) :
8 nodes produced errors; first error: could not find function "predR"...
2018 Apr 26
2
kappa
Buenas, ¿alguien sabe qué puede ser este error?
data es una df y las columnas 23 y 24 son las que quiero comparar; están bien.
testK<-kappa2(data[,c(23,24)], "equal")
Error in sort.list(y) : 'x' must be atomic for 'sort.list'
Have you called 'sort' on a list?
--
Dr Manuel Mendoza
Department of Biogeography and Global Change
National Museum of Natural History (MNCN)
Spanish Scientific Counci...
2012 Sep 06
2
choose() function returning anomalous results (zero instead of one)
...+ 1
}
}
return(nkmatrix[(1:(index-1)),])
}
penalty <- 5000000
k2 <- 10
# [ f11 f12 f21 f22 falt v2on alton parton]
f <- c(0.5667, 0.8760, 0.5667, 0.7, 1, 0, 0, 1)
ci <- 1
Q <- 10
Q1 <- 3
Q2 <- Q-Q1
loopvar <- 1
nkmatrix <- gen_nk_old(k2,Q1,Q2)
testn <- nkmatrix[,1]
testk <- nkmatrix[,2]
testma <- ugly_function(testn, testk, Q1, Q2, f[1],f[2],f[3],f[4])
pprime <- sum(testma)
loopvar <- loopvar + 1
print(proc.time() - ptm)
[[alternative HTML version deleted]]
2006 Mar 14
1
rar Command Syntax
Hi All,
what is wrong with the below? Cheers.
Mark Sargent
rar -evx "TestKing 640-801 V69.rar" testking604801
2014 Oct 09
0
Question about vnc connection password set to empty
...evice dom2 change-passwd.xml
# virsh dumpxml dom2 --security-info |grep graphics
<graphics type='vnc' port='5900' autoport='yes' listen='127.0.0.1' passwd=''>
</graphics>
login the guest with virt-viewer command
# virt-viewer testks
also can connect the guest dom2 success with empty password
4. I produce the same steps on RHEL6.6 libvirt-0.10.2-46.el6.x86_64, the guest can not be connected when set graphics vnc password to empty, the same result with bug 859317.
Actual results:
we can login the guest when set the graphi...