Skip to content

Repository with python codes that are related to solution exercises of the Advanced Data Analysis course.

Notifications You must be signed in to change notification settings

Alexandar016/Data-Analysis

Repository files navigation

Data Analysis

Welcome to the "Data Analysis" repository. This collection of Jupyter Python notebooks covers various aspects of data analysis, providing insights into statistical techniques and probability concepts.

Notebook List:

  1. Bayesian Probability.ipynb: Explore Bayesian probability and its applications in data analysis.

  2. Correlation Coefficient Matrix.ipynb: Understand and compute the correlation coefficient matrix for multiple variables.

  3. Histogram Bins.ipynb: Learn about the importance of choosing appropriate histogram bins in data visualization.

  4. Kolmogorov-Smirnov Test.ipynb: Implement and interpret the Kolmogorov-Smirnov test for assessing the goodness-of-fit of a sample distribution.

  5. Moments of Distribution.ipynb: Calculate and analyze moments of a distribution to understand its shape and characteristics.

  6. PDF Gaussian.ipynb: Dive into the Probability Density Function (PDF) of a Gaussian distribution.

Feel free to explore each notebook to deepen your understanding of data analysis concepts and statistical techniques.

Usage

To run these Jupyter notebooks, ensure you have Python and Jupyter installed on your system. You can install Jupyter using:

pip install jupyter

Navigate to the specific notebook's file and execute the following command:

jupyter notebook notebook_name.ipynb

Replace notebook_name.ipynb with the desired notebook's file name.

Happy analyzing! ๐Ÿ“Š๐Ÿ“ˆ

About

Repository with python codes that are related to solution exercises of the Advanced Data Analysis course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published