search for: uncodit

Displaying 6 results from an estimated 6 matches for "uncodit".

Did you mean: uncoded
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 life history traits o...
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
...ha(2) 2.597073 5.516 0.00000 log(L)=-83,4 First observe that the results are almost the same but the weibull parameters are not. acooring to the weibull specification that easyreg uses a(2)>0 so the baseline hazard is monotonically increases ,acording to my expectations :(the empirical uncoditional hazard increases monotonically from t=1,12 and then decreases to zero) My question is what is the weibull specification that R-design package uses for the baseline hazard. Second ,it is possible to plot the baseline hazard in R , in order to "see" the accelerating-decelerating effec...
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 guarante...
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"/> &lt...