Exemple #1
0
 /** Returns the cumulative distribution function. */
 public double cdf(double x) {
   return Probability.gamma(alpha, lambda, x);
 }