How to calculate max/min scales on a scatter plot?
Let’s learn how to calculate max/min scales on a scatter plot. The most accurate or helpful solution is served by Cross Validated.
There are ten answers to this question.
Best solution
I have 3 log scatter plots that I want to establish smooth maximum and minimum lines. What is the usual mathematical method to do that? (Image and Excel file links below.) The black lines on the scatter plot images are hand drawn. The third scatter plot is especially tricky and not amenable to a moving average plus stddev because of the data clumping. Note: This is time series data so new data constantly comes in. In other words, I cannot just use the whole data population in one shot. Any ideas...
Answer:
I don't know that there is a usual method to do this. If the data came all at once, I'd recommend quantile...
expertalmost at Cross Validated Mark as irrelevant Undo
Other solutions
I have several different data series. Let's call them A, B and C. For each series, I have 100 values. I'd like to chart these so that the viewer can see the min, median and max for each series and how they compare with each other. (Ideally, they'd be...
Answer:
I like the box-and-whisker like Marielle Winarto said. But if you want more detail (e.g. fluctuations...
Nathan Yau at Quora Mark as irrelevant Undo
Option Explicit On Option Strict On Module MinMax Sub Main() ' Declare a named constant for array size here Const MAX_NUMS As Integer = 10 ' Declare array here Dim numbers() As Integer = {33, 12, -6, 1001, 57, -1, 999, 365, 921, 724} 'Dim num1 As Integer...
Answer:
I honestly have no idea what you were trying to do with the commented code, but isn't what you need...
Midnite at Yahoo! Answers Mark as irrelevant Undo
I have a problem I need help with. I have a row of numbers on the top row. i.e. 15 20 25 40 50 80 100 150 200 250 300 400 450 500 600 750. I would like to fill up the min and max column with numbers such that for the 3rd row, min will be 50 and max...
Answer:
Sorry I don't quite understand your question. "I have a row of numbers on the top row. i.e. 1...
Miningco.com Mark as irrelevant Undo
: Min-max Write a program that takes numbers from the user until they type "0". Using conditional statements, track theminimum value, the maximum value and calculate the average. You may only use the following variables for this program - no...
Answer:
int main() { int n= 0,m; int x = 0; double total= 0, average; float min= 100; float max=0; do { cout...
Samah Tahir at Yahoo! Answers Mark as irrelevant Undo
The given plot is a residual plot for a scatter plot. Is a linear model appropriate for the scatter plot? Why or why not? http://oi47.tinypic.com/1jrw2q.jpg Yes, the points are scattered. Yes, there are no outliers. No, the plot contains outliers. No...
Jack at Yahoo! Answers Mark as irrelevant Undo
I work in higher education enrollment and need to create a scatter plot that pulls label data from a column that the scatter coordinates are not based on. Here are the details: I have a student information spreadsheet with columns for name, GPA, ACT...
Answer:
Hi. This method takes a bit of time, but is simple to do. Add your data labels. Now, click a single...
Josh at Yahoo! Answers Mark as irrelevant Undo
I'm taking college algebra, our instructor tells us that we won't learn how to calculate the local min and local max of polynomial functions because it requires calculus (limits ect), but the TI-83 has a feature that can calculate the local max and local...
Answer:
Both. The calculator works by approximating the location of those maxes and mins - if they turn out...
Julisamarquez89 at Yahoo! Answers Mark as irrelevant Undo
i am looking for a weather station device to track outdoor temperature and humidity. the features i want: support at least 2 remote sensors, temperature, humidity and the min/max values for at least the past 3 days for each sensor (e.g. yesterday's min...
Answer:
Oregon Scientific makes a good one: http://www.ambientweather.com/wmorscwipr… You can look at...
mmqc at Yahoo! Answers Mark as irrelevant Undo
I have a single data series of x values and y values that I need to plot on a scatter chart. I need to add a regression line and get the rsquare value. This is easy. Within this series there are sub-groupings that I want to distinguish. Therefore, some...
Answer:
If your data is in Columns A and B with the countries in Column A and the data for that country in Column...
Henry M at Yahoo! Answers Mark as irrelevant Undo
Related Q & A:
- How To Calculate Approximate Expectation Of Function Of A Binomial Random Variable?Best solution by Mathematics
- How To Calculate The Value Of PI With A Program?Best solution by social.msdn.microsoft.com
- how to select max and min?Best solution by Stack Overflow
- How to move labels in a R plot?Best solution by stackoverflow.com
- How do you calculate the molar mass of a compound?Best solution by eHow old
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.