writeFullAcrossReplicationStatistics

Writes the full across replication statistics to the supplied PrintWriter as text output. Full means all statistical quantities are printed for every statistic

Parameters

out

the PrintWriter


Creates a PrintWriter with the supplied path and writes the full statistics to the file. Full means all detailed statistical quantities for every statistic.

Return

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

Parameters

pathToFile

the path to the file


fun writeFullAcrossReplicationStatistics(fName: String = model.simulationName + "_FullAcrossRepStatistics.txt"): PrintWriter

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

Full means all statistical quantities are printed for every statistic

Return

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

Parameters

fName

the file name