python data/datagen.py --functiontype linear --filename data/test-1.csv --slopes 1.0 2.0 --ints -5.0 4.0 --nrows 10 --noisemag 0.1

python data/datagen.py --functiontype linear --filename data/test-2.csv --slopes 1.0 2.0 --ints -5.0 4.0 --nrows 100 --noisemag 0.1

python data/datagen.py --functiontype linear --filename data/test-3.csv --slopes 1.0 2.0 --ints -5.0 4.0 --nrows 1000 --noisemag 0.1

python data/datagen.py --functiontype linear --filename data/test-4.csv --slopes 1.0 2.0 --ints -5.0 4.0 --nrows 10000 --noisemag 0.1

python data/datagen.py --functiontype linear --filename data/test-5.csv --slopes 1.0 2.0 --ints -5.0 4.0 --nrows 100000 --noisemag 0.1
