search for: qvector

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

Did you mean: vector
2009 Dec 09
4
binary string conversion to a vector (PR#14120)
...a wrong value -- see the terminal output binS2binV = function(string="0001101", sep="") # this procedure is expected to convert a binary string to a binary vector ... # but does it?? Why do we get a vector with quoted binary values?? { qlist = strsplit(string, sep) qvector = qlist[[1]] cat("\n string=", string) cat("\n qvector=", qvector) n = length(qvector) ; xvector = NULL for (i in 1:n) { tmp = noquote(qvector[i]) cat("\n", i,", tmp=", tmp) xvector = c(xvector, tmp) cat("\n", i,", xvec...
2018 Jul 12
2
Problemas con la funcion "apply"
...quot;. Por lo tanto tengo una base de datos de 418 filas y en cada una de ellas los parametros que me definen la distribucion beta, shape1 y shape2. Tengo el siguiente codigo: distrname="beta" shape1= 0.2 #ejemplo shape2= 0.3 #ejemplo quantvector=c(0.001,0.005,0.95,0.999) (paste("qvector=q",distrname,"(quantvector, shape1, shape2)",sep="")) eval(parse(text= paste("qvector=q",distrname,"(quantvector, shape1, shape2)",sep="") )) qvector Donde tengo problemas es en aplicar el anterior codigo para cada una de las filas de mi base...
2016 Oct 04
28
[Bug 98039] New: KMail crash on starting (nouveau-related)
https://bugs.freedesktop.org/show_bug.cgi?id=98039 Bug ID: 98039 Summary: KMail crash on starting (nouveau-related) Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: Drivers/DRI/nouveau Assignee: