Synthetic Univariate Dataset
Jump to navigation
Jump to search
A Synthetic Univariate Dataset is a univariate dataset that is a synthetic dataset.
- Example(s)
2.5 * np.random.randn(1, 4) + 3
, a “standard normal” dataset with four random samples, where [math]\displaystyle{ N(\mu, \sigma^2), \mu=3, \sigma=2.5 }[/math].- …
- Counter-Example(s):
- See: DatGen Dataset.