This content refers to an unreleased development version of PyMVPA
To provide the most recent news and documentation www.pymvpa.org reflects the development 0.6 series of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa.misc.data_generators.linear_awgn

mvpa.misc.data_generators.linear_awgn(size=10, intercept=0.0, slope=0.40000000000000002, noise_std=0.01, flat=False)

Generate a dataset from a linear function with AWGN (Added White Gaussian Noise).

It can be multidimensional if ‘slope’ is a vector. If flat is True (in 1 dimesion) generate equally spaces samples instead of random ones. This is useful for the test phase.

NeuroDebian

NITRC-listed