The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
22 views

Weka Gridsearch libsvm cannot handle unary class (one-class)

I'm trying to obtain the best parameters for a one-class classifer using the wrapper of LibSVM under Weka. For this reason, I'm going to weka.classifiers.meta.GridSearch and then I select LibSVM one ...
0
votes
1answer
32 views

Labeling one class for cross validation in libsvm matlab

I want to use one-class classification using LibSVM in MATLAB. I want to train data and use cross validation, but I don't know what I have to do to label the outliers. If for example I have this ...
-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?
1
vote
1answer
53 views

how to detect outliers in the columns of a dataframe? in R

I have a data frame, suppose this: names<-c("a","a","a","a","a","b","b","b","b","b","c","c","c","c","c","c","c","c") ...
2
votes
1answer
50 views

One Class Classifier Training

I'm working on a classification problem where I have data about only One Class, so I wanna classify between that "Target"class against all other possibilities which is the "Outlier" Class. Therefore, ...
1
vote
0answers
62 views

Remove outliers from plot in lattice (splom)

I'd like to plot some data as a scatter plot matrix with lattice. However, the data contains some outliers. This leads to a very squeezed plot of the main data. I'd like to remove the outliers from ...
1
vote
2answers
53 views

Creating an outlier function for response time data

I’m analyzing response time (RT) data from experiments. In these experiments, each person completes a certain number of trials of various trial types. RT data from only correct trials is used; ...
0
votes
1answer
120 views

How to print outliers with gnuplot 4.6 boxplot?

I am trying to get a boxplot with gnuplot 4.6 but I face some problems. I have tried to find an answer from several sources, I did not find it. For instance, the following commands do not work ...
0
votes
1answer
101 views

robust to outliers lm in R [duplicate]

This must be a fairly standard question: I have some return data that has errors (they are actual errors, not just large returns). I am thinking of the best way to correct this so it doesn't ...
1
vote
2answers
235 views

Labeling outliers on boxplot in R

I would like to plot each column of a matrix as a boxplot and then label the outliers in each boxplot as the row name they belong to in the matrix. To use an example: ...
-1
votes
1answer
120 views

Speeding up outliers check on a pandas Series

I am running an outlier check on a pandas Series object with two passes using different standard deviation criteria. However, I use two loops for that and it run extremely slow. I wonder if there is ...
3
votes
2answers
116 views

Different results from LOF implementation in ELKI and RapidMiner

I have written my own implementation of LOF and I'm trying to compare results with the implementations in ELKI and RapidMiner, but all 3 give different results! I'm trying to work out why. My ...
0
votes
1answer
54 views

How to represent datapoints that are out of scale in R

I am trying to plot a set of data in R x <- c(1,4,5,3,2,25) my Y scale is fixed at 20 so that the last datapoint would effectively not be visible on the plot if i execute the following code ...
0
votes
2answers
177 views

Matlab calculate outliers from data and time they occur

In Matlab I have a large matrix A. The first column of the matrix contains a time in seconds. The second to 13th column contain results from a calculation. For each column (except the first) I ...
0
votes
1answer
41 views

What is the default method for limit in getOutliersI?

Using the extremevalues package in R for univariate outlier detection. I have an admittedly limited understanding of statistics, but am trying to conceptually grasp what some of the getOutliersI ...
4
votes
3answers
75 views

What method does outline=FALSE use to determine outliers? [duplicate]

In R, I have used the outline=FALSE parameter to exclude outliers when plotting a box and whisker for a particular set. It's worked spectacularly, but leaves me wondering how exactly it determines ...
0
votes
2answers
171 views

Plot data points beyond the axis maximum as the maximum

I have a set of graphs that I generate automatically, that I need to adjust slightly. My Y Axis goes from 0 - 1000 but I have some values outside of this range. For those values that occur beyond 1000 ...
1
vote
2answers
250 views

Removing univariate outliers from data frame (+-3 SDs)

I'm so new to R that I'm having trouble finding what I need in other peoples' questions. I think my question is so easy that nobody else has bothered to ask it. What would be the simplest code to ...
1
vote
1answer
2k views

How to remove outliers in boxplot in R? [duplicate]

Possible Duplicate: Changing the outlier rule in a boxplot I need to visualize my result using box-plot. x<-rnorm(10000) boxplot(x,horizontal=TRUE,axes=FALSE) How can i filter ...
2
votes
2answers
458 views

Need a data set for fraud detection [closed]

I have a fraud detection algorithm, and I want to check to see if it works against a real world data set. My algorithm says that a claim is usual or not. Are there any data sets available?
0
votes
2answers
100 views

How to index outliers?

