search for: smd

Displaying 20 results from an estimated 68 matches for "smd".

Did you mean: cmd
2012 Aug 22
1
(Slight) calculation discrepancy in escalc (metafor package)
...ently started using the metafor package (version 1.6-0) in R (2.15.1, 64-bit Windows 7) and noticed that I was getting slightly different values when I manually calculated the standardized mean difference versus what escalc was giving me. Here''s a very simple example: escalc(measure="SMD", m1i=5,m2i=10,n1i=5,n2i=5,sd1i=1,sd2i=2,vtype="LS") The result is: yi vi 1 -2.854599 0.8074367 However, if I calculate this manually using the pooled standard deviation formula given in Cooper et al (2009)*, I get an SMD of -2.85625 and a variance of 0.870205....
2005 Mar 16
1
working with pairlists imported from HDF5, converting to data frames?
...Group Processing object: AggComp ...... its a dataset......Finished dataset Processing object: AggNonComp ...... its a dataset......Finished dataset Processing object: CPR ...... its a dataset......Finished dataset Processing object: PR ...... its a dataset......Finished dataset Processing object: SMD ...... its a dataset......Finished dataset ... Done group effective Each item inside the group "effective" is a vector of numbers. I want to convert effective into a data frame or matrix for use with matplot. However, R sees effective not as a collection of vectors, but as a pairlis...
2020 Aug 25
0
Feature files for Python SMD
Hello, I am a graduate student who has been working on changing the speech/music discrimination system for Opus as part of a class project. I plan on changing both the features used to train and test the neural network as well as the structure of the network itself. Throughout my time spent scouring the source code, I noticed that the rnn_train.py file loads an h5py file called
2020 Aug 25
0
Feature files for Python SMD
Hello, I am a graduate student who has been working on changing the speech/music discrimination system for Opus as part of a class project. I plan on changing both the features used to train and test the neural network as well as the structure of the network itself. Throughout my time spent scouring the source code, I noticed that the rnn_train.py file loads an h5py file called
2013 Feb 09
1
Samba 4 DC log.smd flooded with Conversion error
My machine is running samba 4.0.3 inside a DomU of Debian Wheezy. Following the Samba AD Howto and running Samba 4.0.3 successfully but with one pretty serious problem. When I try access the folder with 1000 files, the speed is *VERY* slow. After employ log level to 3, log.smbd is flooded with: ============================================= [2013/02/09 23:44:05.910717, 3]
2011 Jan 12
1
Metafor vs Meta vs Spreadsheet: wrong numbers
...fferent. Unfortunately, I could not find where I made it wrong. I would be grateful if someone would have a look at my calculations. Here are the meta-analysis commands: ### USING METAFOR library(metafor) ( dat<-escalc(m1i=m1i, sd1i=sd1i, n1i=n1i, m2i=m2i, sd2i=sd2i, n2i=n2i, measure="SMD", data=metaData, append=T) ) # COMPUTE EFFECT SIZE ( res<-rma.uni(yi,vi,data=dat,method="HE", level=95) ) ### RANDOM EFFECT ( res<-rma.uni(yi,vi,data=dat,method="FE", level=95) ) ### FIXED EFFECT ### USING META ( res<-metacont(metaData[,3], metaData[,1], metaData...
2012 Jun 09
1
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Joey, Still the same message. I am running it from llvm-2.9/Debug/bin/clang -cc1 -ast-view ~/smd.c Is this where you were referring to? Best, Carlos Andrade http://carlosandrade.co 2012/6/9 Joey Gouly <joel.gouly at gmail.com> > You need to run the clang from the build directory. Something like > ./Debug+Asserts/bin/clang > > Joey > > > On 9 June 2012 22:52, C...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...uring and make it works. -- I have gv installed now and my bash console can recognize the 'gv' and 'dot' as specified on llvm manual, from my previous email I believe I compiled on debug mode and my bash does recognize 'clang' bash now but still I get: clang -cc1 -ast-view smd.c *Stmt::viewAST is only available in debug builds on systems with Graphviz or gv!* What am I missing? :( Thanks, Carlos Andrade http://carlosandrade.co 2012/6/9 Carlos Andrade <carlosviansi at gmail.com> > Just to add one more thing. I have been trying to install the gv on my mac...
1999 Apr 01
0
Printing Problem with Samba running on Solaris 2.5.1
...ess the shared directories and the printers but the jobs sent from the PC clients to the printers/plotters don't come out. Initially, when Samba was set up, we could print through Samba without problem. I have here attached the smb.conf and log.smb files Thanks and regards Kunle <<smd.conf>> <<log.smb>> _____________oo00oo_____________ Kunle Olusanya Systems Engineer GeoQuest Nigeria Tel: 234-1-2690227-36 Ext. 4393 E-mail: ezeannc@texaco.com -------------- next part -------------- A non-text attachment was scrubbed... Name: smd.conf Type: application/octet...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
...; -- I have gv installed now and my bash console can recognize the 'gv' and > 'dot' as specified on llvm manual, from my previous email I believe I > compiled on debug mode and my bash does recognize 'clang' bash now but > still I get: > > clang -cc1 -ast-view smd.c > > *Stmt::viewAST is only available in debug builds on systems with Graphviz > or gv!* > > What am I missing? :( > > Thanks, > > Carlos Andrade > http://carlosandrade.co > > > > 2012/6/9 Carlos Andrade <carlosviansi at gmail.com> > >> Just...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...th --enable-optimized. Which lead me to believe I end up getting what you suggested on debug mode. I also put clang 2.9 inside /tools/clang (renamed the clang-2-9) so that the configure could notice it and ran $make test inside the clang folder after it. Still I executed $ ./clang -cc1 -ast-view smd.c only to get Stmt::viewAST is only available in debug builds on systems with Graphviz or gv! Mixed up with the output and nothing being show on graphviz. What am I missing? Again, I have graphviz but I don't think I have gv and I am running an OS X Lion 10.7.4 (latest version). Thanks, Car...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
...Which lead me to believe I end up getting what you suggested on debug > mode. I also put clang 2.9 inside /tools/clang (renamed the clang-2-9) so > that the configure could notice it and ran $make test inside the clang > folder after it. > > Still I executed $ ./clang -cc1 -ast-view smd.c only to get > > Stmt::viewAST is only available in debug builds on systems with Graphviz > or gv! > > Mixed up with the output and nothing being show on graphviz. What am I > missing? Again, I have graphviz but I don't think I have gv and I am > running an OS X Lion 10.7....
2012 Jun 14
1
Samba: 3.6.5 lib/fault.c:47(fault_report) smd crash
Dear I'm facing issues when using Samba on PDC mode + LDAP installed on i386 Debian 6 Is there a way to resolve it ? Jun 14 11:02:31 fileserver32 smbd[1115]: [2012/06/14 11:02:31.644224, 0] lib/fault.c:47(fault_report) Jun 14 11:02:31 fileserver32 smbd[1115]: =============================================================== Jun 14 11:02:31 fileserver32 smbd[1115]: [2012/06/14
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...stalled on my machine. dot works fine from my console, but I have no 'gv' like it is suggested on the documentation (you can find how I attempted that and the versions on the stack link better formatted than on this email). The command I am running on my console is: ./clang -cc1 -ast-view smd.c My graphviz version is 2.28 and my clang version is 2.9 (for a couple of reasons I need to make it work for this version). http://stackoverflow.com/questions/10962845/stmtviewast-is-only-available-in-debug-builds-on-systems-with-graphviz-or-gv I also heard xml output was discontinued, but I st...
2007 Apr 13
1
disable roaming profiles
Hi, i followed the official faq trying to disable roaming profiles but it doesnt work in smd.conf i have logon home = logon path = for every new pc that i have joined to the domain, the hole desktop and mydocs directory is transfered to the server!!!!!!! i have wasted 15G because of that and if a user logons in another machine all the crap is transfered back again in this pc. So, it is...
2005 Feb 22
5
Samba 3.0.11 smbd hangs
...a production environment, which I cannot disrupt until the last person goes home. I guess I what I am asking is what can you guys suggest I try in the small window i have to test it, to gather enough information for you to diagnose where the problem lies, if indeed it is related to the modified smd.conf. I will turn the logging level up to 10, but will have to stop samba first, so hopefully editing the smb.conf shouldn't cause a problem then. The server is a dual Zeon with Suse 9.0 kernel 2.4.21-273-smp4g with yast updates and samba 3.0.11. BTW, what is the actually policy for samba...
2011 Nov 11
2
[LLVMdev] Argument's types mismatch when creating CallInst.
Hello. I have an .bc, which defines @foo(%type* arg1, %type* arg2, %type* arg3). Firstly, i do this: runtimeModule = getLazyIRFileModule("runtime.bc", smd, llctx); then this: fooFunction = runtimeModule->getFunction("foo"); myType = runtimeModule->getTypeByName("type"); After that, i'm creating another module: myModule = new Module("My Module", llctx); and create some AllocaInsts with type %type: AllocaIn...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...find >>> how I >>> > attempted that and the versions on the stack link better formatted >>> than on >>> > this email). >>> > >>> > The command I am running on my console is: >>> > >>> > ./clang -cc1 -ast-view smd.c >>> > >>> > My graphviz version is 2.28 and my clang version is 2.9 (for a couple >>> of >>> > reasons I need to make it work for this version). >>> > >>> > >>> http://stackoverflow.com/questions/10962845/stmtviewast-is...
2003 Apr 12
1
Client Disconnects
...ction reset by peer) All the clients are using mapped drives which will also intermittently get red crosses over the icon indicating loss of connection. All clients are involved in a render network and are accessing the server constantly so this can't be a inactivity timeout, could it? Some smd.conf parameters I've been playing with: oplocks = False level2oplocks = False debug level = 2 keepalive = 300
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
...;>>> > attempted that and the versions on the stack link better formatted >>>> than on >>>> > this email). >>>> > >>>> > The command I am running on my console is: >>>> > >>>> > ./clang -cc1 -ast-view smd.c >>>> > >>>> > My graphviz version is 2.28 and my clang version is 2.9 (for a couple >>>> of >>>> > reasons I need to make it work for this version). >>>> > >>>> > >>>> http://stackoverflow.com/quest...