search for: conov

Displaying 20 results from an estimated 34 matches for "conov".

Did you mean: conv
2017 May 16
1
rsync -aAXv to a FAT formatted directory?
Does rsync -aAXv /dir1 /dir2, where dir2 is a mounted FAT formatted SD card, and then: rsync -aAXv /dir2 /dir1, to restore the files in dir1 from the FAT formatted SD card, restore the ACL and owner/permissions of the files and directories in dir1? Thanks, John -- John Conover, conover at rahul.net, http://www.johncon.com/
2006 Jun 03
2
Initial patch for ExternalPostList
...ormatting of this patch. I didn't pay much attention to following existing indentation and bracket rules and what not. If you're up for including this into the release branch, I'd be glad to take the time and clean it up even further. Thanks for all of your help, Rusty -- Rusty Conover InfoGears Inc. Web: http://www.infogears.com ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20060602/ad66cf25/attachment.html> -------------- next part -------------- A non-text attachment was s...
2006 Jan 29
2
problem with xul/prototype experiment: "bind" method not found
Hi everyone, I was playing around with xul + prototype, and everything seemed to be going well until I ran into a wall - there seems to be some problem I can''t explain with Function.prototype.bind, for instance when I run this code: try { new Ajax.Request("http://localhost:3000/search/hello", { onComplete: this.onHelloComplete.bind(this) }); } catch
2003 Sep 16
1
calculation of the p value in ks.test()
Hi, I'm working with the ks.test() function and I have also implemented the test using Conover as the reference. My D value matches that produced by R. However to calculate the p value I am using the code described in Numerical Recipes in C++ (2nd Ed.) pg 631. The p value produced by the NRC code is generally larger than that produced by R by a factor of 10. Currently I am not in a positi...
2004 Dec 13
1
Friedman test for replicated blocked data
Hi, I would need to extend the Friedman test to a replicated design. Currently the function: friedman.test(y, ...) only works for unreplicated designs. I found in Conover 1999 "Practical Nonparamteric statistics" an extension of the formula to my case. Nevertheless, other sources, like Sheskin 2000 "Parametric and Nonparametric statistical Procedures" and Daniel 1990 "Applied nonparametric statistics" give a different formula from th...
2007 Dec 17
1
Crashes with spelling enabled and perl.
...from /usr/lib/perl5/5.8.8/ i386-linux-thread-multi/CORE/libperl.so #6 0x00bd010e in perl_run () from /usr/lib/perl5/5.8.8/i386-linux- thread-multi/CORE/libperl.so #7 0x0804921e in main () Any help would be great as I'm excited to get spelling correction working. Thanks, Rusty -- Rusty Conover InfoGears Inc. Web: http://www.infogears.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.tartarus.org/pipermail/xapian-devel/attachments/20071216/4d6a7788/attachment.html
2015 Mar 30
1
Opus on iOS - ARM64
...audio data returns an encoded result of between roughly 50 and 100 bytes. On ARM64, it always returns an encoded result of 1275 bytes. Configure arguments: ./configure --disable-shared --enable-static --with-pic --disable-extra-programs --disable-doc --host=arm-apple-darwin --prefix="/Users/cconover/Projects/Opus-iOS/build/built/iPhoneOS8.2-arm64.sdk" LDFLAGS=" -flto -fPIE -miphoneos-version-min=7.0 -L/Users/cconover/Projects/Opus-iOS/dependencies/lib" CFLAGS=" -arch arm64 -Ofast -flto -g -fPIE -miphoneos-version-min=7.0 -I/Users/cconover/Projects/Opus-iOS/dependencies/in...
2003 Sep 15
1
question regarding ks.test()
...ecide from the output of R that the two vectors x & y come from the same distribution? Am I correct in assuming that smaller D values indicate that they come from the same distribution? In addition how can I use the p value that is supplied in the output? In my code I decided (as described by Conover) by calculating the 1-alpha quantile and if D was greater than this value, the H_0 is rejected. However I dont calculate a P value. Is this method significantly different from the method used in R? Since I get the same value of D in both methods is there any reason to prefer one over the other...
2016 Jul 24
2
Test de Quade
Hola a todos, Acudo a vosotros después de darle muchas vueltas al tema en Internet y no localizar la solución para algo que creo trivial. Necesito aplicar el test de Quade a un conjunto de datos en el que existe más de una covariable. El ejemplo de dicho test en R es el siguiente: ## Conover (1999, p. 375f): ## Numbers of five brands of a new hand lotion sold in seven stores ## during one week. y <- matrix(c( 5,  4,  7, 10, 12,                1,  3,  1,  0,  2,               16, 12, 22, 22, 35,                5,  4,  3,  5,  4,               10,  9,  7, 13, 10,               19, 1...
2005 Jan 21
2
chi-Squared distribution in Friedman test
Dear R helpers: Thanks for the previous reply. I am using Friedman racing test. According the the book "Pratical Nonprametric Statistic" by WJ Conover, after computing the statistics, he suggested to use chi-squared or F distribution to accept or reject null hypothesis. After looking into the source code, I found that R uses chi-sqaured distribution as below: PVAL <- pchisq(STATISTIC, PARAMETER, lower = FALSE) but still I cant figure out w...
2014 Apr 30
2
Anova 2 vías NO PARAMÉTRICO
Hola, tenemos como equivalencia no paramétrica al Anova de 1 vía el test Kruskal Wallis, pero ¿existe un test no paramétrico equivalente al Anova de 2 vías? Gracias. Saludos. -- Sec. Apoyo Estadístico. Servicio de Apoyo a la Investigación (SAI) Vicerrectorado de Investigación e Internacionalización. Universidad de Murcia Edif. SACE. Campus de Espinardo. 30100 Murcia @. mariaelvira.ferre en
2004 Sep 07
1
Multiple comparisons in a non parametric case
...ifference used in ANOVA. Since I am in the non parametric case I can not use these methods. Instead, I compare graphically individual treatments by plotting the sum of ranks of each treatment togehter with the 95% confidence interval. To compute the interval I use the Friedman test as suggested by Conover in "Practical Nonparametric statistics". I obtain something like this: Treat. A |-+-| Treat. B |-+-| Treat. C |-+-| Treat. D |-+-| The intervals have all the same spread because the number of replications was the same for all ex...
1997 Jul 29
0
Fwd: Buffer Overrun in ruserpass() in MH and NMH (fwd)
...K DISCLAIMER: I write only for myself, not for DRA. Phone: +44 1684 894644 +MIME+ +QMAIL+ +PGP+ - ------- Forwarded Messages Date: Sat, 26 Jul 1997 18:08:00 -0600 Subject: Multiply bugs in MH-6.8.3 (Mail Handler program) From: Matt Conover <shok@COBRA.ONLINEX.NET> To: BUGTRAQ@NETSPACE.ORG Message-ID: <33DA915F.35ED2B71@onlinex.net> Okay there is an overflow in MH-6.8.3, which is suid, which I THINK (not sure), is installed, at least in Redhat 4.1+, by default (I think this is installed within the mail package reg...
2008 Oct 09
3
Sorting results by a "sort expression"
...ready calculated weight in the expression (which in this case would be the default BM25 weight) as well as any of the values matched along with that document. In fact, this[2] is pretty much what we're looking for. In it I notice that you refer to "bias match" functionality and Rusty Conover's ExternalSourcePostList patch. Judging from past discussions [3] and svn [4] it appears that the bias match stuff was never really stable or something, so it was removed a while ago. Was ExternalSourcePostList meant to be dropped in as a replacement at some point in the future? I found two p...
2008 Apr 24
3
how to delete all document from the DB (without deleting the DB itself)
Hello, I'm still testing PHP5 bindings and I could'nt find a way to delete all documents from a DB without deleting other informations stored in the DB such as synonyms. Since the process of adding synonyms is time consuming, I would like to use the same DB but restart my test without any document in the DB, is this possibile? I could'nt find a delete_all or a method like that, nor
2005 Jan 21
0
R: chi-Squared distribution in Friedman test
...utionFunction.html f(x) density function F(x) distribution function =Pr(X<x)= integral(f(x)) Hoping I helped you! Regards Vito you wrote: Dear R helpers: Thanks for the previous reply. I am using Friedman racing test. According the the book "Pratical Nonprametric Statistic" by WJ Conover, after computing the statistics, he suggested to use chi-squared or F distribution to accept or reject null hypothesis. After looking into the source code, I found that R uses chi-sqaured distribution as below: PVAL <- pchisq(STATISTIC, PARAMETER, lower = FALSE) but still I cant figure out w...
2005 Sep 22
1
Fligner-Policello robust rank test
Can anybody tell me if there is an R implementation of the Fligner-Policello robust rank test? Thanks, Elisabetta
2004 Nov 15
1
Multivariate Sampling
Dear all, I am looking for routines which allow multi-variate sampling from non-normal distributions (loglogistic) given correlations among the variables. Unfortunately, I could not find a suitable package for R. Does anybody know one? Many thanks and best regards, Stefan Albrecht [[alternative HTML version deleted]]
2007 Nov 14
1
Problem indexing text with spelling enabled in Perl
Hi All, I'm using the TermGenerator::index_text() on version 1.0.4 with the FLAG_SPELLING turned on, because the new spelling suggestion stuff seems awesome, but I'm getting a segv. (gdb) bt #0 0xb7ae153c in Xapian::WritableDatabase::add_spelling (this=0xa553988, word=@0xbff97724, freqinc=1) at ./include/xapian/ base.h:154 #1 0xb7becf47 in
2010 Dec 04
0
Competing with one's own work (Prof. John C Nash)
John, thanks for starting (or restarting) this thread.? I'd like to add to the discussion with another concrete example, about as simple as it gets, which may help focus at least part of this discussion. I have worked with Taylor Arnold to implement a method developed in Conover (1972) for Kolmogorov-Smirnov goodness-of-fit tests for discrete distributions (one-sample only).? We needed this for an applied problem.? It seemed to be a natural extension to stats::ks.test(), so we modified that code (commenting every addition very carefully) and modifying ks.test.Rd in paral...