search for: cx0

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

Did you mean: cr0
2002 Jan 15
1
acf conf intervals +speed
...hers are tough. Anyone have either alternative code or a suggestion for how to replace the other loops below? Thanks initc<-function(x,y){ n<-min(length(x),length(y)) # -- Demean -- @ xm<-x-mean(x) ym<-y-mean(y) # -- Cross Products -- @ a<-xm*ym b<-xm*xm c<-ym*ym cx0<-mean(b) cy0<-mean(c) list(cx0=cx0,cy0=cy0) } corse<-function(x,y,cx0,cy0,mix=1){ # FROM code by stock and watson from HOM paper #corse.prc # 10/28/97, mww # Compute Correlation between x and y # Also compute se of estimated cor using # HAC-Delta Method Calculation n&l...
2017 Mar 02
1
Copeland Engineering Dockmaster
On 3/2/17 10:02 AM, Charles Lepple wrote: > Can you provide a pointer to details on the usbhid-dump tool? Not > familiar with that one. I'm using Ubuntu 14.04 Server on an i686 Dell/Wyse CX0 thin-client - usbhid-dump was available as part of usbhid-utils, if I am not mistaken. https://github.com/DIGImend/usbhid-dump > Depending on how much of the Power Device Class (PDC) HID spec they > have implemented (rather than doing non-PDC HID as a cheap > USB-to-serial replacement...
2017 Feb 23
2
Copeland Engineering Dockmaster
Thank you - I have included the capture, and attached it here. USB is new to me. I am a good sysadmin, but terrible programmer. I was able to use the usbhid-dump utility using -e stream, the last octet will report the state of the detected power (1/2 for ignition on, 3 for ignition off, 0 for powered-off). 4th one seems to be voltage, and the 5th and 6th I believe are timers: