Question

Which of the following is true? Data sets with the same mean and the same standard...

  1. Which of the following is true?

    1. Data sets with the same mean and the same standard deviation must have the same shape.
    2. The mean is less affected by extreme observations than the median.
    3. Chebyshev's Rule gives us an idea what proportion of the data set will fall within certain bounds, regardless of the shape of the distribution.

    i. only

    ii. only

    iii. only

    i. and iii.

    None of the above.

Homework Answers

Answer #1

Sol:

mean is affected by oitliers

median is not affected by outliers

Data sets with the same mean and the same standard deviation do not have the same shape

ex:

r and r1 have same mean and same sd

but different shape

rnorm1 <- function(n,mean,sd) { mean+sd*scale(rnorm(n)) }
r <- rnorm1(5,2,1)
mean(r) ## 4
sd(r)
r
rnorm2 <- function(n,mean,sd) { mean+sd*scale(rnorm(n)) }
r1 <- rnorm2(5,2,1)
mean(r1) ## 4
sd(r1)
r
r1

Chebyshev's Rule gives us an idea what proportion of the data set will fall within certain bounds, regardless of the shape of the distribution.

Is only true

iii. only

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
1. Which of the following statements is correct? a. The median can be strongly influenced by...
1. Which of the following statements is correct? a. The median can be strongly influenced by just one or two very low or high values. b. The mode gives equal consideration to even very extreme values in the data. c. There will be just one value for the mean, median , and mode in the data set. d. The mean is able to make the most complete use of the data when compared to the median and mode. e. None...
a) Which of the following is least affected if an extreme high outlier is added to...
a) Which of the following is least affected if an extreme high outlier is added to your data? A. The median. B. The mean. C. The standard deviation. D. None of the above. (b) If a distribution is skewed to the right, A. the mean is less than the median. B. the mean and median are equal. C. the mean is greater than the median. D. None of the above. (c) What percent of the observations in a distribution lie...
Which of the following is true for a median? A median is only meaningful for interval...
Which of the following is true for a median? A median is only meaningful for interval or ordinal data and not for ratio data. Median can be calculated no matter how the data is arranged. Medians are affected by outliers. For an even number of observations, the median is the mean of the two middle numbers.
Compare the three data sets on the right. ​(i) 45678910 A dot plot has a horizontal...
Compare the three data sets on the right. ​(i) 45678910 A dot plot has a horizontal axis labeled from 4 to 10 in increments of 1. The graph consists of a series of plotted points from left to right. The coordinates of the plotted points are as follows, where the label is listed first and the number of dots is listed second: 5, 1; 6, 4; 7, 5; 8, 4; 9, 1. ​(ii) 45678910 A dot plot has a horizontal...
Which of the following statements is true? I. The energy within a microwave oven is not...
Which of the following statements is true? I. The energy within a microwave oven is not a form of electromagnetic radiation II. Infrared light has higher energy than visible light III. The speed of any kind of electromagnetic radiation through vacuum depends on its wavelength Question 4 options: A) I only B) II only C) III only D) All of I, II, and III E) None of I, II, and III
Which of the following statements are true? I. The sampling distribution of ¯xx¯ has standard deviation...
Which of the following statements are true? I. The sampling distribution of ¯xx¯ has standard deviation σ√nσn even if the population is not normally distributed. II. The sampling distribution of ¯xx¯ is normal if the population has a normal distribution. III. When nn is large, the sampling distribution of ¯xx¯ is approximately normal even if the the population is not normally distributed. I and II I and III II and III I, II, and III None of the above gives...
Which of the following statements are true? I. The sampling distribution of ¯xx¯ has standard deviation...
Which of the following statements are true? I. The sampling distribution of ¯xx¯ has standard deviation σ√nσn even if the population is not normally distributed. II. The sampling distribution of ¯xx¯ is normal if the population has a normal distribution. III. When nn is large, the sampling distribution of ¯xx¯ is approximately normal even if the the population is not normally distributed. I and II I and III II and III I, II, and III None of the above gives...
As the sample size increases, which of the following are true: I) The sample mean tends...
As the sample size increases, which of the following are true: I) The sample mean tends to fall closer to the population mean II) The sampling distribution of the sample mean xbar approximates the population distribution III) The standard deviation decreases. Is the answer for this both I and III? if not please explain (wasnt sure about II)
1- Which of the following statements is true? I. For a certain confidence level, you get...
1- Which of the following statements is true? I. For a certain confidence level, you get a higher margin of error if you reduce your sample size. II. For a given sample size, increasing the margin of error will mean higher confidence. III. For a fixed margin of error, smaller samples will mean lower confidence. I only II only III only II and III only All of them ---------------------------------- 2- Which must be true about a 90% confidence interval based...
The average time for a particular LED TV needs first service is 415 days with standard...
The average time for a particular LED TV needs first service is 415 days with standard deviation of 30 days. The manufacturer gives one year (365 days) onsite service warranty for newly bought TVs. Assume that the times for first service call are approximately normally distributed. Let X denote the time until the first service for an LED TV. a. The distribution of X is (i) Standard normal with mean 0 and variance 1. (ii) Normal with mean 415 days...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT