Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 393 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 393 Bytes

A/B Testing Codes

This repository is a collection of basic code templates for A/B Testing

All codes I am sharing are from the practical exercises I did from the Data Science Infinity Program

You are free to fork this repository

A/B Testing Templates:

1. Chi Square Test
2. One Sample T-Test
3. Independent Samples T-Test
4. Paired Samples T-Test