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.
-
Bayesian Probability.ipynb: Explore Bayesian probability and its applications in data analysis.
-
Correlation Coefficient Matrix.ipynb: Understand and compute the correlation coefficient matrix for multiple variables.
-
Histogram Bins.ipynb: Learn about the importance of choosing appropriate histogram bins in data visualization.
-
Kolmogorov-Smirnov Test.ipynb: Implement and interpret the Kolmogorov-Smirnov test for assessing the goodness-of-fit of a sample distribution.
-
Moments of Distribution.ipynb: Calculate and analyze moments of a distribution to understand its shape and characteristics.
-
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.
To run these Jupyter notebooks, ensure you have Python and Jupyter installed on your system. You can install Jupyter using:
pip install jupyterNavigate to the specific notebook's file and execute the following command:
jupyter notebook notebook_name.ipynbReplace notebook_name.ipynb with the desired notebook's file name.
Happy analyzing! ๐๐