10
votes
9answers
325 views
1 vs 1 vote: calculate ratings (Flickchart.com)
Instead of rating items with grades from 1 to 10, I would like to have 1 vs 1 "fights". Two items are displayed beside each other and you pick the one which you like more. Based on these "fight" …
0
votes
1answer
121 views
c++ m bits permutations of a number
Hi,
I am searching for a function that get as an input a number x (assuming 15), number of bits d (4) and number of permutations m (2). The output of the function will be all the numbers that are m …
1
vote
1answer
25 views
A/B Test statistics
I am trying to do some statistical analysis of different A/B tests to see which alternative is better and have found conflicting information about this.
First, I am interested in a couple different …
0
votes
3answers
98 views
Where do I get stats about Internet usage?
Where do I get stats about Internet usage?
Number of internet users
Domains most visited
Emails sent each day
etc...
2
votes
4answers
193 views
Which Git commit stats are easy to pull
Previously I have enjoyed TortoiseSvn's ability to generate simple commit stats for a given SVN repository. I wonder what is available in Git and am particularly interested in :
Number of commits …
4
votes
4answers
433 views
How do I calculate the “cost” of a crash?
Background:
Some time ago, I build a system for recording and categorizing application crashes for one of our internal programs. At the time, I used a combination of frequency and aggregated lost …
0
votes
2answers
41 views
[R] GLM with autoregressive term to correct for serial correlation
Hi
I have a stationary time series to which I want to fit a linear model with an autoregressive term to correct for serial correlation, i.e. using the formula At = c1*Bt + c2*Ct + ut, where ut = …
1
vote
1answer
81 views
Plotting a 3d surface plot with contour map overlay, using R
I have a 3-tuple data set (X,Y,Z points) that I want to plot using R.
As the title of my question states, I want to create a surface plot from the data, and superimpose a contour map on the surface …
2
votes
5answers
99 views
Combining 3D/2D plots
I'm trying to make a visualization that looks like this .
The idea is to have a 3D surface plot overlapping a 2d representation of a surface.
I can build arbitrary surfaces/polygon shapes (as in …
1
vote
3answers
60 views
Unexpected value for length of a vector in R
I have the character vector below
a = c("2009-07-31 18:00:33", "2009-07-31 18:00:38", "2009-07-31 18:00:43", "2009-07-31 18:00:49", "2009-08-01 01:58:49", "2009-08-01 01:53:16", "2009-08-01 …
2
votes
3answers
150 views
What is statistical debugging?
What is statistical debugging? I haven't found a clear, concise explanation yet, but the term certainly sounds impressive.
Is it just a research topic, or is it being used somewhere, for actual …
2
votes
1answer
87 views
Plot multiple sets of points in R
I have multiple sets of xy pairs that I want to plot. I want each set of xy pairs to be connected by a line. In other words the goal is to have multiple experimental instances each approximated by a …
2
votes
3answers
76 views
R function that returns a string literal
I have a vector: c(1,2,3)
Calling print() on this value gives "[1] 1 2 3"
Is there a function that takes a vector and gives the string "c(1,2,3)"?
4
votes
3answers
76 views
Modeling distribution of performance measurements
How would you mathematically model the distribution of repeated real life performance measurements - "Real life" meaning you are not just looping over the code in question, but it is just a short …
0
votes
1answer
63 views
R + user defined function
I have a situation in which I have to give a formula as input to the nls() function.
I have data which is between time and variance. For example:
Time Variance
1 0.15
2 0.23
3 0.67
4 0.85
…
