Displaying 6 results from an estimated 6 matches for "uncoditionally".
Did you mean:
unconditionally
2011 Aug 29
1
MuMIn Problem getting adjusted Confidence intervals
Hello R users
I'm using MuMIn but for some reason I'm not getting the adjusted confidence
interval and uncoditional SE whe I use model.avg().
I took into consideration the steps provided by Grueber et al (2011)
Multimodel inference in ecology and evolution: challenges and solutions in
JEB.
I created a global model to see if malaria prevalence (binomial
distribution) is related to any
2006 Dec 20
1
Nagle & delayed ACK strike again
...ad performance for sftp/sshfs.
I'm not sure why this hasn't cropped up earlier. Were there any
TCP_NODELAY related changes in the sshd code recently?
Is there a reason not to enable NODELAY unconditionally? Any reason
why the server end is different from the client (where NODELAY is now
uncoditionally enabled) in this respect?
Thanks,
Miklos
2009 Dec 15
3
[LLVMdev] code generation for calls in JITted code after r88984
...ce the JIT can no longer patch the callsite after the callee have been
compiled. According to the comments for the commit, this was done to fix the
large code model on amd64, but this affects JITs which can guarantee that
both the caller and callee have 32 bit addresses, since the code model is
set uncoditionally to Large, even if another code model was passed to
createJIT ():
http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86TargetMachine.cpp?r1=86251&r2=88984&pathrev=88984
Would it be possible to fix this or make it configurable ?
thanks...
2005 Aug 27
1
survival parametric question
Hi to all,
I am working on design package using survival function.
First using PSM and adopting a weibull specification for the baseline hazard , I have got the following results(since weibull has both PH and AFT propreties ,in addition I have used the PPHSm command):
Value Std. Error z p
(Intercept) 1.768 1.0007 1.77 7.73e-02
SIZE -0.707 0.0895 -7.90 2.80e-15
2009 Dec 15
0
[LLVMdev] code generation for calls in JITted code after r88984
...ptions of these problems tend to be too
vague to reproduce.
> According to the comments for the commit, this was done to fix the
> large code model on amd64, but this affects JITs which can guarantee that
> both the caller and callee have 32 bit addresses, since the code model is
> set uncoditionally to Large, even if another code model was passed to
> createJIT ():
JIT::createJIT() intends to obey the CodeModel you pass it, but
someone else was complaining of a bug there too. The CodeModel is
definitely intended to be configurable, specifically so that users can
specify the guarantees thei...
2007 Jul 12
0
15 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt INSTALL libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.h
...tack.c | 12 --
16 files changed, 281 insertions(+), 356 deletions(-)
New commits:
diff-tree 576a51e3a4a0e2a9d4c6c4e031ef27ba62b8199a (from dc507c661ecefe5cc761ae5119922bec50b647a4)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Jul 12 23:24:50 2007 +0200
add SwfdecAsObject uncoditionally
diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml
index 537817a..4d1fe45 100644
--- a/doc/swfdec-docs.sgml
+++ b/doc/swfdec-docs.sgml
@@ -25,5 +25,6 @@
<xi:include href="xml/Internals.xml"/>
<xi:include href="xml/SwfdecAsValue.xml"/>
<xi:inc...