search for: descrepancy

Displaying 11 results from an estimated 11 matches for "descrepancy".

2010 Dec 09
1
[LLVMdev] Why declaration of llvm.eh.selector differs between documentation and in .ll code written by clang++?
...eclared like this: i32 %llvm.eh.selector <http://llvm.org/docs/ExceptionHandling.html#llvm_eh_selector>(i8*, i8*, i8*, ...) But when clang++ (rev.121360) writes the module with exceptions, it writes it out like this: declare i32 @llvm.eh.selector(i8*, i8*, ...) nounwind Why there is such descrepancy? Which one is correct? Yuri -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101209/99fd4a02/attachment.html>
2003 Mar 17
1
RAND_bytes return value
Hello, I have been doing some looking at openssl 0.9.7 and openssh3.5p1 and found a minor descrepancy. RAND_bytes() is called around line 69 of openbsd-compat/bsd-arc4random.c. It checks to see if the return is not zero. The RAND_bytes function can also return -1, too. All the code in openssl uses <=0 for the test rather than !. Best Regards, Steve Grubb ______________________________________...
2013 Feb 01
1
ks.test and wilcoxon.test results differ from other stat.packages
...lc p-value=0.0435354 R p-value=0.04635 If I want to obtain result of test once, it does not matter. But what should I do if I want to perform Monte-Carlo simulations and I need in 10000 or even 100 000 p-values and then will build some distribution and then use results of Statictica? Whtever, the descrepancy bothers. Are there some alternative packages for non-parametric statistics that produce results comparable with the other program packages? Or, probably, there is exists some environment variable to perform calculations in more common way? Thank you! Sasha.
2005 Mar 01
5
Open3.popen3 bug
Running this program: require ''win32/open3'' i, o, e, pid = Open3.popen3("c:/ruby/bin/ruby.exe -e\"sleep 10\"") i.close Gives this result: C:\_co\source\build\web\temp>ruby t.rb t.rb:5: [BUG] Segmentation fault ruby 1.8.2 (2004-06-29) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please
2007 Aug 15
0
Mann-Whitney U test discrepancies
...rming a Mann-Whitney U by selecting analyze - non-parametric tests - 2 independent samples and then checking off the Mann-Whitney U test. For the Mann-Whitney test in SPSS i am gettting the following results: Mann-Whitney U = 350.5 2- tailed p value = 0.643 I think maybe the descrepancy has to do with the specification of the NA values in R, but i'm not sure. If anyone has any suggestions, please let me know! I hope i have provided enough information to convey my problem. Thank-you, Nat ______________________________________________________________________...
2008 Nov 11
0
Producing a matrix of values
...length(details[,1])) trace.sna for(i in 1:length(tra[,1])){ src = tra[i,1] des = tra[i,2] trace.sna[src, des]=tra[i,3]} I get the error message: Error in trace.sna[src, des] = tra[i, 3] : subscript out of bounds There is something wrong with the highlighted code. I know that there must be some descrepancy in the numbers of values I am using but don't know why or how to fix it. Thanks for your help in advance. Kind regards andy Andrew McFadden MVS BVSc Incursion Investigator Investigation & Diagnostic Centres - Wallaceville Biosecurity New Zealand Ministry of Agriculture and Forestry...
2003 Jan 06
0
Desktop.ini (part) solution
Aha! Although I'm not an everyday samba programmer, I have found a descrepancy between a windows code snippet running on a windows server, and on a samba (2.2.7a, but also earlier) systems. This causes the dreaded Desktop.ini problem (yay!) and probably some others too! The test code in windows: #include "stdafx.h" #include <windows.h> int main(int argc, ch...
2005 Jul 27
1
winbind + pam authentication immediately closes session
I followed the basic pointers for setting up pam + winbind on a debian based system ( http://www.ubuntuforums.org/showthread.php?t=5409 ) the member server is joined to the domain and authentication appears to work successfully, however when I attempt to login with a domain user with the proper password to a method that requires a session (ssh/su/xdm) or otherwise the session is immediately
2006 Feb 18
3
Samba LDAP PDC BDC quit working
We have had a Samba LDAP-PDC-BDC system setup for close to 3 months with about 60 computers in the domain. Earlier we had a power outage and about 30 computers no longer were able to log into the domain or authenticate. Some were NT Workstations and some were W2k. But not all NT or W2K workstations were affected. If we went to network neighborhood we would see the error message "
2007 Dec 19
1
FW: cgh package
Hi, I would like some extra information on the 'cgh' package in R. I noticed that there isn't much activity regarding this package on the R and BioC mailing list (I googled it). I started using this package and I have few questions: 1/ As I have a custom tiling like array @8um features resolution (affy), I have a lot of probes to work with. I'm assuming it is correct to
2007 Aug 14
4
Mann-Whitney U
Hi, Could someone please tell me how to perform a Mann-Whitney U test on a dataset with 2 groups where one group has more data values than another? I have split up my 2 groups into 2 columns in my .txt file i'm using with R. Here is the code i have so far... group1 <- c(LeafArea2) group2 <- c(LeafArea1) wilcox.test(group1, group2) This code works for datasets with the same number