473,396 Members | 1,891 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Calculate skewing data in a XY scatter plot

Joe
This probably isn't the right group for this kind of question but I figured
I would take a shot...

I want to remove points that skew a scatter plot. For example 20 data points
are around -75 to 100 on the Y axis but a couple of points are at 1500 and a
couple at -500

How would I figure which points should be removed? Of course I want to
remove the 1500's and -500's.

Thanks in advance.
Nov 17 '05 #1
3 3464
Joe wrote:
How would I figure which points should be removed? Of course I want to
remove the 1500's and -500's.


You could try to calculate the mean value and standard deviation of all
points and remove points that are outside of mean +/- deviation. Repeat
these steps until you are pleased with the result.

hth,
Max, not really a mathematician :o)

Nov 17 '05 #2
Joe
Thanks.

Could you possibly provide me with an example? I don't know how to get the
standard deviation.
My math skills are limited to 1 + 2 = 4 ;)

Thanks again.

"Markus Stoeger" <sp******@gmx.at> wrote in message
news:ur**************@TK2MSFTNGP14.phx.gbl...
Joe wrote:
How would I figure which points should be removed? Of course I want to
remove the 1500's and -500's.


You could try to calculate the mean value and standard deviation of all
points and remove points that are outside of mean +/- deviation. Repeat
these steps until you are pleased with the result.

hth,
Max, not really a mathematician :o)

Nov 17 '05 #3
Joe wrote:
Thanks.

Could you possibly provide me with an example? I don't know how to get the
standard deviation.
My math skills are limited to 1 + 2 = 4 ;)


There is a good explanation on
http://en.wikipedia.org/wiki/Standard_deviation
Just scroll down to the example and skip the rest.

I'm not sure how welcome such a discussion is in a c# newsgroup. It would
better fit into a math group. You can also mail me privately if you need
more help on it.

Max

Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Gerrit Holl | last post by:
Hi, I have a dictionairy containing DateTime objects as keys and integers as values. What would be the easiest way to create a simple plot of these, with a number axis versus a time axis? What...
9
by: Dr. Colombes | last post by:
What is the easiest way to generate some plots and graphs in Python ? Specifically interested in simple histograms and scatter plots with circles and regression lines. Thanks for your...
2
by: Joe | last post by:
I need to add a trend line to a scatter plot (not automatically supported by the charting package) but I don't know how to calculate it. Is there any formulas around for calculating what the trend...
2
by: sandeepa | last post by:
I am trying to make some kind of a data logger with say 16 channels.So far I have managed to get the data from the serial port and plot it on a chart.(using MSChart)I just store the data of each...
8
by: Derek Basch | last post by:
Can anyone give any suggestions on how to make a logarithmic (base 10) x and y axis (loglog) plot in matplotlib? The scatter function doesn't seem to have any log functionality built into it. ...
0
by: N/A | last post by:
Hi all, Can any1 please guide me how to plot data from Excel by Matplotlib? Let's say, I have 78(rows) x 8(cols) data in an Excel sheet. I would like to plot data for all 78(rows) at 4th column...
1
by: Matuag | last post by:
Hi, I want to plot a graph (Audiogram) for frequency (X axis) against intensity (Y axis). Data for which will be sourced from an existing table following frequency fields....
0
by: jatininfo | last post by:
Hi.. I am working on a medical device which will give the various current reading of various types of parameter from patient body like oxygen lavel, breathing, tampature etc, and it's a...
5
by: grant | last post by:
I'm trying to use a scatter chart to plot level reading for a pump station level sensor. The sensor takes a reading every 4 seconds, and there are 23,000 reading per chart There appears to be...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.