write CSVWelch Plot Data
Writes out the number of observations to the supplied PrintWriter This results in a comma separated value file that has x_bar and cum_x_bar where x_bar is the average across the replications. The file is flushed and closed.
The header row is Avg, CumAvg
Parameters
out
the PrintWriter
num Obs
how many to write
Throws
if problem writing