Conteúdo do Curso
Learning Statistics with Python
Learning Statistics with Python
Calculate 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:
- Extract the column
'mass'
from the datasetdata
. - Find the confidence interval with the following parameters:
- Set
0.95
for theconfidence
parameter; - Set the standard error of the mean of the column
mean_list
for thescale
parameter.
- Set
Obrigado pelo seu feedback!
Calculate 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:
- Extract the column
'mass'
from the datasetdata
. - Find the confidence interval with the following parameters:
- Set
0.95
for theconfidence
parameter; - Set the standard error of the mean of the column
mean_list
for thescale
parameter.
- Set
Obrigado pelo seu feedback!
Calculate 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:
- Extract the column
'mass'
from the datasetdata
. - Find the confidence interval with the following parameters:
- Set
0.95
for theconfidence
parameter; - Set the standard error of the mean of the column
mean_list
for thescale
parameter.
- Set
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:
- Extract the column
'mass'
from the datasetdata
. - Find the confidence interval with the following parameters:
- Set
0.95
for theconfidence
parameter; - Set the standard error of the mean of the column
mean_list
for thescale
parameter.
- Set