0
votes
1answer
27 views
Can AdMob be used just for iPhone app statistics/analytics?
Can AdMob be used just for iPhone app statistics/analytics or is it's sole purpose to add advertisements in the app? I want to add a statistics package to my app and track it's usa …
0
votes
0answers
38 views
R: Use VAR model to predict response to change in values of certain variables
Hi
I've fitted a VECM model in R, and converted in to a VAR representation. I would like to use this model to predict the future value of a response variable based on different sc …
0
votes
2answers
14 views
How to manage a pageview DB
I am interested in tracking my users' pageviews on my site. Being that traffic is expanding very quickly, I am worried about robots, etc, and I also want to be able to use tracked …
0
votes
0answers
110 views
How old is Stackoverflow? [closed]
Simple enough question. I notice Stackoverflow has over 100,000 users -- huge congrats guys! Can you share exactly how old Stackoverflow is? Also, what percentage of the 100,000 ar …
3
votes
5answers
236 views
Generating correlated numbers
Here is a fun one: I need to generate random x/y pairs that are correlated at a given value of Pearson product moment correlation coefficient, or Pearson r. You can imagine this …
3
votes
6answers
205 views
How much code can a programmer be intimately familar with?
Are there any statistics for this? I realize it must vary from person to person, but it seems like there should be a general average.
The reason I ask is that the company I contra …
0
votes
2answers
53 views
Ruby Percentile calculations to match Excel formulas (need refactor)
I've written two simple calculations with Ruby which match the way that Microsoft Excel calculates the upper and lower quartiles for a given set of data - which is not the same as …
3
votes
2answers
69 views
How to efficiently find correlation and discard points outside 3-sigma range in MATLAB?
I have a data file m.txt that looks something like this (with a lot more points):
286.842995
3.444398
3.707202
338.227797
3.597597
283.740414
3.514729
3.512116
3.744235
3.365461
3 …
2
votes
2answers
86 views
Simple statistics - Java packages for calculating mean, standard deviation, etc…
Could you please suggest any simple Java statistics packages?
I don't necessarily need any of the advanced stuff. I was quite surprised that there does not appear to be a function …
0
votes
8answers
143 views
Is it possible to do an algebraic curve fit with just a single pass of the sample data?
I would like to do an algebraic curve fit of 2D data points, but for various reasons - it isn't really possible to have much of the sample data in memory at once, and iterating thr …
1
vote
6answers
140 views
Calculating variance with large numbers
I haven't really used variance calculation that much, and I don't know quite what to expect. Actually I'm not too good with math at all.
I have a an array of 1000000 random numeri …
2
votes
3answers
59 views
Statistics Question
Suppose I conduct a survey of 10 people asking whether to rank a movie as 0 to 4 stars. Allowable answers are 0, 1, 2, 3, and 4.
The mean is 2.0 stars.
How do I calculate the ce …
1
vote
2answers
31 views
R statistical package: wrapping GOFrame objects
Dear all,
I'm trying to generate GOFrame objects to generate a gene ontology mapping in R for unsupported organisms (see http://www.bioconductor.org/packages/release/bioc/vignette …
0
votes
1answer
84 views
Multivariate time series modelling in R
I want do fit some sort of multi-variate time series model using R.
Here is a sample of my data:
u cci bci cpi gdp dum1 dum2 dum3 dx
16.50 14.00 53.00 45.70 …
1
vote
2answers
158 views
Is there a free Statistics Package for Delphi?
Is there an open source and/or free statistics package or library for Delphi? I'm looking for something that can compile directly into the executable, so no DLL's. It needs to be c …
