pg.setYaxisLegend("Ordered Data Values");
pg.setGraphTitle("Gumbel (minimum order statistic) probability plot: gradient = " + Fmath.truncate(this.gumbelMinLine[1], 4) + ", intercept = " + Fmath.truncate(this.gumbelMinLine[0], 4) + ", R = " + Fmath.truncate(this.gumbelMinCorrCoeff, 4));
pg.setGraphTitle2(" mu = " + Fmath.truncate(this.gumbelMinParam[0], 4) + ", sigma = " + Fmath.truncate(this.gumbelMinParam[1], 4));
// Plot
pg.plot();
this.gumbelMinDone = true;
this.probPlotDone = true;
}