Package umontreal.iro.lecuyer.probdist

Examples of umontreal.iro.lecuyer.probdist.PoissonDist


   public Inventory (double lambda, double c, double h,
                     double K, double k, double p) {
      this.lambda = lambda;
      this.c = c;  this.h = h;  this.K = K;  this.k = k;  this.p = p;
      genDemand = new PoissonGen (streamDemand, new PoissonDist (lambda));
   }
View Full Code Here

TOP

Related Classes of umontreal.iro.lecuyer.probdist.PoissonDist

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.