search for: ktest

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

Did you mean: test
2011 Jul 15
1
Confusing inheritance problem
...pment with a function that works when called from the top level, but fails under R CMD check. The paricular line of failure is rsum <- rowSums(kmat>0) where kmat is a dsCMatrix object. I'm currently stumped and looking for some ideas. I've created a stripped down library "ktest" that has only 3 functions: pedigree.R to create a pedigree or pedigreeList object, kinship.R with "kinship" methods for the two objects one small compute function called by the others along with the minimal amount of other information such that a call to R --vanilla CMD...
2009 Nov 29
0
KhmaladzeTest in quantreg
Hi, I've implemented the KhmaladzeTest for my linear quantile regression model for the location-scale shift hypotesis as follow: >formula=r ~ div + pe + por >Ktest=KhmaladzeTest(formula,nullH="location-scale") > Ktest $nullH [1] "location-scale" $Tn [1] 2.125804 $THn div pe por 0.7972984 1.4432325 0.7107914 attr(,"class") Now I have to compare the number 2.125804 with the critical values th...
2010 Feb 23
0
BUG with LSSVM in R:
...ata, this discrepancy between odd and even number of cases is enhanced by a huge factor. Thanks, Parmee iris <- unique(iris) rbf <- rbfdot(0.5) lssvm> k <- kernelMatrix(rbf, as.matrix(iris[,-5])) lssvm> klir <- lssvm(k, iris[, 5]) lssvm> pre <- predict(klir, k) > ktest <- as.kernelMatrix(k[1:148,]) > pretest <- predict(klir, ktest) > table(pretest,iris[1:148,5]) pretest setosa versicolor virginica setosa 50 0 0 versicolor 0 49 2 virginica 0 1 46 > ktest2 <-...
2006 May 11
5
Issue with hard links, please help!
...ctory. Here is an example of a test that I was doing. I have no idea why sometimes it works like it should, and sometimes it doesn't. My destination directory is called 'Latest'. [root@backup backup]# du --max-depth=1 -h 21G ./Latest 21G . [root@backup backup]# cp -al Latest/ ktest/ [root@backup backup]# du --max-depth=1 -h 21G ./Latest 8.7M ./ktest 21G . [root@backup backup]# rm ktest/ -rf [root@backup backup]# cp -al Latest/ mtest/ [root@backup backup]# du --max-depth=1 -h 21G ./Latest 8.7M ./mtest 21G . [root@backup backup]# rm mtest/ -rf [root@backup...
2013 May 03
1
[LLVMdev] [klee-dev] GSoC Proposal: automatic function level testing
Hello, probably it is too late to be involved in GSoC, by I want discuss following idea: KLEE can generate tests only for main function level without any modifications of original code. It passes args specified by command line. I want implement automatic testcase generation for any imported function from tested code without its modification. First: parsing test code would collect input/output
2004 Feb 18
5
net ads join / kinit /.conf syntax
Hi. HELP! I read: :-) http://www.samba.org/samba/docs/man/domain-member.html#domain-member-server (Which notes, "This is a rough guide to setting up Samba-3 with Kerberos authentication against a Windows 200x KDC. A familiarity with Kerberos is assumed." Is there "A guide to familiarity with Kerberos as a primer for Samba configuration" somewhere?) :-) This thread