This project demonstrates bivariate normal distribution analysis including scatter plots, confidence ellipses, histograms, contour plots, normality tests, and Pearson correlation confidence intervals.
This repository contains my implementation of Part 1 for the group assignment. I implemented the Bivariate Normal Distribution probability density function from scratch without using statistical ...