Skip to content

Coded-by-Alejandro/data-analysis-first-project

Repository files navigation

Mean, Variance, and Standard Deviation Calculator

Project Overview

This project is a boilerplate for calculating mean, variance, and standard deviation in Python. It was completed as part of the FreeCodeCamp Data Analysis course.

The project consists of Python scripts and a test module to help learners understand basic statistical calculations programmatically.

Files in the Project

  • main.py – The main script to run the program.
  • mean_var_std.py – Contains functions to calculate mean, variance, and standard deviation.
  • test_module.py – A test file to check the correctness of your functions.
  • requirements.txt – Lists required Python packages (if any).
  • .gitpod.yml – Gitpod configuration for an online development environment.
  • .gitignore – Specifies files/folders to ignore in Git.
  • README.md – This file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages