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
Learning Statistics with Python
course content

Conteúdo do Curso

Learning Statistics with Python

Learning Statistics with Python

1. Basic Concepts
2. Mean, Median and Mode with Python
3. Variance and Standard Deviation
4. Covariance vs Correlation
5. Confidence Interval
6. Statistical Testing

bookCalculate 95% Confidence Interval

Tarefa

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.

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 5. Capítulo 5
toggle bottom row

bookCalculate 95% Confidence Interval

Tarefa

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.

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 5. Capítulo 5
toggle bottom row

bookCalculate 95% Confidence Interval

Tarefa

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.

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Tarefa

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.

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Seção 5. Capítulo 5
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
some-alt