writeAcrossReplicationSummaryStatisticsAsLaTeX

Writes shortened across replication statistics to the supplied PrintWriter as text output in LaTeX document form

Response Name Average Std. Dev.

Parameters

out

the PrintWriter to write to


Creates a PrintWriter using the supplied path and writes out the across replication statistics as a LaTeX file

Return

the PrintWriter

Parameters

pathToFile

the path to the file


Creates a file with the supplied name in the simulation's output directory with the results as a LaTeX table.

Return

the PrintWriter

Parameters

fName

the file name


Creates a file with name getSimulation().getName() + "_LaTeX_Across_Replication_Summary.tex" in the simulation's output directory with the results as a LaTeX table.

Return

the PrintWriter