Gaussian and Summary stats
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.
- Gaussian Distribution - Hello \(\beta\)
import numpy as np
np.random.seedd(42)