Displaying 20 results from an estimated 2000 matches similar to: "Research Analyst at YouGov in Palo Alto, CA"
2015 Aug 03
0
Analytics Jobs at YouGov
We're looking for one or more technical people at varying levels for our group at YouGov. See below for the job descriptions. Feel free to email me directly with questions.
-------
YouGov is seeking two technically sophisticated persons for its Innovations Group, based in Redwood City. We are looking for people who combine knowledge of applied statistics or econometrics with strong
2011 Jul 28
0
Development/Operations engineer, Palo Alto, CA -- FreeBSD/startup
The job description is below, with more information available through LinkedIn.
http://www.linkedin.com/jobs?viewJob=&jobId=1805547
I'd like to reinforce that this is actually a fairly FreeBSD specific role. So,
if the idea of FreeBSD + funded startup sounds appealing, please read on!
Please feel free to contact me for more information <my first name>@ubalo.com
or even to just
2011 Feb 22
0
Statistical Programmer
STATISTICAL PROGRAMMER
We are seeking one or more programmers for our Analytics Group, based in
Palo Alto. We are looking for people who combine strong programming skills
with experience performing statistical analyses on large datasets. Work in
a fast-paced and intellectually stimulating environment where technically
sophisticated solutions to marketing, financial, and political problems
are
2004 Jan 12
0
Part time sysadmin wanted in Palo Alto, CA
The place where I work, we need a part time sysadmin
contractor. We don't need you to work crazy hours or be
available at all hours but freebsd/linux/windows/network
admin&debugging + scripting experience essential. Must
be able to work independently! The work load is
variable but will probably settle down to few hours a
week (wish I can offer a fulltime position but we are a
small
2004 Mar 20
0
[LLVMdev] LLVM talk: Palo Alto
Hi Everyone,
Monday through Wednesday afternoon Vikram and I will be at the CGO
conference (http://www.cgo.org/) in Palo Alto, CA spreading the word about
LLVM. If you happen to be in the area, you might consider dropping by.
:) The talk is on Monday at ~2:30pm, but you probably have to be
registered for the conference to attend.
Even if you can't attend the talk, there will be plenty of
2010 Jul 14
0
[Jobs] Groupon is looking for RoR Developers in Chicago and Palo Alto
Groupon is seeking top-notch developers who love working on all
aspects of software used by millions of people around the world. We
are looking to add to a talented team of folks who are passionate
about software and work to build efficient and scalable systems to
support our growing platform.
Some great things we have been able to deliver include a site built
entirely on Rails which scaled
2008 May 21
0
Quantitative Research Analyst (New York, NY)
Quantitative Research Analyst (New York, NY)
Description
The Millburn Corporation, a money management firm in the alternative
investment business, is seeking a Quantitative Research Analyst to
work in our New York City office. The firm trades financial and
commodity futures and currency forwards using systematic trading
methodologies.
The candidate will work within the research group, which is
2012 Mar 15
0
Job in Scotland - Analyst Programmer/Data Warehouse Manager
Grade: Grade 7 - 8 depending on experience and skills
Salary range: Grade 7 (spine point 29; ?29,099) up to grade 8 (point 40; ?40,280)
Duration of Post: Two years in the first instance
Location: Medical Research Institute, College of Medicine, Dentistry & Nursing, Ninewells Hospital & Medical School Campus, University of Dundee, DD1 9SY.
The
2019 May 14
2
weakforced and GeoIP lookups
Hi Tobi,
it should just work, but depends on the OS version.
./configure ?help tells you all the configure options, including:
--with-maxminddb-includedir
path to maxminddb include directory [default=auto]
--with-maxminddb-libdir path to maxminddb library directory [default=auto]
Neil
> On 14 May 2019, at 17:44, Tobi via dovecot <dovecot at dovecot.org>
2012 Jan 03
1
PRESALES / TECHNICAL SALES
PreSales / Technical Sales (Associate/Senior)
Palo Alto, CA
Revolution Analytics is the leading commercial provider of software and
support for the open source ???R??? statistical computing language. Our
products, including* Revolution R* and *Revolution R Enterprise*, enable
statisticians, scientists and others to create superior predictive models
and derive meaning from mission-critical data in
2019 May 14
2
weakforced and GeoIP lookups
Hi Tobi,
This looks like you haven?t included the libmaxmind libraries before running configure. GeoIP support is only compiled in if it finds the right libs.
This would be libmaxminddb-dev on Ubuntu for example.
Neil
>> Hi list
>>
>> hope it's okay to ask weakforced questions here as well, but I could not
>> find a dedicated mailinglist for wforce.
>>
2007 May 14
0
JOB: Biostatistician/Statistical Programmer/Data Analyst
Biostatistician/Statistical Programmer/Data Analyst
The Department of Biostatistics and Computational Biology, University
of Rochester Medical Center is seeking a Biostatistician/Statistical
Programmer/Data Analyst to assist with several center-wide immunology
and infectious disease research studies. The biostatistician will
work with senior statisticians and other senior biomedical
2007 May 14
0
JOB: Biostatistician/Statistical Programmer/Data Analyst
Biostatistician/Statistical Programmer/Data Analyst
The Department of Biostatistics and Computational Biology, University
of Rochester Medical Center is seeking a Biostatistician/Statistical
Programmer/Data Analyst to assist with several center-wide immunology
and infectious disease research studies. The biostatistician will
work with senior statisticians and other senior biomedical
2011 Sep 19
0
Seeking an R intern
Hi folks,
I wanted to reach out to the community here and let everyone know that we
are currently seeking an intern with mad "R" skillz. The intern would build
an "R" package to enable bioinformaticians to frictionlessly interact with
Syapse, a cloud-based web application that accelerates biomedical product
development. A more complete job description is below. Please let me
2011 Jul 12
1
Quantitative Analyst/Quantitative Developer
Hello,
I would like to post the below position on your site.
Thanks,
Quantitative Analyst/Quantitative Developer
MSIM Global Risk & Analysis, Quantitative Research & Model Review group
Morgan Stanley Investment Management (MSIM), together with its investment advisory affiliates, has more than 680 investment professionals around the world and approximately $279 billion in assets under
2019 May 14
0
weakforced and GeoIP lookups
Hi Neil
according to yum list installed I have
> libmaxminddb-devel.x86_64 1.2.0-1.el7 @epel
but I checked the saved output from my former ./configure command and found
> checking for GEOIP... no
but even running a new autoreconf -i and ./configure after a make clean
it still shows that GEOIP is not found.
Does the lib has to explicitly specified as argument
2009 May 29
5
maxtrix to permutation vector
Hi,
Is there a way to convert a matrix into a vector representing all
permutations of values and column/row headings with native R functions?
I did this with 2 nested for loops and it took about 25 minutes to run
on a ~700x700 matrix. I'm assuming there must be a smarter way to do
this with R's vector commands, but being new to R, I'm having trouble
making it work.
Thanks,
2009 May 29
1
matrix to vector
Hi,
Is there a way to convert a matrix into a vector representing all
permutations of values and column/row headings with native R functions?
I did this with 2 nested for loops and it took about 25 minutes to run
on a ~700x700 matrix. I'm assuming there must be a smarter way to do
this with R's vector commands, but being new to R, I'm having trouble
making it work.
Thanks,
2014 Jul 31
0
Research Scientist positions at University of Washington
Multiple Research Scientist positions are available at the University of Washington (UW) Center for Data Science (http://cwds.uw.edu) located at the UW Tacoma campus for outstanding researchers to conduct applied social good oriented multidisciplinary research in areas including:
Bioinformatics (with Prof. Ka Yee Yeung), Data Science (Prof. Senjuti Basu Roy), Geospatial Informatics & Mobile
2010 Feb 17
0
Statistical Programmer - InStep Software - Chicago
Statistical Programmer - InStep Software - Chicago
InStep Software, located in Chicago's downtown Loop, is seeking a statistical programmer with good R skills. This is a full-time, permanent position in support of our data historian, which is used worldwide at nuclear and other power-generating facilities. We are seeking to further automate our data modeling technique, which uses predicted