I have the data below. How can I determine which author has the highest number of publications? I try this (which(status$researchers==max(status$publications)) but it doesn't seem to work. ...
14
votes
8answers
299 views

Algorithm to quickly find animals away from the herd

I am developing a simulation program. There are herds of animals (wildebeests), and in that herd, I need to be able to find one animal that is away from the herd. On the picture below, green dots are ...
0
votes
1answer
234 views

Multiple boxplot with name on outliers

I have a boxplot looking like this : Boxplot( ~ km_piste, data=slide, id.method="y", col="orange") The outliers name are shown because I set up the first column as: row.names(slide) <- ...
4
votes
2answers
357 views

Removing outliers from a k-mean cluster

I have number of smaller data sets, containing 10 XY coordinates each. I am using Matlab (R2012a)and k-means to obtain a centroid. In some of the clusters (see figure below) I can see some extreme ...
3
votes
1answer
128 views

Access outlier ids in lme plot

I'm plotting an lme fit object in r and get outlier ids (studyID) displayed on the graph, but I'd like to access these IDs automatically by looking them up in the plot object. I cannot figure out how ...
2
votes
2answers
161 views

Error in data.frame with rm.outlier function

I have a data frame 1488 obs. and 400 var. I am trying to log all the values in the table and then using the package outliers with the command rm.outlier, I am tyring to remove the outliers. The only ...
0
votes
1answer
357 views

Extract rows with highest and lowest values from a data frame

I'm quite new to R, I use it mainly for visualising statistics using ggplot2 library. Now I have faced a problem with data preparation. I need to write a function, that will remove some number (2, 5 ...
0
votes
1answer
82 views

How to average outliers in an R dataset with the previous and following data points?

I have a large dataset and have defined outliers to be those values which fall either above the 99th or below the 1st percentile. I'd like to take the mean of those outliers with their previous and ...
3
votes
3answers
317 views

How to replace outliers with the 5th and 95th percentile values in R

I'd like to replace all values in my relatively large R dataset which take values above the 95th and below the 5th percentile, with those percentile values respectively. My aim is to avoid simply ...
4
votes
2answers
339 views

Univariate outlier detection

This time I won't be asking a direct question on how to detect outliers as I did before in one of my questions. I did read some posts related to this topic but didn't get what I needed. I have a set ...
4
votes
5answers
306 views

How do I tell R to remove the outlier from a correlation calculation?

How do I tell R to remove an outlier when calculating correlation? I identified a potential outlier from a scatter plot, and am trying to compare correlation with and without this value. This is for ...
0
votes
2answers
98 views

How to remove outliers from an ActiveRecord Query in Rails

Okay, so the scenario is this: I ask a question "How much do you spend on food per week?" After a specified number of contributions, let's say 100 I would like to scan the results, and find obvious ...
1
vote
1answer
526 views

Testing number of outliers of opencv warpAffine

I'm using opencv to estimate the affine transform between two images (let's call it A and B, and I want to estimate from A to B), and I need to implement RANSAC to get the best estimation possible. So ...
3
votes
1answer
471 views

Filtering seasonal time series outliers

I have some weather-related data that is highly seasonal, what i want to do is to identify some 'outliers' and change these outliers to reasonable values (i dont wan't to remove them). I'm using the ...
0
votes
1answer
171 views

boxplots with not-in-scale y-axis

I have some data I want to box plot. Outliers (e.g. 20, 30) are too far away from most values (e.g. 0.0002, 0.0003) and as a consequence I can only see outliers when I plot with matplotlib. Is there ...
2
votes
2answers
462 views

matplotlib: disregard outliers when plotting

I'm plotting some data from various tests. Sometimes in a test I happen to have one outlier (say 0.1), while all other values are three orders of magnitude smaller. With matplotlib, I plot against ...
0
votes
1answer
333 views

deleting outliers in r

I have a large set of data from an excel file (saved as csv) that has trials (X) and times (Y) within it. I know there is a code to take out single outliers within a trial by using the chi square test ...
1
vote
1answer
572 views

Value of whisker in boxplot for 99.7 coverage

I am trying to identify outliers from a boxplot using MATLAB. The function has a default whisker value of 1.5 that provides +- 2.7*sigma or 99.3 coverage. However, I want 99.7 or 3*sigma coverage. ...
3
votes
3answers
248 views

Removing outlier pixels from a small binary image

I am currently implementing an algorithm for identifying the axis of minimum inertia of a colored mass (provided by the second moments). In order to do so, I need to acquire the centre of mass, as ...
1
vote
3answers
1k views

How can I identify the labels of outliers in a R boxplot?

The R boxplot function is a very useful way to look at data: it quickly provides you with a visual summary of the approximate location and variance of your data, and the number of outliers. In ...
0
votes
2answers
150 views

Few outliers not removed

I am working with vast amount of data which consists of outliers.The code works well with most of the dataset but does not work with few. This sample data: set.seed(100) m=rnorm(200) m[1]=100 ...
4
votes
1answer
442 views

Ignore outliers in ggplot2 boxplot + faceting + “free” options

do you have an idea how I could adjust my Y axis in order to ignore outliers, like in this post, but in a more challenging case where I have 4 boxplots and a "free faceting" layout. p <- ...
2
votes
1answer
831 views

Finding the outlier points from matplotlib : boxplot

I am plotting a non-normal distribution using boxplot and interested in finding out about outliers using boxplot function of matplotlib. Besides the plot I am interested in finding out the value of ...
-3
votes
1answer
77 views

What is a standard textbook for learning “Outlier Detection and/or Analysis”? [closed]

I need to work on a course in the area "Outlier Detection and/or Analysis". What is the standard textbook used for teaching the subject? Does anyone know of any syllabus for such a course? Thank you ...
9
votes
3answers
409 views

ggplot2 Color Scale Over Affected by Outliers

I'm having difficulty with a few outliers making the color scale useless. My data has a Length variable that is based in a range, but will usually have a few much larger values. The below example ...
2
votes
2answers
357 views

local outlier factor (LOF) software / demo?

do you guys know of any software that enables me to perform LOF outlier detection towards a 2-d dataset? I just implemented LOF from the original paper and want to check wether my results are correct. ...
5
votes
1answer
303 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 ...
3
votes
2answers
2k 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 ...
3
votes
3answers
143 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 ...
5
votes
3answers
251 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 ...

1 2