Get Resumed Vector from Data File
This script get a data file with a vector (generated with getDataFromReplicatedVector) and resume it (calculate the mean and std.dev). This script will generate the output to the console (stdout). So, if you want this information in a file, you must redirect the output to a file manually. The information generated is : Experiment, Replica, Mean, Std.Dev Module.
Examples:
$ ./getResumedVectorFromData.sh "current bandwidth from Example.sw_gw-Example.data" > currentBandwidthResumed-Example.data
The output will looks like:
$ cat currentBandwidthResumed-Example.data
Experiment Replica Mean Stdev Module
Example 0 1.29204e+07 3.65349e+06 Example
Example 1 1.29213e+07 3.66125e+06 Example
Example 2 1.2916e+07 3.66037e+06 Example
Example 3 1.29213e+07 3.66399e+06 Example
Download