Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR - Exercício 01 #1

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions Atividade_On33_Estatística_Semana_10.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyPVxyFy2V4lLfS7RnTpqzKm",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/euamandaguimaraes/-on33-python-s01-conceitos-iniciais/blob/main/Atividade_On33_Estat%C3%ADstica_Semana_10.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "umt79XkzYy_D",
"outputId": "fc670170-f622-4a0c-b981-a1691e4aa0f1"
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Estatística Qui-Quadrado: 42276.55681191326\n",
"Valor p: 0.0\n"
]
}
],
"source": [
"from scipy.stats import chi2_contingency\n",
"\n",
"#Dados (tabela de contingência)\n",
"observed = [[11416076, 40101950, 11667250, 65510053, 22126530], [212994, 656000, 236318, 1450382, 454588]]\n",
"\n",
"#Teste de hipóteses\n",
"chi2_stat, p_value, dof, expected = chi2_contingency(observed)\n",
"\n",
"print(\"Estatística Qui-Quadrado:\", chi2_stat)\n",
"print(\"Valor p:\", p_value)\n"
]
}
]
}
11 changes: 11 additions & 0 deletions exercicios/para-casa/amanda-guimaraes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Nome: Amanda Guimarães

O que você espera da Reprograma: Aprender a linguagem de tecnologia para ter a facilidade de trabalhar de casa para ter mais tempo com minhas filhas.

Frase Motivacional: Desistir não é opção.

3 músicas da sua playlist: Trás de Mi - RBD
Final Feliz - Jorge Vercillo
Meio Termo - Luan Santana

Mulheres que te inspiram: Minha avó, Michelle Obama e todas as mães que assim como eu fazem de tudo para não faltar nada aos filhos.
2 changes: 2 additions & 0 deletions exercicios/para-sala/aula.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Nome: Amanda Guimarães
Frase: Grandes coisas nunca vêm da zona de conforto.