search for: naivity

Displaying 4 results from an estimated 4 matches for "naivity".

Did you mean: naivety
2006 Aug 18
1
What modifications are required for my device driver to work with xen.
Hi, Firstly, I apologise for the naivity of my quiestion. I''m still unclear about the split-driver architecture of xen. I''m developing a software raid driver, and would like to know the changes required for it to work with xen. (guest). As I have understood, the Native driver remains unchanged in Dom0. This driver commun...
2005 Apr 22
1
Samba Server [Solaris 8] on Windows 2K/2003 [ADS] network
ALL: Please forgive my ignorance. I am not just naive regarding Samba..., or Solaris..., or UNIX, or Windows Networking..., the naivity courses through my veins abundantly in all IT related matters. :-) Our work unit is the lone UNIX [Samba server 2.2 on Solaris 8] installation on the organizational Windows WAN. None of the analysts in our unit have domain admin rights. The sys manager in our unit [my boss] has steadfastly ref...
2007 Aug 21
0
Ansari vs wilcoxon vs ks test
...urve while wilcoxon focuses on testing for a shift of the median. I can not figure out though what is the difference between ansari-bradley and ks . Is there any important difference in the assumptions of these three tests that I should consider before choosing? Finally, and I apologize for the naivity of the question, all the ks.test(), wilcox.test () and ansari.test() expect the raw measurements for the populations and I do not need to pre-process in any way, right? ANY suggestion please? Niki [[alternative HTML version deleted]]
2000 Dec 31
4
R as a daemon?
I have a GNU/Linux / Unix application in which I'd like to have an R process running in a persistant state, while receiving instructions (and data) from another process, and returning results to this process. My initial thoughts are to set something up with named pipes or such, but I believe that the R process will terminate when it reads EOF (^D) from the input pipe. The client process is