writeAcrossReplicationCSVStatistics

Writes the across replication statistics to the supplied PrintWriter as comma separated value output

Parameters

out

the PrintWriter


Creates a PrintWriter with the supplied name in directory jslOutput and writes out the across replication statistics

Return

the PrintWriter

Parameters

pathToFile

the Path to the file


fun writeAcrossReplicationCSVStatistics(fName: String = model.simulationName + "_AcrossRepCSVStatistics.csv"): PrintWriter

Creates a PrintWriter with the supplied name in default output directory for the simulation writes out the across replication statistics

Return

the PrintWriter so that additional information can be written to the file

Parameters

fName

the file name