Project blog‎ > ‎

Improved statistical output

posted Jan 27, 2010, 9:46 PM by Gregory Kiesel   [ updated May 21, 2010, 3:18 AM ]
I'm currently working on improving the statistical output tools.

The S-Parameter file has every single case, in a single file.  Within the plot program I have some new routines to plot the following:
1) min: lowest value for all cases
2) max: highest value for all cases
3) Box-Whisker plots
5) avg: mean value for all cases
6) all: every case on top of each other
I've documented the statistical outputs

The statistics will have to be generated in the plot program, since I haven't convinced myself yet that creating the statistics for the S-Parameters and then plotting those is a good general purpose solution. 

I also want to add the variables and their values as comments in the Touchstone file while I am mucking with the output files. 

Comments