#!/bin/csh -f

#Usage: ts step_size sample_number init_x tau output_data_number

ts 0.1 12000 1.2 17 1200 >! out1.m
