tadasets.infty_sign¶
-
tadasets.
infty_sign
(n=100, noise=None, seed=None)[source]¶ Construct a figure 8 or infinity sign with
n
points and noise level withnoise
standard deviation.- Parameters
n (int) – number of points in returned data set.
noise (float) – standard deviation of normally distributed noise added to data.
seed (int, default=None) – Seed for random state.