search for: cognitive

Displaying 20 results from an estimated 191 matches for "cognitive".

2013 Jan 22
0
[LLVMdev] Looking for an LLVM back-end developer
Cognitive Electronics is an innovative systems startup headquartered in Boston designing a new low power massively parallel processor for use in Big Data analytics, simulation, research and other parallel compute-intensive applications. We are seeking a Principal Compiler Engineer to develop the optimizing...
2009 Mar 16
1
Creating variables with different levels depending on conditions
Dear R-help-list, I started using R coming from the former use of SPSS, mainly writing my own syntax. I do classical experimental cognitive psychology and am interested in the cognitive control of task sequences (i.e. classification task). Especially I am interested in the performance of the actual depending on the tasks before. Thus, in SPSS I create variables like this one: Compute cond = 0. If (task_2=task) cond=1 else cond=2....
2014 Sep 11
3
[LLVMdev] patch for DragonEgg 3.3
Hi - attached is a patch to enable building DragonEgg (x86_64) for LLVM3.3 and LLVM3.4. That is, add these changes to the 3.3 release, and it becomes possible to build DragonEgg against a llvm3.4 compiler. Regards, Richard Gorton Cognitive Electronics rcgorton at cog-e.com ---------- -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dragonegg_diff.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140911/70d1a61c/attachment.txt>
2011 May 11
1
Parantheses highlighting
...I want to know which one's the matching bracket. I experience this problem with every kind of bracket (round, curly ...). I really like the built-in Mac OS editor for R, so I hope this will be fixed soon or I can easily fix it myself. Thanks, Sascha W. --- Sascha A. Wolfer, M.A. Centre for Cognitive Science University of Freiburg
2002 Oct 21
4
samba 2.2.6 name
Hi, I've just installed samba 2.2.6 [solaris 2.6] and while ./smbstatus (on solaris) reports version 2.2.6, network neighbourhood [ or net view4] (on win 2k/win98) report Samba 2.2.5 Any ideas? ta iain -- -------------------------------------------------------------- Iain Morrison MRC Cognition and Brain Sciences Unit 15 Chaucer Road Tel 01223 355294 xt 581
2007 Jul 24
1
function optimization: reducing the computing time
...on that implements a Bayesian method to compare a patient's score on two tasks with that of a small control group, as described in Crawford, J. and Garthwaite, P. (2007). Comparison of a single case to a control or normative sample in neuropsychology: Development of a bayesian approach. Cognitive Neuropsychology, 24(4):343?372. The function (see below) return the expected results, but the time needed to compute is quite long (at least for a test that may be routinely used). There is certainly room for improvement. It would really be helpful if some experts of you may have a look...
2011 Jan 28
6
User error in calling predict/model.frame
I want to predict values from an existing lm (linear model, e.g. lm.obj) result in R using a new set of predictor variables (e.g. newdata). However, it seems that because my linear models was made by calling scale() on the target predictor that predict exits with an error, "Error in scale(xxA, center = 9.7846094491829, scale = 0.959413568556403) : object 'xxA' not found". By
2016 Oct 19
4
IntrusiveRefCntPtr vs std::shared_ptr
...all the reference-counting machinery is a complete waste of time and code and RAM and the program would run strictly faster if it was ripped out. I don't know for sure (it's a lot more work to try!), but I would not be surprised to see a further 10%-20% speedup. And then you come to the cognitive load on the programmer, trying to decide whether to use IntrusiveRefCntPtr or shared_ptr or unique_ptr or auto_ptr or weak_ptr or whether and where to call free()/delete. And the extra typing needed to write it instead of using a raw pointer. And the extra time and cognitive load to read the code....
2010 Sep 21
2
Trouble installing pwr package
...ing it with R CMD INSTALL pwr. I have also tried installing it on my mac mini running Leopard but it can't even find the packages object, and CMD INSTALL pwr returns "invalid package 'pwr'". Expedient help would be appreciated :-) Brian Mingus Graduate student Computational Cognitive Neuroscience Lab University of Colorado at Boulder [[alternative HTML version deleted]]
2005 Sep 12
5
remedial stats education
...aire. http://shared.openheartlogic.org My collaborator (equally stats inept) is working on a similar web-based questionaire http://ruminate.openheartlogic.org Ultimately, we want to publish in a peer-reviewed journal such as Emotion & Cognition or, at least, get a paper accepted at the annual Cognitive Science conference. Something like that. We have already started collecting data but not on a large scale since we are not confident about our statistical approach. This is a shot in the dark, but if a stats expert wants to collaborate with us then we would welcome that. We don't have much t...
2019 Apr 22
3
[RFC] Should we add isa_or_null<>?
Hi All: Just wanted to wind this up and summarize the results. Although there were a few no votes, it looks like there's a consensus for adding a `isa_and_nonnull` type operator. While there were some who preferred `isa_nonnull`, it wasn't overwhelming, and since `isa_and_nonnull` is already committed, I'm going to leave it as `isa_and_nonnull` for the time being. Thanks for all
2019 May 04
2
[RFC] Should we add isa_or_null<>?
...'t overwhelming, and since > > `isa_and_nonnull` is already committed, I'm going to leave it as > > `isa_and_nonnull` for the time being. > > Maybe I missed something, but it looked to me as if the consensus was > that `isa_and_some_words<T>(foo)` imposed a higher cognitive load on the > reader than `foo && isa<T>(foo)`, as well as being more to type in most > cases, so wasn't worth adding. > FWIW, I agree with this and Bogner: this doesn't seem like an improvement worth the cost. > David > ______________________________________...
2007 Oct 26
0
Masters/PhD Scholarship at National University of Ireland
More Scholarships are posted at http://cambodiajobs.blogspot.com ** *National University of Ireland* *Institute of Microelectronics and Wireless Systems* - Masters/PhD Scholarship in Software Defined Radio Systems - Masters/PhD studentship in the area of Spectrum Sensing for Cognitive Radio - Masters/PhD studentship in the area of Spectrum Sensing for Cognitive Radio and - Postdoctoral Scholarship in the area of reconfigurable radio systems Applicants from outside of the EU are welcom to apply for all positions, however please state clearly your visa requirements in y...
2007 Aug 24
4
perception of graphical data
Hello, I apologize that this is off-topic. I am seeking information on perception of graphical data, in an effort to improve the plots I produce. Would anyone point me to literature reviews in this area? (Or keywords to try on google?) Is this located somewhere near cognitive science, psychology, human factors research? For example, some specific questions I have are: I recall as a child when I first saw a map where the areas of the containers (geographical states) were drawn as rectangles, proportional to a quantity other than land area. Does anyone know of an algor...
2005 Feb 12
2
comparing predicted sequence A'(t) to observed sequence A(t)
Hi, I have a question that I have not been succesful in finding a definitive answer to; and I was hoping someone here could give me some pointers to the right place in the literature. A. We have 4 sets of data, A(t), B(t), C(t), and D(t). Each of these consists of a series of counts obtained in sequential time-intervals: so for example, A(t) would be something like: Count A(t): 25,
2001 Jan 09
2
PAM clustering (using triangular matrix)
...be converted to this class." Can anyone help me? I also appreciate any advice about other clustering algorithms that can accept this type of input. Thanks a lot in advance, Jose Quesada Dept. of Experimental Psychology, University of Granada, Spain. Visitor researcher at the institute of cognitive science University of Colorado, Boulder, Us. -------------- next part -------------- A non-text attachment was scrubbed... Name: quesadaj.vcf Type: text/x-vcard Size: 501 bytes Desc: Card for Jose Quesada Url : https://stat.ethz.ch/pipermail/r-help/attachments/20010109/a0e0927e/quesadaj.vcf
2019 May 05
3
[RFC] Should we add isa_or_null<>?
...> `isa_and_nonnull` is already committed, I'm going to leave it as > >> > `isa_and_nonnull` for the time being. > >> > >> Maybe I missed something, but it looked to me as if the consensus was > >> that `isa_and_some_words<T>(foo)` imposed a higher cognitive load on the > >> reader than `foo && isa<T>(foo)`, as well as being more to type in most > >> cases, so wasn't worth adding. > > > > > > FWIW, I agree with this and Bogner: this doesn't seem like an > improvement worth the cost. > >...
2009 Jul 06
0
Student research assistant, Part-time, Max Planck Institute, Berlin (Germany)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Center for Adaptive Behavior and cognition (ABC) at Max Planck Institute, Berlin (Germany) is looking for Student research assistants. We work on a mixed environment of R and Java. Skills on both would be a plus, but some R knowledge (or willingness to learn) should suffice. Requirements: You must be enrolled in a German University. You must have
2003 Sep 25
0
LME problem
I am analyzing data on a study of the effects of Coronary Artery Bypass Graft (CABG) on cognitive function, as measured by a score from an objective test. I have 140 people who receive the CABG surgery and 92 controls, with four measurements of cognitive function over time (at 0, 3, 12 and 36 months). I have fitted a linear mixed model using lme with a random intercept for subject and a rando...
2005 Mar 24
1
Has the add parameter of plot commands been deprecated?
R for OS X, version 2.0.1 Has the add parameter of plot commands been deprecated? It no longer occurs in the help listing for plot, and doesn't work, either. If it has been deprecated, what is the replacement? That is, how does one overlay an existing plot? -- John R. Vokey, PhD Professor B.E.R.G. - Behaviour and Evolution Research Group Micro-Cognition Laboratory Department of