• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/14

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

14 Cards in this Set

  • Front
  • Back

L

Average number of items in the system

W

average throughput time

Lq

Average queue lenght

Wq

Average waiting time

L

L = lambda * W

W

W = Wq + E(B)

Lq

Lq = lambda * Wq

Number of customers in the system


a

Verification of simulation computer programs

- Conversation with specialist


- observation of the system


- existing theory


- relevant results from similar studies


- experience


Uniform distribution stuff

f(x) = 1 / (b-a)



F(X) = (x-a)/(b-a)



E(x) = (a+b)/2



Var(x) = (b-a)^2/12

Exponential distribution stuff

f(x) = (1/beta) * e^(-x/beta)



F(x) = 1 - e^(-x/beta)



E(x) = beta



Var(x) = beta^2



beta = 1 / lambda



lambda = 1 / mean

Geometric

p(k) = p(1-p)^k

Binomial

p(k) = (n,k) . p^k . (1-p)

Blocking probability

blocking probability = (lambda*beta) / (1 + lambda*beta)