Skip to content

This repository contains the code for implementing Gaussian Distribution using Python

Notifications You must be signed in to change notification settings

anuhyasuri/gaussiandistribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Gaussian Distribution

Overview

This Jupyter Notebook explores the concept of Gaussian Distribution. It covers topics such as Gaussian distribution, Multivariate Gaussian distribution and Isotropic Gaussian distribution. The notebook also includes practical implementation using Python, like generating random data that follows these distributions and visualizing them through various plots.

Contents

  • Gaussian distribution
    • Python code
      • Varying 𝜇
      • Varying 𝜎
  • Multivariate Gaussian Distribution
    • Covariance matrix
      • Zero Covariance
      • Positive Covariance
      • Negative Covariance
  • Isotropic Gaussian Distribution

Requirements

  • Jupyter Notebook
  • Python 3
  • Libraries:
    • numpy
    • matplotlib
    • scipy

About

This repository contains the code for implementing Gaussian Distribution using Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published