Skip to content
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
56 changes: 56 additions & 0 deletions .ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
![logo_ironhack_blue 7](https://user-images.githubusercontent.com/23629340/40541063-a07a0a8a-601a-11e8-91b5-2f13e4e6b441.png)

# Lab | Hypothesis Testing

<details>
<summary>
<h2>Learning Goals</h2>
</summary>

This exercise allows you to practice and apply the concepts and techniques taught in class.

Upon completion of this exercise, you will be able to:

- Different kinds of hypothesis testing, such one sample, paired samples, and more


<br>
<hr>

</details>

<details>
<summary>
<h2>Prerequisites</h2>
</summary>
Before this starting this lab, you should have learnt about:

- Basic Probabilities concepts.
- Understand difference between distributions and where/how to apply them in a business context.
- Central Limit Theorem.
- Different kind of hypothesis testing.

<br>
<hr>

</details>

## Introduction

In this exercise, you will have the opportunity to dive into one of the fundamental of hypothesis testing.

<br>

**Happy coding!** :heart:




## Getting Started

Complete the challenges in the notebook. Follow the instructions and add your code and explanations as necessary.


## Submission

- Submit your solutions in the Student Portal.
Loading