SSJ
3.3.1
Stochastic Simulation in Java
|
Public Member Functions | |
Inventory (double lambda, double c, double h, double K, double k, double p) | |
double | simulate (int m, int s, int S) |
void | simulateRuns (int n, int m, int s, int S) |
Static Public Member Functions | |
static void | main (String[] args) |
Package Attributes | |
double | lambda |
double | c |
double | h |
double | K |
double | k |
double | p |
RandomVariateGenInt | genDemand |
RandomStream | streamDemand = new MRG32k3a() |
RandomStream | streamOrder = new MRG32k3a() |
Tally | statProfit = new Tally ("stats on profit") |