using Dew.Stats.Tee;
using Dew.Math;
using Dew.Math.Tee;
Vector v =
new Vector(100);
v.RandGauss();
v.SortAscending();
BoxPlot bp;
tChart1.Series.Clear();
tChart1.Series.Add(bp =
new BoxPlot());
bp.MildOutlier.Width = 3;
bp.MildOutlier.Height = 3;
MtxVecTee.DrawValues(v,bp,0,1,
false);