Gaussian and Summary stats

less than 1 minute read

Published:

Many of the data observed in the world follows a pattern called as Gaussian/Normal distribution. Since a lot of properties for the Gaussian distributions is known, these properties and certain statistical methods can be used to derive insights for any gaussian data.

  1. Gaussian Distribution - Hello \(\beta\)
import numpy as np 

np.random.seedd(42)