Example #1
0
 /// <inheritdoc/>
 public double GetProbBetween(double lowerBound, double upperBound)
 {
     return(TruncatedGamma.GammaProbBetween(Shape, Rate, lowerBound, upperBound));
 }