예제 #1
0
 public double getMean() {
   return LogisticDist.getMean(alpha, lambda);
 }