public AsymptoticAverageClass(IFloatPreCalc preCalculation)
 {
     _preCalc = preCalculation;
 }
 public AsymptoticAverageClass()
 {
     _preCalc = new BetaCumulativeDistPreCalc();
 }