| MaxThroughput2 {hpcwld} | R Documentation | 
This function gives the maximal throughput of a two-server supercomputer (Markov) model with various service speeds, various rates of classes and random speed scaling at arrival/depature
Description
This function gives the maximal throughput of a two-server supercomputer (Markov) model with various service speeds, various rates of classes and random speed scaling at arrival/depature
Usage
MaxThroughput2(p1, pa, pd, mu1, mu2, f1, f2)
Arguments
| p1 | probability of class 1 arrival | 
| pa | probability of speed switch from f1 to f2 upon arrival | 
| pd | probability of speed switch from f2 to f1 upon departure | 
| mu1 | work amount parameter (for exponential distribution) for class 1 | 
| mu2 | work amount parameter (for exponential distribution) for class 2 | 
| f1 | low speed (workunits per unit time) | 
| f2 | high speed (workunits per unit time) | 
Value
maximal input rate, that is the stability boundary
[Package hpcwld version 0.6-5 Index]