Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Calculate 95% Confidence Interval | Confidence Interval
course content

Course Content

Learning Statistics with Python

Calculate 95% Confidence IntervalCalculate 95% Confidence Interval

Task

Your task here is to calculate the interval that includes the mean weight of the penguin with a confidence level of 95%. Follow the algorithm:

  1. Extract the column 'mass' from the dataset data.
  2. Find the confidence interval with the following parameters:
    • Set 0.95 for the confidence parameter;
    • Set the standard error of the mean of the column mean_list for the scale parameter.

Everything was clear?

Section 5. Chapter 5
toggle bottom row
course content

Course Content

Learning Statistics with Python

Calculate 95% Confidence IntervalCalculate 95% Confidence Interval

Task

Your task here is to calculate the interval that includes the mean weight of the penguin with a confidence level of 95%. Follow the algorithm:

  1. Extract the column 'mass' from the dataset data.
  2. Find the confidence interval with the following parameters:
    • Set 0.95 for the confidence parameter;
    • Set the standard error of the mean of the column mean_list for the scale parameter.

Everything was clear?

Section 5. Chapter 5
toggle bottom row
some-alt