Displaying 20 results from an estimated 105 matches for "zw".
2014 Mar 18
3
Tar Compression issue
....gz) It decompresses
maybe 80% then get error:
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
what might be the issue here?
Bonnie B Mtengwa
Email: <mailto:bonnie.mtengwa at potraz.gov.zw> bonnie.mtengwa at potraz.gov.zw |
<mailto:bonniebm at gmail.com> bonniebm at gmail.com Web:
<http://www.potraz.gov.zw/> www.potraz.gov.zw
2011 Oct 17
1
LDAP/Samba on RHEL6
...- - - - - Domain Members Options - - - - - - - - - - - -
#
# Security must be set to domain or ads
domain master = yes
domain logons = yes
passdb backend = ldapsam:ldap://127.0.0.1/
ldapsam:trusted = yes
ldapsam:editposix = yes
encrypt passwords = true
ldap admin dn = cn=smbadmin,dc=uzchs,dc=ac,dc=zw
ldap delete dn = yes
ldap user suffix = ou=users
ldap group suffix = ou=groups
ldap machine suffix = ou=computers
ldap idmap suffix = ou=idmap
ldap suffix = dc=uzchs,dc=ac,dc=zw
ldap ssl = off
idmap backend = ldap:ldap://127.0.0.1/
idmap uid = 5000-50000
idmap gid = 5000-50000
idmap alloc backend...
2012 Mar 13
1
p-value of the pooled Z score
Hello,
I have to compute the pooled z-value and I would like to know which way is
more appropriate
b <- c( -0.205,1.040,0.087)
s <- c(0.449,0.167,0.241)
n <- c(310, 342, 348)
z <- b/s
Z <- sum(z)/sqrt(length(n))
P <- 2*(1-pnorm(abs(Z)))
P
w <- sqrt(n)
Zw <- sum(w * z)/sqrt(sum(w^2))
Pw <- 1 - pchisq(Zw * Zw, 1)
Pw
Many thanks in advance,
Cheba
[[alternative HTML version deleted]]
2010 May 18
1
runes of Magic doesn't display login
...xy = (-R1.ww + R0.xy);
fixme:d3d_shader:shader_glsl_dump_program_source A0.w = (int(floor(abs(R0.w) + 0.5) * sign(R0.w)));
fixme:d3d_shader:shader_glsl_dump_program_source A0.xy = (ivec2(floor(abs(R0.xy) + vec2(0.5)) * sign(R0.xy)));
fixme:d3d_shader:shader_glsl_dump_program_source R1.xyzw = (VC[A0.w + 2].xyzw);
fixme:d3d_shader:shader_glsl_dump_program_source R0.xy = (R1.xy + -VC[A0.x + 2].xy);
fixme:d3d_shader:shader_glsl_dump_program_source R0.xy = ((attrib0.zz * R0.xy) + VC[A0.x + 2].xy);
fixme:d3d_shader:shader_glsl_dump_program_source R0.zw = (R1.zw + -VC[A0.x + 2]....
2009 Feb 13
3
[LLVMdev] Modeling GPU vector registers, again (with my implementation)
...M IR, I check if a vector
register is written (to different elements) by different instructions. When
the second write happens, I generate a shufflevector to multiplex the
existing value and the new value, and store the result of shufflevector.
Input assembly language:
mul r0.xy, r1, r2
add r0.zw, r3, r4
sub r5, r0, r1
is converted to LLVM IR:
%r0 = alloca <4 x float>
%mul_1 = mul <4 x float> %r1, %r2
store <4 x float> %mul_1, <4 x float>* %r0
...
%add_1 = add <4 x float> %r3, %r4
; a store does not immediately happen here
%load_1 = load <4...
2009 Feb 13
0
[LLVMdev] Modeling GPU vector registers, again (with my implementation)
...en (to different elements) by different
> instructions. When
> the second write happens, I generate a shufflevector to multiplex the
> existing value and the new value, and store the result of
> shufflevector.
>
> Input assembly language:
> mul r0.xy, r1, r2
> add r0.zw, r3, r4
> sub r5, r0, r1
>
> is converted to LLVM IR:
>
> %r0 = alloca <4 x float>
> %mul_1 = mul <4 x float> %r1, %r2
> store <4 x float> %mul_1, <4 x float>* %r0
> ...
> %add_1 = add <4 x float> %r3, %r4
> ; a store does no...
2007 Jan 26
2
how to create daily / weekly ts object?
Dear All,
Monthly and Quarterly ts obj. is easy to understand. But I couldn't
find an example in R manual how to create daily or weekly ts object.
Could you please shed some light on it?
I really appreciate it.
2007 Jan 11
3
batch job GLM calculations
...(read file, extract values and write them to file) except I fail in indexing the GLM with the modelstructure it should run. Running GLM's conventionally is no problem.
Conventionally a GLM is calculated as:
--------------------------------------
glm(ZlogHRS ~ ZRi+ZE+ZPROX_MN+ZED+ZAlwd+ZT2+ZW+ZN+Sex+y, family = gaussian, data=t.data)
(just a note: dependent variable is ZlogHRS, while the others are indepent variables)
Desired way: sequentially run GLM
---------------------------------
I want R to take the model structure to take from a vector called "modelstructure" an...
2005 Dec 15
3
[LLVMdev] Vector LLVM extension v.s. DirectX Shaders
...ns difficult to match a
certain pattern in the program semantic tree. For example, to match
'mul' and 'add', and merge them to a single instruction 'mad'
(multiple-and-add). For another example, to vectorize several scalar
operations like:
add r0.xy, r1.xy, r2.xy
add r0.zw, r1.zw, r2.zw
to:
add r0.xyzw, r1.xyzw, r2.xyzw
If the write mask and swizzles are 'supported' in the each instruction
per se. The syntax/signature of LLVM assembly will need to be changed
from:
<result> = add <ty> <var1>, <var2>
to:
<result>.<w...
2009 Jan 28
6
unsubscribe
Nyarai Tunjera
ICT Director
Gateway Primary School
Box EH 121
Emeraldhill
Zimbabwe
www.gatewayprimary.co.zw
Forever God is Faithful
Be exalted oh GOD above the heavens
Let your Glory fill ALL the earth.
Great is OUR God
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
-------------- next part --------------
An HTML attachment was scrubb...
2006 Sep 13
7
German Phrase
Hi German users,
Can one of you guys give me a German Phrase that I can use to
demonstrate tokenizing non-ascii text. Preferably something about 40
bytes long with lots of umlauts and perhaps a ?.
Cheers,
Dave
2005 Dec 15
0
[LLVMdev] Vector LLVM extension v.s. DirectX Shaders
...tion 'mad'
> (multiple-and-add).
I don't really buy that. Why do you think it will be hard? This is
exactly what pattern-matching instruction selectors do.
> For another example, to vectorize several scalar
> operations like:
>
> add r0.xy, r1.xy, r2.xy
> add r0.zw, r1.zw, r2.zw
>
> to:
>
> add r0.xyzw, r1.xyzw, r2.xyzw
>
> If the write mask and swizzles are 'supported' in the each instruction
> per se.
This is a separate transformation, that should be done in the dag
combiner (not in instruction selection), but shouldn't c...
2008 Apr 29
1
ZwXX functions
Hi all,
I noticed that some of the Zw functions would be very handy to use.
While they''re exported by NTDLL, it seems they''re part of the Windows
Driver Kit, and those headers don''t ship with Visual C++ by default. Or
do they? I don''t have them with Visual C++ 8 anyway.
What I''m mainly afte...
2009 Jul 22
0
Extreme Value Bivariate Point Process Model
...;- wavesurge[,1]
surge <- wavesurge[,2]
plot(wave,surge, pch=20) ## reproduces Coles fig 1.11
## do the GEV fit
w <- gev.fit(wave)
s <- gev.fit(surge)
### Transform to frechet variable using
GEV2frechet <- function (x, loc, scale, shape)
pmax(1 + shape * (x - loc)/scale, 0)^(1/shape)
Zw <- GEV2frechet(wave,w$mle[1],w$mle[2],w$mle[3])
Zs <- GEV2frechet(surge,s$mle[1],s$mle[2],s$mle[3])
## Check point distribution with Figure 8.6
plot(log(Zw),log(Zs),pch=20)
### Very different
The above seems to be quite straightforward and I am at a loss for what
is going wrong. Perhaps so...
2010 Jan 08
1
Zeilenweiser Plot einer Matrix
...otz flei?igen Lesens der
Dokumentation noch nicht zur L?sung des folgenden Problems vorgedrungen.
Die Werte einer 2D-Matrix sollen in einem einzigen 2D-Plot dargestellt
werden, in dem jeweils f?r die Werte einer Zeile ein Graph aus mit
Linien verbundenen Punkten gezeichnet wird. Die Matrix besitzt zw?lf
Spalten, die x-Achse soll einfach mit 1:12 indiziert werden. Sch?n w?re,
wenn die einzelnen Graphen automatisch farblich variiert und mit dem
Zeilennamen beschriftet w?rden.
Spaltenweise habe ich es mit "matplot" geschafft, aber zeilenweise?
Oder sollte eher die Matrix transponiert we...
2010 Jun 28
2
[LLVMdev] vmkit and llvm 2.8
...ving directory `/home/zoewolk/RESEARCH/vmkit/lib/Mvm/Compiler'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/home/zoewolk/RESEARCH/vmkit/lib/Mvm'
make[1]: *** [Mvm/.makeall] Error 2
make[1]: Leaving directory `/home/zoewolk/RESEARCH/vmkit/lib'
make: *** [all] Error 1
Thanks
-ZW
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100628/760d3c5d/attachment.html>
2007 Jun 08
2
wrapping lattice xyplot
...', pinky swear) and, as it stands above,
invariably gives me this error:
Error in eval(expr, envir, enclos) : object "est" not found
I tried substitute(x) (as that seems to have cured a similar problem
with "g") but then x is not a formula and method dispatch fails.
Help?
zw
2011 Jul 01
2
[LLVMdev] (no subject)
...sing a tiered register allocation setup.
Just a little background. My target uses vec4 32bit registers and I want to have three levels of registers setup.
Each vec4 register can have two sub-regs of size vec2 32bit, and each sub-reg, has its own two sub-regs of 32bit each.
So it looks like this, xyzw -> {xy, zw} -> {x, y, z, w}.
Now the problem I am having is that for some reason, the linearscan allocator is running out of registers to allocate.
This makes no sense to me as I have 1024 vec4 registers(so 2048 vec2 and 4096 scalars).
So I limited to a very small test case where I have 1 v...
2011 Dec 06
1
Graphics device hook to manipulate plotmath
...ymbol macros.
(Users of tikzDevice can of course write all their TeX math
expressions directly, but this may be a great deal of conversion work,
and is also inconvenient for someone tweaking their plots in one of
the interactive graphics devices before saving them permanently.)
Thanks in advance,
zw
p.s. I am not subscribed to this list, please cc: me on replies.
2003 Aug 14
2
How to get the pseudo left inverse of a singular square matrix?
Dear R-listers,
I have a dxr matrix Z, where d > r.
And the product Z*Z' is a singular square matrix.
The problem is how to get the left inverse U of this
singular matrix Z*Z', such that
U*(Z*Z') = I?
Is there any to figure it out using matrix decomposition method?
Thanks a lot for your help.
Fred