Tagged Questions
The outliers tag has no wiki summary.
5
votes
1answer
56 views
detecting outliers in a sparse distribution?
i would like to find what the best way to detect outliers is. here is the problem and some things which probably will not work. let's say we want to fish out some quasi-uniform data from a dirty ...
5
votes
5answers
549 views
R Language - Sorting data into ranges; averaging; ignore outliers
I am analyzing data from a wind turbine, normally this is the sort of thing I would do in excel but the quantity of data requires something heavy-duty. I have never used R before and so I am just ...
5
votes
4answers
6k views
How to use Outlier Tests in R Code
As part of my data analysis workflow, I want to test for outliers, and then do my furthur calculation with and without those outliers.
I've found the outlier package, which has various tests, but ...
4
votes
3answers
125 views
Real time detection of peaks of frequency of events
In a web application, I get a trigger every time an event occurs. I want to detect 'violent' frequency peaks, which probably translate into abnormal behaviour.
I can think of two naive ways of ...
3
votes
6answers
1k views
what are the efficient and accurate algorithms to exclude outliers from a set of data?
I have set of 200 data rows(implies a small set of data).I want to carry out some statistical analysis,before that i want to exclude outliers.What are the potential algos for the purpose,Accuracy is a ...
2
votes
3answers
92 views
R packages to look for misentered data
I'm dealing with a data set that has some obvious errors in the data (ie kid that's < 1yr old with a $50,000 credit card balance). I can't go thru line by line as set is >100k lines. Is there any ...
2
votes
2answers
248 views
Java or C equivalent of MATLAB's robustfit
MATLAB has a magnificent robustfit function that solves the problem of excluding outliers with linear regression fitting. Is there anything similar written in Java or C (or in language X that could be ...
2
votes
2answers
922 views
R: How to remove outliers from a smoother in ggplot2?
I have the following data set that I am trying to plot with ggplot2, it is a time series of three experiments A1, B1 and C1 and each experiment had three replicates.
I am trying to add a stat which ...
1
vote
1answer
39 views
OpenCV Surf and Outliers detection
I know there are already several questions with the same subject asked here, but I couldn't find any help.
So I want to compare 2 images in order to see how similar they are and I'm using the well ...
1
vote
2answers
467 views
Outlier detection in data mining
I have few set of questions regarding outlier detection:
Can we find outliers using k-means, is it a good approach?
Is there any clustering algorithm which does not accept any input from the user?
...
1
vote
2answers
286 views
R: outlier cleaning for each column in a dataframe by using quantiles 0.05 and 0.95
I am a R-novice. I want to do some outlier cleaning and over-all-scaling from 0 to 1 before putting the sample into a random forest.
g<-c(1000,60,50,60,50,40,50,60,70,60,40,70,50,60,50,70,10)
...
0
votes
1answer
57 views
Outlier rules in JFreeChart Boxplots?
i've got some questions regarding outlier rules in JFreeChart:
Is it possible to influence the outlier rules in a JFreeChart Boxplot?
I would assume that the default setting for outliers is ...
0
votes
0answers
20 views
What are the outlier prerequisites for the DefaultBoxAndWhiskerCategoryDataset in JFree Chart
I have been using the DefaultBoxAndWhiskerCateogoryDataset to visualize some distributions of data and see that JFree Chart chooses what data is considered an outlier. I have read through the ...
0
votes
0answers
192 views
Using MODE for Standard Deviation in SQL Server
I'm trying to eliminate outliers of a set using 1.65 (90%) Standard Deviations from the MODE, not MEAN for various reasons I won't go in to now.
Is there a good way of doing this? I assume the built ...
0
votes
0answers
66 views
Pairwise matching of two 3d clouds of different sizes
I have two sets of 3D points. These points come from biological samples and are subject to some variability. The two sets don't have the same numbers of points.(some points are present in set A but ...
0
votes
1answer
400 views
cooks distance plot with R
Does anybody know, how to grab the single cooks distance plot that you get from this code:
treatment <- factor(rep(c(1, 2), c(43, 41)), levels = c(1, 2), labels = c("placebo","treated"))
improved ...
0
votes
1answer
65 views
Is there any open source outliers miner for databases [closed]
I am looking for an open source outliers detector. I know that it is possible to realize such detector using rapidminer/knime/wekka but I wonder if there is already such a tool.
0
votes
1answer
149 views
Gem that can detect statistical outliers
Does anybody know of any gems that are able to detect statistical outliers of a set?
Thanks.