search for: dw

Displaying 20 results from an estimated 465 matches for "dw".

Did you mean: dwc
2001 Aug 06
1
merge rsync+ into rsync (was Re: rsync-2.4.7 NEWS file)
> Just curious: what about the rsync+ patch? Thanks for the reminder. I've just committed Jos's rsync+ patch onto the "branch_mbp_rsyncplus_merge" branch. If it works OK and nobody screams I will move it across onto the main tree tomorrow or Wednesday. I see the patch doesn't add documentation about the new options to the man page, so we should fix that in the future.
2001 Nov 21
2
dw statistic
...uld create a function ("carfun") without creating a "x" vector, since the only purpose of that function is to be integrated right away in the same "x" (I re-posted my function again at the end). But now I have another question: since "x" must be of "(dw-eigen)"'s length, how can I create a polynom in "x" of variable degree (=length("(dw-eigen)")) to be integrated? The computation of the exact p-value of DW is a hard one (since it depends on X matrices and the formula is a bit complicated), but the DW statistic is a...
2009 Jul 30
0
randomized block design analysis PROBLEM
...statistical analyses in R. I sepnt a lot of time, but still , i have problems. Kind regards, Alisia ---------------------------------------------------------------------------------------------------------- Week Date BTC timeexp column Block Treatment Condition ThetaV 0 22/jun/08 -4 1 1 T4 DW 0,0962 Irrigation with diminirize water 0 22/jun/08 -4 2 1 T4 DW 0,0935 Irrigation with diminirize water 0 22/jun/08 -4 3 1 T4 DW 0,1181 Irrigation with diminirize water 0 22/jun/08 -4 4 1 T4 DW 0,0752 Irrigation with diminirize water 0 22/jun/08 -4 5 2 T4 DW 0,0761 Irrigation with dim...
2011 Jul 29
1
[LLVMdev] alignment checking in isSafeToEliminateVarargsCast
...ges I have made yet, so you will not be able to see the same results. $ clang -ccc-host-triple mipsel-unknown-linux -ccc-clang-archs mipsel foo.c -o foo.ll -emit-llvm -O3 -S // foo.c // adapted from test-suite/SingleSource/UnitTests/2003-05-07-VarArg s.c #include <stdarg.h> typedef struct DWordS_struct { int i; char c; } DWordS; typedef struct LargeS_struct { int i; double d; DWordS* ptr; int j; } LargeS; void test(char *fmt,...); int main() { DWordS dw = { 18, 'a' }; LargeS ls = { 21, 22.0, &dw, 23 }; test("DQL", dw, ls); return 0; } After code ge...
2017 Jun 06
1
Files Missing on Client Side; Still available on bricks
...recovering from a few failed OS hard drives on my gluster storage and have been removing, and re-adding bricks quite a bit. I noticed yesterday night that some of the directories are not visible when I access them through the client, but are still on the brick. For example: Client: # ls /scratch/dw Ethiopian_imputation HGDP Rolwaling Tibetan_Alignment Brick: # ls /data/brick1/scratch/dw 1000GP_Phase3 Ethiopian_imputation HGDP Rolwaling SGDP Siberian_imputation Tibetan_Alignment mapata However, the directory is accessible on the client side (just not visible): # stat /scratch/dw...
2007 Mar 07
2
where can I find Durbin-Waston test tables for Confidence Level 2.5% or 0.5%?
Hi all, I am doing a two-sided DW test: H0: rho = 0 H1: rho =/= 0 My understanding is that most test statistics tables are one-sided. It's the way they created the table. So from online, by doing Googling, I found a bunch of DW tables for Confidence Level 5%. Those tables can answer my two-sided question at 5x2 = 10% confid...
2011 Jan 17
2
ping_pong using o2cb and cman
I was testing ocfs2 on a 2 node cluster set up. ocfs2-tools version is 1.6.3 ocfs2 kernel version is 2.6.36 Using cman on 2 nodes node02 dw # ping_pong -rwm /data/test.dat 3 data increment = 2 14 locks/sec node01 dw # ping_pong -rw /data/test.dat 3 data increment = 2 10 locks/sec node02 dw # ping_pong -r /data/test.dat 3 1980 locks/sec Using cman on 1 node node02 dw # ping_pong -rwm /data/test.dat 3 data increment =...
2001 Nov 20
1
warning message
Hello everybody. I would like to pose a question regarding a warning message after running a function of my own. The function I created for computing the p-value of the dw statistic has a command line like this: ยปdwf0 <- function(dw,eigen) { carfun <- function(x) { (prod(1+2*(eigen-dw)*1i*x)^(-1/2)-prod(1-2*(eigen-dw)*1i*x)^(-1/2))/(1i*x) } ; 1/2+integrate(f=carfun,lower = 0,upper = Inf, subdivisions=10000)$value/(2*pi) } , with arguments "dw" as...
2008 Jan 04
1
GLMMs fitted with lmer (R) & glimmix (SAS)
...ing a different program! Can somebody help me interpret these differences? Bellow is a summary of the outputs obtained with R and SAS. Thanks, Andrea Previtali Post-doc fellow Dept. of Biology, Univ. of Utah. lmer output: Generalized linear mixed model fit using PQL Formula: SURV ~ SEX * ELI + DW * DIST + SEAS + DEN + WT + (1 | SITE) Family: binomial(logit link) AIC BIC logLik deviance 1539 1606 -758.7 1517 Random effects: Groups Name Variance Std.Dev. SITE (Intercept) 0.27816 0.52741 number of obs: 3104, groups: SITE, 19 Estimated scale (compare to 1 ) 0.9458749...
2019 Aug 19
1
[PATCH v7 0/9] drm: cec: convert DRM drivers to the new notifier API
Hi Dariusz, Hans, I can apply the dw-hdmi patches if necessary. Neil On 19/08/2019 11:38, Hans Verkuil wrote: > Hi all, > > The patches in this series can be applied independently from each other. > > If you maintain one of these drivers and you want to merge it for v5.4 > yourself, then please do so and let me k...
2003 Dec 27
0
2 disks boot patch
...n an 8K buffer, and how ; many sectors and bytes that is ; mov edi,[bxBytesPerSec] ; Used a lot below mov eax,[SecPerClust] mov si,ax ; Also used a lot mul di mov [ClustSize],eax ; Bytes/cluster @@ -1436,20 +1449,27 @@ %ifdef debug ; This code for debugging only debug_magic dw 0D00Dh ; Debug code sentinel %endif AppendLen dw 0 ; Bytes in append= command OntimeoutLen dw 0 ; Bytes in ontimeout command OnerrorLen dw 0 ; Bytes in onerror command KbdTimeOut dw 0 ; Keyboard timeout (if any) CmdLinePtr dw cmd_line_here...
2003 Dec 27
0
FW: 2 disks boot patch
...n an 8K buffer, and how ; many sectors and bytes that is ; mov edi,[bxBytesPerSec] ; Used a lot below mov eax,[SecPerClust] mov si,ax ; Also used a lot mul di mov [ClustSize],eax ; Bytes/cluster @@ -1436,20 +1449,27 @@ %ifdef debug ; This code for debugging only debug_magic dw 0D00Dh ; Debug code sentinel %endif AppendLen dw 0 ; Bytes in append= command OntimeoutLen dw 0 ; Bytes in ontimeout command OnerrorLen dw 0 ; Bytes in onerror command KbdTimeOut dw 0 ; Keyboard timeout (if any) CmdLinePtr dw cmd_line_here...
2003 Jun 17
1
lme() vs aov(y ~ A*B + Error(aa %in% A + bb %in% B)) [repost]
I've posted the following to R-help on May 15. It has reproducible R code for real data -- and a real (academic, i.e unpaid) consultion background. I'd be glad for some insight here, mainly not for myself. In the mean time, we've learned that it is to be expected for anova(*, "marginal") to be contrast dependent, but still are glad for advice if you have experience. Thank
2008 Jul 27
1
help with durbin.watson
Hi, I have two time series, y and x. Diff(y) and Diff(x) both show no autocorrelation. But durbin.watson(lm(Diff(y)~lag(Diff(x),k=-4)) gives a DW value of zero. How come the residule is autocorrelated while Diff(y) and Diff(x) are not? Does anyone know if in my case a DW of zero indicates serial correlation, or is it telling me that the DW statistics is not the appropriate statistics to use here? Thanks, -- Tom [[alternative HTML versio...
2012 Sep 06
1
[PATCH] comboot: add comapi_chainboot to int22_table
...ned-off-by: Sebastian Herbszt <herbszt at gmx.de> --- core/comboot.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/comboot.inc b/core/comboot.inc index d6f670c..ef69c49 100644 --- a/core/comboot.inc +++ b/core/comboot.inc @@ -950,7 +950,7 @@ int22_table: dw comapi_derinfo ; 000A derivative-specific info dw comapi_serialcfg ; 000B get serial port config dw comapi_cleanup ; 000C perform final cleanup - dw comapi_err ; 000D clean up then bootstrap + dw comapi_chainboot ; 000D clean up then bootstrap dw comapi_configfile ; 000E get name of con...
2008 Nov 22
5
[RFC][PATCH] Gfxboot COMBOOT module
...gfx_setup_menu + jc exit + +input: + call gfx_input + jc exit + + cmp eax,1 + jz exit + + cmp eax,2 + jz boot + + jmp input + +boot: + call far [gfx_bc_done] + mov ax,cs + mov es,ax + mov bx,command_line + mov ax,3 + int 22h +exit: + call far [gfx_bc_done] +error: + ret + +cb_table dw cb_status ; 0 + dw cb_fopen ; 1 + dw cb_fread ; 2 + dw cb_getcwd ; 3 + dw cb_chdir ; 4 + dw cb_readsector ; 5 +cb_len equ ($-cb_table)/2 + +gfx_cb: + push cs + pop ds + + cmp al,cb_len + jae gfx_cb_error + + movzx bx,al + add bx,bx + call word [bx+cb_table] + jmp gfx_cb_end +gfx_...
2010 Feb 12
2
for loop function output
...licant > nsle=sr*nap # number of ee selected > nb=nap*pmin # number of minority > nw=nap-nb # number of majority > mb=100 # mean minority > sb=15 # sd minority > mw=100 # mean majority > sw=15 # sd majority > for(i in 1:rep){ + db=rnorm(nb,mb,sb) #minority applicant sample + dw=rnorm(nw,mw,sb)# majority applicant sample + db.t<-t(rbind(db,rep(1,nb))) #minority applicant sample and indicator 1 + dw.t<-t(rbind(dw,rep(0,nw))) #majority applicant sample and indicator 0 + d<-rbind(db.t,dw.t) # combining minority and majority applicant sample + N1<-c(d[,1]) # nesti...
2009 Apr 05
3
[PATCH] Gfxboot COMBOOT module
...gfx_setup_menu + jc exit + +input: + call gfx_input + jc exit + + cmp eax,1 + jz exit + + cmp eax,2 + jz boot + + jmp input + +boot: + call far [gfx_bc_done] + mov ax,cs + mov es,ax + mov bx,command_line + mov ax,3 + int 22h +exit: + call far [gfx_bc_done] +error: + ret + +cb_table dw cb_status ; 0 + dw cb_fopen ; 1 + dw cb_fread ; 2 + dw cb_getcwd ; 3 + dw cb_chdir ; 4 + dw cb_readsector ; 5 +cb_len equ ($-cb_table)/2 + +gfx_cb: + push cs + pop ds + + cmp al,cb_len + jae gfx_cb_error + + movzx bx,al + add bx,bx + call word [bx+cb_table] + jmp gfx_cb_end +gfx_...
2009 Mar 22
1
[PATCH] [memdisk] Additional comments in memdisk.inc and postprocess.pl
...jmp .pass_on ; ... otherwise pass it to the BIOS .hard_disk: ; ... same thing for hard disks, sigh ... - cmp byte [es:0x475],1 ; BIOS variable for number of hard disks + cmp byte [es:0x475],1 ; BIOS variable for number of hard + ; disks jbe success .pass_on: @@ -354,7 +359,7 @@ EDDWrite: TRACER 'w' call edd_setup_regs - xchg esi,edi + xchg esi,edi ; Opposite direction of a Read! call bcopy xor ax,ax ret @@ -397,7 +402,8 @@ EDDGetParms: ret %endif ; EDD - ; Set up registers as for a "Read", and compares against disk size. + ; Set up...
2009 Jul 15
0
[PATCH] gfxboot: parse TIMEOUT keyword
...39;Configuration file',0 @@ -913,14 +977,18 @@ msg_crlf db 0dh,0ah,0 gfx_slash db '/', 0 db0 db 0 +menu_timeout dd 100 keyword_text_label db 6,'label',0 keyword_text_default db 7,'default',0 +keyword_text_timeout db 7,'timeout',0 keywords equ $ dw keyword_text_label dw do_label dw keyword_text_default dw do_default + dw keyword_text_timeout + dw do_timeout keyword_cnt dw ($-keywords)/4 ; menu entry descriptor @@ -971,6 +1039,9 @@ dentry_buf_len equ $ - dentry_buf max_cmd_len equ 2047 command_line resb max_cmd_len+2...