pg.setYaxisLegend("Ordered Data Values");
pg.setGraphTitle("Pareto probability plot: gradient = " + Fmath.truncate(this.paretoLine[1], 4) + ", intercept = " + Fmath.truncate(this.paretoLine[0], 4) + ", R = " + Fmath.truncate(this.paretoCorrCoeff, 4));
pg.setGraphTitle2(" alpha = " + Fmath.truncate(this.paretoParam[0], 4) + ", beta = " + Fmath.truncate(this.paretoParam[1], 4));
// Plot
pg.plot();
this.paretoDone = true;
this.probPlotDone = true;
}