- A point estimate uses a single value to estimate a population parameter; an interval estimate uses a range of values to estimate a population parameter.
- A point estimate uses a range of values to estimate a sample statistic; an interval estimate uses a single value to estimate a sample statistic.
- A point estimate uses a range of values to estimate a population parameter; an interval estimate uses a single value to estimate a population parameter.
- A point estimate uses a single value to estimate a sample statistic; an interval estimate uses a range of values to estimate a sample statistic.
Q: A data professional working for a moving company is estimating the
average time it takes to complete a move. Based on a sample mean of 3 hours,
they construct the following 95% confidence interval: [2.5 , 3.5]. What does
95% refer to?
- The percentage of all possible sample means that fall within the range of the interval
- The success rate of the estimation process
- The margin of error
- The percentage of data values in the dataset
Q: A data analytics team with a clothing manufacturer constructs a
confidence interval to help estimate future returns. First, they identify the
sample statistic. Then, they choose a confidence level of 95%. According to the
four steps to constructing a confidence interval for a proportion, what should
they do next?
- Plot a histogram
- Choose a confidence level
- Calculate the interval
- Find the margin of error
Q: A data professional working for a light bulb manufacturer is
estimating the mean bulb lifespan based on sample data. They construct a 95%
confidence interval using a sample size of 100. In addition, they construct a
95% confidence interval using a sample size of 1,000. What happens as the
sample size increases?
- The margin of error decreases.
- The margin of error increases.
- The population parameter gets larger.
- The confidence interval gets wider.
Q: What argument of the scipy.stats.norm.interval() function can be used
to choose the confidence level?
- Alpha
- scale
- std
- loc
Q: Fill in the blank: Because there is more uncertainty involved in
estimating the standard error, data professionals use the _____ when working
with a small sample size.
- s-distribution
- normal distribution
- t-distribution
- z-distribution
Q: At what sample size does the t-distribution become practically the
same as the normal distribution?
- 10
- 5
- 1
- 30
Q: What would a data professional use to estimate a population parameter
using a range of values?
- Interval estimate
- Point estimate
- Z-score
- Sampling frame
Q: What concept describes the likelihood that a particular sampling
method will produce a confidence interval that includes the population
parameter?
- Confidence level
- Margin of error
- Sample statistic
- Point estimate
Q: A data professional working for a media company is estimating the
average amount of time a visitor spends on their website. Based on a sample
mean of 4 minutes, they construct the following 95% confidence interval: [3.8 ,
4.2]. What does 95% refer to?
- The margin of error
- The percentage of all possible sample means that fall within the range of the interval
- The percentage of data values in the dataset
- The success rate of the estimation process
Q: According to the four steps that detail how to construct a
confidence interval for a proportion, which of the following activities are
involved in this process? Select all that apply.
- Plot a histogram
- Choose a confidence level
- Find the margin of error
- Calculate the interval
Q: A data professional is using scipy.stats.norm.interval() in Python
to construct a confidence interval. Which of the following pieces of code can
they use to choose a confidence level of 99%?
- scale = 0.99
- std = 0.99
- alpha = 0.99
- loc = 0.99
Q: A data professional working for a theme park is estimating the mean
time visitors spend in the park. They construct the following 95% confidence
interval based on a sample mean of 3.5 hours: [2.5, 4.5]. What is the margin of
error?
- +/- 4.5 hours
- +/- 1 hour
- +/- 2.5 hours
- +/- 2 hours
Q: Which of the following statements accurately describe the graph of
the t-distribution? Select all that apply.
- It has smaller tails than the standard normal distribution.
- As the sample size decreases, the t-distribution approaches the normal distribution.
- It has larger tails than the standard normal distribution.
- As the sample size increases, the t-distribution approaches the normal distribution.
Q: Which of the following statements accurately describe a point
estimate? Select all that apply.
- A point estimate estimates a sample statistic.
- A point estimate uses a range of values.
- A point estimate estimates a population parameter.
- A point estimate uses a single value.
Q: In the context of constructing a confidence interval of a population
mean, what does the loc argument of the scipy.stats.norm.interval() function
refer to?
- Sample standard error
- Sample mean
- Interquartile range
- Confidence level
Q: What shape is the graph of the t-distribution?
- Rectangular shape
- Circular shape
- Square shape
- Bell shape
Q: A data analytics team at a book publisher researches the most
popular book subject matter based on sample data. They construct a 95%
confidence interval using a sample size of 250. They also construct a 95%
confidence interval using a sample size of 5,000. What happens as the sample
size increases?
- The confidence interval gets wider.
- The population parameter gets larger.
- The margin of error decreases.
- The margin of error increases.
Q: A data professional at an electricity utility works on a project
involving household demand based on sample data. They want to construct a 95%
confidence interval using a sample size of 5,000. However, they are unable to
get enough data. So they decide to construct a 95% confidence interval using a
sample size of 500. What happens as a result of this smaller sample size?
- The margin of error will decrease.
- The population parameter will get larger.
- The confidence interval will get narrower.
- The margin of error will increase.