answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Does a scatter gram line of best fit always join the smallest and largest values?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find the interval for a set of data?

You find the the smallest and largest values. The interval is the largest minus the smallest.


What is the The difference between the largest and the smallest data values?

Span


What are the smallest and the largest integer values for primitive type short?

The smallest value is -32,768 and the maximum is 32,767


What is the difference between the smallest and largest values or the results of function?

The range.


What is a range of values for a data?

It is the largest value less the smallest one.


Write a program that randomly fills a 10 component array then prints the largest and smallest values in the array?

final double[] ns = new double[10]; final Random rnd = new Random(System.currentTimeMillis()); // Fill... for (int i = 0; i < ns.length; ++i) { ns[i] = rnd.nextDouble(); } // Get largest/smallest... double largest = Double.MIN_VALUE; double smallest = Double.MAX_VALUE; for (double n : ns) { if (n > largest) { largest = n; } if (n < smallest) { smallest = n; } } // largest and smallest are now the proper values.


How you calculate the range?

If possible, find the largest and smallest possible values of the variable under study. Then the range = Largest Value minus Smallest Value.


What does it mean to find the range of the values?

take the largest number in the sample and subtract the smallest number that is the range


If there are 13 values in a data set in order from smallest to largest what is the third quartile of the data set?

The mean of the 10th and 11th values


If there are 25 values in a data set in order from smallest to largest what is the first quartile of the data set?

The mean of the 6th and 7th values


If there are 13 values in a data set in order from smallest to largest what is the first quartile of the data set?

The mean of the 3rd and 4th values


If there are 25 values in a data set in order from smallest to largest what is the third quartile of the data set?

The mean of the 19th and 20th values