search for: cecill

Displaying 20 results from an estimated 30 matches for "cecill".

Did you mean: cecile
2009 Apr 09
2
how to automatically select certain columns using for loop in dataframe
Hi, I am trying to display / print certain columns in my data frame that share certain condition (for example, part of the column name). I am using for loop, as follow: # below is the sample data structure all.data <- data.frame( NUM_A = 1:5, NAME_A = c("Andy", "Andrew", "Angus", "Alex", "Argo"), NUM_B = 1:5, NAME_B =
2009 Aug 10
2
VAD performance worse on version 1.2rc1 than 1.1.12
Hi Cecile, it seems it is a tabu theme, or nobody uses VAD on speex. I've tried with external EasyVAD solution but the result was not as spected. Other users of the list suggest an algorithm to filter voice based on the power of the signal, but of course, it is not a voice activity detection. I am waiting also a solution for this, while so I use version 1.1.12. Regards. Cecile Dumotier
2012 Apr 18
3
normal distribution assumption for multi-level modelling
Hello, I'm analysing reaction time data from a linguistic experiment (a variant of a lexical decision task). To ascertain that the data was normally distributed, I used *shapiro.test *for each participant (see commands below), but only one out of 21 returns a p value above p.0 05. > f = function(dfr) return(shapiro.test(dfr$Target.RTinv)$p.value) > p = as.vector(by(newdat,
2002 May 14
3
How to mount a samba partition in Linux?
I have installed Samba 2.2.1.a. From windows it works allright. From Linux I can browse with smb://server. But I do not have write permissions. When I open a console and in this console enter the command smbclient //server/folder I do have write permissions. Someone told me to mount samba with mount -t smb -o username=***,pasword=*** \\192.168.0.1\folder /destination, but when I do this I get
2009 Jul 27
2
VAD performance worse on version 1.2rc1 than 1.1.12
Hi, I decide to write to the list because of a strange behaviour when updating from version 1.1.12 to 1.2rc1. My software was running fine with version 1.1.12, but now I want to benefit from advances on AEC. After updating the library to 1.2rc1 and do few changes on my sources, I run the application and discovered that VAD doesn't work so fine as in previous version 1.1.12 (3 years ago). I
2012 Jul 31
2
phantom NA/NaN/Inf in foreign function call (or something altogether different?)
Dear experts, Please forgive the puzzled title and the length of this message - I thought it would be best to be as complete as possible and to show the avenues I have explored. I'm trying to fit a linear model to data with a binary dependent variable (i.e. Target.ACC: accuracy of response) using lrm, and thought I would start from the most complex model (of which "sample1.lrm1" is
2009 Aug 12
0
VAD performance worse on version 1.2rc1 than 1.1.12
Thank you, but I am thinking about trying to move VAD implementation from 1.1.12 to 1.2. I'm not sure about how difficult it could be (maybe impossible due to Jean Marc has disappear). Have you tried this? Cecile. 2009/8/10 jesus <jmorion at toomeeting.com> > Hi Cecile, > > it seems it is a tabu theme, or nobody uses VAD on speex. I've tried > with external EasyVAD
2006 Jul 13
2
Squirrelmail Change Dovecot Password Plugin
Hi Let me introduce myself, My name is Cecil, and i am a system architect by proferssion working currently on contracts with serveral companies in Ghana and Nigeria. I recently built a Corporate Mail Server for a Company using Postfix, Dovecot and Squirrelmail, running on Ubuntu. Thanks to the Dovecot community everything is working well. After a moment i noticed that i could make the users
2010 Sep 01
2
general question on binomial test / sign test
hello, i did several binomial tests and noticed for one sparse dataset that binom.test(1,1,0.5) gives a p-value of 1 for the null, what i can't quite grasp. that would say that the a prob of 1/2 has p-value of 0 ?? - i must be wrong but can't figure out the right interpretation.. best, kay ----- ------------------------ Kay Cichini Postgraduate student Institute of Botany Univ. of
2009 Apr 23
1
License status of CRAN packages
...avas is public domain, ace is on Statlib | 1 | BSD | 16 | CeCILL | 1 | CeCILL-2 | 2 | Common Public License Version 1.0 |...
2001 Jan 23
10
smbpasswd error
Hallo , when I try to change user password on samba server i become this error : error connecting to 127.0.0.1:139 (Verbindungsaufbau abgelehnt) unable to connect to SMB server on machine 127.0.0.1. Error was : code 0. Failed to change password for bukhari if any someone I have an Idea please send me an E-Mail to "ufz6@rz.uni-karlsruhe.de" Thanks to All Amir Bukhari
2009 Jul 31
0
VAD performance worse on version 1.2rc1 than 1.1.12
Hi, I decide to write to the list because of a strange behaviour when updating from version 1.1.12 to 1.2rc1. My software was running fine with version 1.1.12, but now I want to benefit from advances on AEC. After updating the library to 1.2rc1 and do few changes on my sources, I run the application and discovered that VAD doesn't work so fine as in previous version 1.1.12 (3 years ago). I
2011 Sep 05
1
help with installing tar.gz package
hi, i'd like to install the package "RGoogleDocs ". i downloaded to path "E:/R/R-2.13.0/library/RCurl_0.91-0.tar.gz" i run R from an usb-stick and can't get the install.packages() prompt to run correctly - can anyone help with this? thanks, kay > sessionInfo() R version 2.13.0 (2011-04-13) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1]
2007 Jun 11
0
Re: Samba VFS CAP, hope some help
'/' is one of illegal filename characters on Windows. So a filename containing '/' is always mangled regardless of your character settings (including CAP settings). This behavior comes from limitation of Windows filesystems and by design. From: Adam C?cile <adam.cecile@linbox.com> Subject: Re: Samba VFS CAP, hope some help Date: Fri, 08 Jun 2007 11:43:19 +0200 Hi, I
2010 Aug 20
1
Messages causing an error from Solr.
Hi, I am trying to use the fts_solr plugin, and having some success. Unfortunately some spam messages I had lying around generate an error from Solr, e.g.: HTTP/1.1 400 ParseError at [row,col]:[5,29] Message: An invalid XML character (Unicode: 0xd84e) was found in the element content of the document. While I assume that these messages do indeed contain bad unicode, my searches seem to hang
2010 Jan 19
1
restricted permutations in permtest()?
Hallo List, I'm trying to implemement a restricted permutation scheme in permutest(). More precisely I have dependence in my data that should be allowed for in the permutation - I simulated the problem in the example of the vegan documentation p.24: library(vegan) data(varespec) ## Bray-Curtis distances between samples dis <- vegdist(varespec) ## First 16 sites grazed, remaining 8 sites
2005 Nov 19
6
[LLVMdev] LLVM + GCC Integration Proposal
FYI: http://gcc.gnu.org/ml/gcc/2005-11/msg00888.html It remains to be seen how well this will be accepted, but it gives some insight on what is being worked on. In any case, this probably won't have a large impact on the LLVM community, other than potentially more people working on it. -Chris -- http://nondot.org/sabre/ http://llvm.org/
2005 Apr 13
0
Data Mining in Europe, please advise
Our CEO, Dr. Dan Steinberg, is planning to visit Europe in May. He would like the opportunity to introduce statisticians (and statistically minded people) to data mining, data mining applications and to forefront data mining tools. Our algorithms are probably familiar to many statisticians (CART, MARS, MART, TreeNet and RandomForests), although it isn't necessary to be a statistician to
2016 Feb 16
3
slightly off-topic, RAID program for on-board SAS 2308-4i ?
Does anyone know what program can be used to query the RAID status from the OS for an on-board LSI SAS 2308-4i? On this page: http://docs.avagotech.com/docs/12351997 there is a curious note on the left that reads: "Integrated MegaRAID support available upon request" After one mostly fruitless round of chatting with LSI/Avago/Broadcom and one completely fruitless round of chatting
2015 Jan 30
5
Very slow disk I/O
On 1/30/2015 1:53 AM, Gordon Messmer wrote: > On 01/29/2015 05:07 AM, Jatin Davey wrote: >> Yes , it is a SATA disk. I am not sure of the speed. Can you tell me >> how to find out this information ? Additionally we are using RAID 10 >> configuration with 4 disks. > > What RAID controller are you using? > > # lspci | grep RAID [Jatin] [root at localhost ~]# lspci |