Consider whether your question would be better at http://statistics.stackexchange.com. Statistics is the mathematical study of using probability to infer characteristics of a population from a limited number of samples or observations.
0
votes
0answers
6 views
Google Analytics - Display event statistic publicly
I'm tracking downloads with Google Analytics trackEvent.
<a onclick="_gaq.push(['_trackEvent', 'Link', 'Download', 'Button']);" href="awesome.zip">Download now</a>
I would like to show ...
1
vote
0answers
22 views
randomforest.r predict() function flags up missing data
Hi I am encountering an error using the predict() function in the randomForest.r package.
Here is my error:
> m<-predict(mdl,QdataTestX)
Error in predict.randomForest(mdl, QdataTestX) :
...
0
votes
0answers
10 views
What type of statistic or probability is this?
Let's say I go to 200 sites that are about suggested browser. Next, let's say that I track how many times I hear Chrome suggested, IE suggested, Firefox, etc...
Looks something like this (** note: ...
1
vote
1answer
30 views
How to read a .sav SPSS file in in R?
I've tried read.spps(), but I get an encoding error:
> library(foreign)
> read.spss('persona.sav')
re-encoding from CP1252
Error in iconv(names(rval), cp, "") :
unsupported conversion from ...
-1
votes
0answers
22 views
How find a statistic model for a set of data? [closed]
Hi I have a set of data(message with different size) in excel like (over 5000 entries):
message Name MessageSize
message1 0.5M
message2 10.2M
...
0
votes
0answers
5 views
What are typical values to use for alpha and beta in Latent Dirichlet Allocation?
Specifically in the case where I don't know anything about the documents I'm working with. I'm looking for a specific number or number range.
0
votes
2answers
19 views
my custom PHP stdev function VS mysql's STDDEV_POP
So I have this code:
$arr = array(
1,2,3,4,5,6
);
$num = count($arr);
$sum = array_sum($arr);
$average = $sum/$num;
foreach($arr as $val) {
$sum += pow(($val - $average), 2);
}
$stdev = sqrt($sum ...
0
votes
0answers
32 views
Displaying factors and levels with logistic regression in R
I have a dataframe model.vars containing discretized data on which to perform logistical regression, as follows:
for(i in varnames)
{
modelformula = paste("dep_var~ ", as.factor(i))
...
2
votes
0answers
37 views
Generating random numbers from various distributions in CUDA
I am playing around with doing MCMC on the GPU, and need implementations for various samplers, written for CUDA.
Most of the posts I've seen on StackOverflow relate to uniform, binomial, and normal ...
0
votes
1answer
9 views
“image not found” with scipy.stats
Does anybody know what could cause this error with python?
I have scipy installed but when I try to use scipy.stats it complains that "image not found"
2
votes
2answers
31 views
accessing random effects variance estimate in nlme's lme
Is there any way of obtaining the variance of a random term in a nlme package lme model?
Random effects:
Formula: ~t | UID
Structure: General positive-definite, Log-Cholesky parametrization
...
1
vote
1answer
33 views
In R how to insert in a model a variable that is a function of a binary variable?
I would like to know how to insert a variable that is a function of a binary variable.
I am sorry if this question does not sound clear, I am pretty new at R.
Here is an example of what I am trying to ...
-3
votes
0answers
14 views
What is algebraic statistics and why is it useful? [closed]
Algebraic statistics seems to be a relatively new field that is largely unknown to the common statistician?
What can algebraic statistics do that more conventional methods cannot?
0
votes
2answers
32 views
Using tapply in a function/loop that will replace variable name for the length of the columns of the dataframe
In R, I have a dataset (which I call star) of records with about 50 appended demographics (each demographic can be called var1, var2, var3, etc). I have split the dataset in ~10% groups by using the ...
0
votes
1answer
29 views
Training Set Balancing Strategies
If you had a training set containing instances for various classes and it was highly imbalanced. What strategy would you use to balance it?
Information about real-world population: 7 classes whereof ...
2
votes
1answer
29 views
How can I apply fisher test on this set of data (nominal variables)
I'm pretty new in statistics:
fisher = function(idxToTest, idxATI){
idxDependent=c()
dependent=c()
p = c()
for(i in c(1:length(idxToTest)))
{
tbl = table(data[[idxToTest[i]]], data[[idxATI]])
...
0
votes
2answers
47 views
Finding white pixels on monitor in camera image
I have a camera pointed at a monitor displaying a line of white pixels. I get an array of byte values back from the camera. The area of the camera's view is larger than the space taken up by the ...
0
votes
0answers
8 views
Realiablilty of unique user identification based only on user agent and IP adress
Is there any data analysis available which could help me quantize the error I make when I'm assuming the combination (user-agent, ip-adress) to be a unique fingerprint of a certain browser?
I'm aware ...
0
votes
0answers
23 views
No differences among standard deviations in MySQL?
In a MySQL database I have a view (view_one) that contains a number of vegetation indices for several agricultural fields. The fields are further devided into plots, transects and points.
Here's the ...
0
votes
1answer
32 views
Most used pointcuts
Regarding AspectJ and AOP in general:
What are the most used pointcut primitives?
Are there any statistics on this?
I think it could be execution and call, is that right?
Thanks.
0
votes
1answer
23 views
bin/group numeric vectors of different length
I have numeric vectors with different lengths, ranging from 300 to 500. I would like to 'normalize' them to a length of 100, i.e. for a vector of length 300 I take the mean of 3 values, for a vector ...
0
votes
1answer
46 views
Frequencies for a normal distribution
How to get frequencies that reflect a normal distribution for each integer 1...400.
Values 1 and 400 would have the minimum frequency of 1, what would the frequencies be for the other values?
Also, ...
0
votes
0answers
9 views
count pedestrians with Google Analytics
I'm developing software for coworking centre. Main task of that system is to track visitors and show how much they must pay. Also customer wants to have some kind of analytics. I should say that there ...
0
votes
2answers
42 views
R - cut a vector
I have 503 datapoints and I want to cut away the last 250 to get the 253.
I tried cut ,but these function only gives me groups back...
How can I do that in R?
-2
votes
0answers
9 views
Text Data Statistics [closed]
I want to scrape a job site then run a statistical analysis on the data over a number of years to find the top used keywords, top locations, etc based on the number of occurrences/frequency of words ...
0
votes
2answers
63 views
Perl fast matrix multiply
I have implemented the following statistical computation in perl http://en.wikipedia.org/wiki/Fisher_information.
The results are correct. I know this because I have 100's of test cases that match ...
-1
votes
1answer
30 views
correlation test between repeated measures variables using Roy (2006) method [closed]
I'm trying to calculate the correlation coefficient between two variables with repeated measures both.
I got eight different individuals and I measure their thickness three times using one device ...
0
votes
1answer
35 views
Errors with PCoA in R due to large dataset
For my workproject I have to perform a PCoA (principal coordinate analysis aka multidimensional scaling).
However when using R to perform this analysis I run into a few problems.
The function ...
0
votes
0answers
14 views
when to aggregate when time series forecasting
I have a some historical sales data for various product SKUs, including category information ("department" "category", "subcategory"). I want to use this to generate sales curve (a baseline forecast ...
0
votes
1answer
24 views
How to produce a data set in MATLAB in which variables will correlate to a prespecified level?
I'm looking to create a data set with three columns and an arbitrary number of rows.
I'd like column 1 to have a Pearson correlation .20 with column 2, column 1 to correlate .24 with column 3, and ...
0
votes
2answers
63 views
How can I overlay 2 normal distribution curves on the same plot?
I'm brand new to R, and I'm facing a problem without much in- class resources. I need to do something that I'm sure is very simple. Can someone point me in the right direction? This is my task:
...
1
vote
1answer
25 views
catch data that creates a table with only one non-empty row or column in R
I am doing a chisq.test on a bunch variables but it unexpectedly failed with:
Error in chisq.test(var1, var2) : 'x' and 'y' must have at least 2 levels
A quick examination yields that:
> ...
-1
votes
0answers
13 views
Confidence interval for statistics other than mean [closed]
Can we get an approximate value for confidence intervals for statistics other than mean (eg. 75%tile, median, etc) without bootstrapping? And is there anyway to generalize that for any kind of ...
-1
votes
1answer
55 views
How to remove multiple outliers from a data.frame in R
Hi I have 5 variables with 1000 observations. So the 5 variables contain lot of outliers like 10,11, 13, 1003, 10987, 1099 and also it contain missing values. So I want to remove multiple outliers. ...
0
votes
0answers
42 views
2 correlated vectors in matlab [closed]
I have a random vector and I want to make another vector that is correlated with the first vector with a specific correlation. I want the first element of the first vector to be correlated with the ...
-3
votes
0answers
15 views
MSc research Topic Statistics [closed]
If any one for good MSc research Topic for Statistics, which is including computing also please tell me, my major subject is stat and I m passionate about computing so if that topic including both ...
0
votes
0answers
27 views
How to un-break a once nice (albeit embarrassingly) parallel algorithm
Imagine you have a big labyrinth with lots of doors, lots of entries and lots of exits, where millions of robots traverse the labyrinth every day. The algorithm that a particular robot will use is ...
1
vote
1answer
71 views
Mahalanobis distance between two vectors
I tried to apply mahal to calculate the Mahalanobis distance between 2 row-vectors of 27 variables, i.e mahal(X, Y), where X and Y are the two vectors. However, it comes up with an error:
The ...
1
vote
1answer
50 views
How can I ensure that a partition has representative observations from each level of a factor?
I wrote a small function to partition my dataset into training and testing sets. However, I am running into trouble when dealing with factor variables. In the model validation phase of my code, I ...
2
votes
1answer
45 views
The ideal SVD implementation?
Ofcourse, ideal is subjective. I am doing some research where I need to implement production level code for SVD computation for a rectangular matrix. So here is what I found out, GraphLab and Mahout ...
0
votes
2answers
30 views
Expectation Maximization Reestimation
Typically, the re-estimation iterative procedure stops when lambda.bar - lambda is less than some epsilon value.
How exactly does one determine this epsilon value? I often only see is written as the ...
-1
votes
2answers
26 views
Find outliers in a group of double values
I have a list of double values and I want to find outliers in it. Does weka provide any algorithm to settle the problem?
0
votes
0answers
40 views
Wilcox test in R for two groups in a distance matrix
I have a matrix which looks like this (its just a head of it):
S1 S2 S3 S4 S5 S6 S7
Acetanaerobacterium 3 1 0 ...
5
votes
1answer
35 views
how to interpret IRStatisticsImpl data in mahout
i want to read the IRStatisticsImpl data but have some problems:
my result is:
...
0
votes
0answers
9 views
Stats of web traffic over different ip-address
I am caching traffic history over 8 different Hashtables. But to effectively cache, I want to get the information of traffic distribution over ip-address. Using this, I can effectively distribute keys ...
0
votes
0answers
35 views
Test to indentify change in median in a time-series [migrated]
the question is trivial, but is there any statistical test (can be done in R) to show that the median is changing in a time-series?? For example, if you go to the following link, you would notice ...
0
votes
0answers
38 views
How to calculate mean average of dates using PHP
I have a system that captures attendance data, which gets stored in the database with name of the person and the date of attendance. What the system has to do is to calculate the average of attendance ...
0
votes
4answers
40 views
iOS library to detect app stats
Is there any iOS library which detects various user stats within the app like time spent on a view, number of times app was activated etc.? Any suggestions will be most welcome.
Thanks.
0
votes
3answers
89 views
Choice of statistical test (in R) of two apparently different distributions
I have the following list of data each has 10 samples.
The values indicate binding strength of a particular molecule.
What I want so show is that 'x' is statistically different from
'y', 'z' and ...
2
votes
1answer
33 views
In scipy.stats rv_continuous has a fit method to find MLEs, but rv_discrete does not. Why?
I would like to find the Maximum Likelihood Estimator for some data that may be governed by a discrete distribution. But in scipy.stats only classes representing continuous distributions have a fit ...
