Quiz sobre Correlação de Pearson

Quiz sobre Correlação de Pearson

Professional Development

7 Qs

quiz-placeholder

Similar activities

Diplomado Python

Diplomado Python

Professional Development

10 Qs

PrIncipais Tags HTML e Inputs HTML

PrIncipais Tags HTML e Inputs HTML

Professional Development

12 Qs

PMS IGTD

PMS IGTD

Professional Development

10 Qs

AUTOEVALUACIÓN DE ATAQUES A INFRAESTRUCTURAS DE SISTEMAS Y REDES

AUTOEVALUACIÓN DE ATAQUES A INFRAESTRUCTURAS DE SISTEMAS Y REDES

Professional Development

10 Qs

3. Animación y Publicación en PowerPoint

3. Animación y Publicación en PowerPoint

Professional Development

10 Qs

Computación Básica

Computación Básica

Professional Development

12 Qs

Quiz de Inteligência Artificial para Negócios

Quiz de Inteligência Artificial para Negócios

Professional Development

12 Qs

Dia 4 Webinar Hackers vs Empresas

Dia 4 Webinar Hackers vs Empresas

Professional Development

10 Qs

Quiz sobre Correlação de Pearson

Quiz sobre Correlação de Pearson

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

LEONARDO ROBERTO CANDIDO

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A relação não linear entre duas variáveis categóricas.

A força e a direção da relação linear entre duas variáveis quantitativas.

A diferença entre médias de dois grupos.

A variância de uma única variável.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual biblioteca Python é mais comumente utilizada para calcular o coeficiente de correlação de Pearson?

matplotlib

pandas

seaborn

scikit-learn

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dado o seguinte código em Python, qual será o resultado de `df.corr(method='pearson')`? ``` import pandas as pd

df = pd.DataFrame({'A': [1, 2, 3], 'B': [4, 5, 6]}) ```

Uma lista com os valores de correlação

Um DataFrame com os coeficientes de correlação entre as colunas

Um gráfico de dispersão

Um array com os valores originais

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Existe uma forte relação linear positiva.

Não existe relação linear entre as variáveis.

Existe uma forte relação linear negativa.

As variáveis são dependentes.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Correlação negativa forte

Correlação positiva forte

Correlação positiva fraca

Ausência de correlação