Gaussian Dataset
(Redirected from “standard normal” dataset)
Jump to navigation
Jump to search
A Gaussian Dataset is a synthetic continuous dataset that follows some Gaussian distribution.
- AKA: Standard Normal Dataset.
- …
- Example(s):
arr=2.5 * np.random.randn(1, 20) + 3
[ 5.3 , 5.28, 5.01, 2.21, 1.32, 1.42, 4.07, 3.69, 3.02, -1.14, 0.74, -0.61, 3.7, 2.93, 1.12, 2.47, 3.95, 5.29, 6.95, 3.61]
- See: Random Dataset, Gaussian Data.