createCSVWelchPlotDataFile

fun createCSVWelchPlotDataFile(numObs: Long = minNumObservationsInReplications): File

Creates and writes out the Welch plot data. Squelches inconvenient IOExceptions The file is stored in the base directory holding the Welch data files and has the name of the data with _WelchPlotData.csv appended.

The header row is Avg, CumAvg

Return

the File reference

Parameters

numObs

number of observations to write