Displaying 20 results from an estimated 27 matches for "aiken".
2007 Oct 29
6
covariance matrix of the regression coefficients
Greetings,
Cohen, Cohen, West, and Aiken 2003 (Applied Multiple Regression-Correlation
Analysis for the Behavioral Sciences, Third Edition) on page 273 state the
covariance matrix of the regression coefficients is provided by standard
programs for multiple regression, including SAS, SPSS, and SYSTAT. How can
it be calculated with R. Thank...
2004 Apr 20
3
Fatal Error: Invalid HOMEDRIVE (PR#6802)
...quot;. I clicked OK to the
error message. The program does not start. I went to a DOS prompt and did
?echo %HOMEDRIVE%? and it returned ?C:?. This letter is a valid drive letter.
Can you tell me how to fix this?
Thanks you,
Joann Williamson
Network Administrator
University of South Carolina Aiken
471 University Parkway
Aiken, SC 29801
803-641-3473
2011 Jul 01
3
multiple moderated regression steps
hi,
?m studying moderated effects of percieved social support and justice world
belief on relationship between stress coping strategies and depression
level. ? haver never run this analysis before soi ? want to check my steps
whether correct or not.
first ? run regression
in step 1
centered independent variables and centered moderators
in step2
two way interactions
instep 3
three way
2009 Dec 14
1
[LLVMdev] project idea: llvm superoptimizer
Here's an idea for a research project that I thought I'd put out there
since probably nobody in my group will have time to follow up on it.
It would be interesting to take ideas from this superoptimizer for x86:
http://theory.stanford.edu/~aiken/publications/papers/asplos06.pdf
http://theory.stanford.edu/~sbansal/superoptimizer.html
and adapt them to run on LLVM code.
It would seem that operating on LLVM code would save a lot of time
because its semantics are much simpler than x86. The cost of operating
on LLVM is that target-speci...
2012 Jun 20
0
[LLVMdev] Work in your project
Hi Guys,
I checked the open projects on LLVM site, and superoptimizer theme
seems to be quite interesting for me. So im going to write the LLVM
superoptimizer (http://theory.stanford.edu/~aiken/publications/papers/asplos06.pdf)
:) Is this theme still actual? Could you please advise me some usefull
articles?
--
Best regards,
Sergey
2012/5/26 Serg Anohovsky <serg.anohovsky at gmail.com>:
> Hi guys,
>
> In next three years I'm going to get the scientific degree in System...
2010 Dec 27
1
modifying user agent strings in http requests
...o I figure out what my current user agent string looks like?
Thanks in advance,
Soumendra
--
Don't worry about people stealing your ideas. If your ideas are any
good, you'll have to ram them down people's throats.
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?--- ?Howard Aiken
2006 Sep 19
1
--remove-sent-files errors with no output
...oubles me even is, using rsync -vvv, rsync shows no
output relating to the --remove-sent-files option. No error messages,
no executing delete statements, etc. Any suggestions on getting rsync
to produce more verbose output. I'd love to see it say deleting file X
-- Error: Y
Thanks
Eric C. Aiken
Senior Systems Administrator
CarDomain Network
1633 Westlake Ave, North
Suite 100
Seattle, WA 98109
Phone: 206.926.2149
Fax: 206.926.2299
2012 May 26
3
[LLVMdev] Work in your project
Hi guys,
In next three years I'm going to get the scientific degree in System
programming.
That's why I'm looking for the interesting and actual theme not like a new
bicycle with square rings.
My degree work in university was connected with value range propagation
(VRP) functionality in clang static analyzer based on AST.
I founded it rather interesting and want to follow this
2013 Jun 20
2
Re-inventing the Wheel (again?)
I''m new to puppet and working my way through the documentation. I''m
struggling with the puppet labs module repo.
I''ve toyed with numerous automation and configuration methodologies over
the decades. Perhaps I''m seeing puppet wrong, Compared with CFEngine
there is a a lot I like, but I''m not sure why I''m still having to re-invent
the
2004 Apr 20
10
Error with 1.9.0 - Invalid HOMEDRIVE
...the error message. The program does not start. I went to
a DOS prompt and did "echo %HOMEDRIVE%" and it returned "C:". This
letter is a valid drive letter. Can you tell me how to fix this?
Thanks you,
Joann Williamson
Network Administrator
University of South Carolina Aiken
471 University Parkway
Aiken, SC 29801
803-641-3473
[[alternative HTML version deleted]]
2011 Dec 26
2
Zero-inflated Negative Binomial Error
Hello,
I am having a problem with the zero-inflated negative binomial (package
pscl). I have 6 sites with plant populations, and I am trying to model the
number of seeds produced as a function of their size and their site. There
are a lot of zero's because many of my plants get eaten before flowering,
thereby producing 0 seeds, and that varies by site. Because of that and
because the
2011 Apr 07
0
[LLVMdev] GSoC 2011: Superoptimization for LLVM IR
...specific model of transformations. Rather, it is simply looking for cheap
code fragments that are equivalent to expensive ones.
You have not specified how you will perform equivalence checking between
code sequences. The best answer that I know of is to use the technique
from the Bansal and Aiken paper, which is to translate bitcode sequences
into a SAT or SMT instance and just ask if they are equivalent functions.
You have not specified the cost model that you will use to assess the
desirability of each potential transformation. Simply replacing larger
sequences with smaller ones is n...
1997 Dec 03
0
SAMBA digest 1512 - Too many users for samba?
...//www.pgp.net/pgpnet/)
___________________________________________________________________
"Don't worry about people stealing your ideas. If your ideas
are any good, you'll have to ram them down people's throats."
-- Howard Aiken
2002 Sep 12
1
[LLVMdev] trouble using hello transformation
...of Electrical and Computer Engineering
University of Illinois at Urbana Champaign
http://www.students.uiuc.edu/~spadini
spadini at crhc.uiuc.edu
"Don't worry about people stealing your ideas.
If your ideas are any good you'll have to ram
them down people's throats."
- Howard Aiken
_________________________________________________
2002 Dec 08
1
[LLVMdev] steensgaard
...ent still?
_________________________________________________
Francesco Spadini
http://www.crhc.uiuc.edu/~spadini
spadini at crhc.uiuc.edu
"Don't worry about people stealing your ideas.
If your ideas are any good you'll have to ram
them down people's throats."
- Howard Aiken
_________________________________________________
2007 Nov 11
4
How to know when files have finished FTPing?
Hello:
I have a server set up a CentOS 5 server for a client
to push files onto using FTP.
I have a cron job to process the files and
move them to another directory.
Sometimes, the cron job executes while the client
is still uploading a file (Some of them can be large)
and I get a partial file.
Is there a way to tell when a file has finished
uploading?
I am using the vsftpd daemon installed
2002 Dec 08
3
[LLVMdev] olden bmks
...y wrong?
_________________________________________________
Francesco Spadini
http://www.crhc.uiuc.edu/~spadini
spadini at crhc.uiuc.edu
"Don't worry about people stealing your ideas.
If your ideas are any good you'll have to ram
them down people's throats."
- Howard Aiken
_________________________________________________
2011 Apr 06
7
[LLVMdev] GSoC 2011: Superoptimization for LLVM IR
...rchC architecture description lan-
guage. The backend patterns are fixed and the implementation of the pattern
is inferred using a search algorithm similar to the one used on
superoptimizers.
Thus, I have experience both on superoptimizer theory and LLVM code.
References
[1] Sorav Bansal and Alex Aiken. Automatic generation of peephole superopti-
mizers. SIGPLAN Not., 41:394–403, October 2006.
[2] Henry Massalin. Superoptimizer: a look at the smallest program. In
ASPLOS-II: Proceedings of the second international conference on Architec-
tual support for programming languages and operating system...
2007 May 06
3
Neural Nets (nnet) - evaluating success rate of predictions
Hello R-Users,
I have been using (nnet) by Ripley to train a neural net on a test dataset, I have obtained predictions for a validtion dataset using:
PP<-predict(nnetobject,validationdata)
Using PP I can find the -2 log likelihood for the validation datset.
However what I really want to know is how well my nueral net is doing at classifying my binary output variable. I am new to R and I
2006 May 07
10
How to get IE6 stable?
Hello,
I installed IE6 with both WineTools and IEs4Linux (under different user
accounts).
Most of the features work, but IE often hangs. Then I can only kill the
process.
Has someone got IE6 stable under WINE?
If so, which WINE version do I have to use and how shall I configure
it?
Thanks in advance,
Colin Finck