Finding upper and lower limits of a graph

  • Thread starter Thread starter Aki
  • Start date Start date
  • Tags Tags
    Graph Limits
AI Thread Summary
To find upper and lower limits that enclose 80% of data points in a quantity vs time graph, Chebyshev's Inequality can be applied. The calculation involves determining the number of standard deviations from the average, which is found to be the square root of 5. However, issues arise when this method results in a negative lower limit, which is not acceptable. The discussion highlights that while Chebyshev's Inequality generally works, it may not be suitable for all datasets, particularly those with specific characteristics. The importance of ensuring that the calculated limits remain valid and non-negative is emphasized.
Aki
Messages
83
Reaction score
0

Homework Statement


This is not really a homework problem, but it looks like a rather easy problem that I can't quite figure out.

So I have a graph like shown in the attachment: a quantity vs time graph with some data points. I had no problem finding the average, but now I want to find both an upper and lower limits that would enclose 80% of the data points (so like what I have drawn in the graph). My question is: how can I do that using a simple program like Excel?


Homework Equations


I tried applying Chebycheff's Inequality
http://en.wikipedia.org/wiki/Standard_deviation"

For 80% of the data points, I found the number of standard deviations from the average would be SquareRoot 5. So (SquareRoot 5 * Standard Deviation)/2 , and then add and subtract that from the average to find the limits.

The Attempt at a Solution


Chebycheff's Inequality worked for most graphs. However, for some graphs, I would get a negative value for the lower limit and that's not what I want to see.


Thanks for the help!
 

Attachments

  • graph.JPG
    graph.JPG
    22.5 KB · Views: 1,906
Last edited by a moderator:
Physics news on Phys.org
Chebycheff's Inequality will give difference from the mean. Since here the mean is 80 I don't think you are in any danger of getting a negative lower limit!
 
HallsofIvy said:
Chebycheff's Inequality will give difference from the mean. Since here the mean is 80 I don't think you are in any danger of getting a negative lower limit!

well I just made up that graph. I can't show the data that I'm working with because it's confidential. Anyhow, there are graphs where if I apply the Chebycheff's Inequality, I get a negative value for the lower limit.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top