SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | Static Public Member Functions | Package Attributes | List of all members
InventoryCRN Class Reference
Inheritance diagram for InventoryCRN:
[legend]
Collaboration diagram for InventoryCRN:
[legend]

Public Member Functions

 InventoryCRN (double lambda, double c, double h, double K, double k, double p)
 
void simulateDiff (int n, int m, int s1, int S1, int s2, int S2)
 
void simulateDiffCRN (int n, int m, int s1, int S1, int s2, int S2)
 
- Public Member Functions inherited from Inventory
 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)
 
- Static Public Member Functions inherited from Inventory
static void main (String[] args)
 

Package Attributes

Tally statDiff = new Tally ("stats on difference")
 
- Package Attributes inherited from Inventory
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")
 

The documentation for this class was generated from the following file: