Concretely:
|
Probability of an event A:
# outcomes A
Ҏ [ event A ] = ------------------------
# posible outcomes
|
|
Discrete p(x):
Q(k) = Ҏ[ x ≤ k ]
= &sum x ≤ k p(x)
|
Property of every cumulative probability distribution function:
lim (x → ∞) Q(x) = 1
|
E[x] = ∑(all values k) k Ҏ[k] (discrete x)
E[x] = ∫(all values k) x p(x) dx (continuous x)
|
Conditional Probability Ҏ[A | B]:
Ҏ[A &cap B]
Ҏ[A | B] = ----------
Ҏ[B]
|
|
1. Ҏ[ one customer arrives in the next time interval Δt ] = &lambda×Δt + o(Δt) ........ (1) 2. Ҏ[ no customer arrives in the next time interval Δt ] = 1 - &lambda×Δt + o(Δt) ........ (2) 3. Ҏ[ ≥ 2 customers arrive in the next time interval Δt ] = o(Δt) ........ (3) 4. The arrivals in non-overlapping time intervals are (probabilistically) independent |
(λT)k
Ҏ[ k arrivals in interval of T sec ] = ------- e-λT
k!
|
E[x] = λT (avg. # arrivals in interval of T sec) |
Avg # arrivals per second = λT/T = λ
|
Ҏ[ y ≤ t ] = 1 - e-λt |
u sec t sec
|<---------------->|<-------------------->|
Ҏ[ no arrival occurs within next t sec | no arrival for u sec ] =
Ҏ[ no arrival occurs within next t sec ]
|
Pij = Ҏ[ X(t+1) = j | X(t) = i ] |
+- -+
| P11 P12 P13 ... P1N |
| P21 P22 P23 ... P2N |
P = | .. .. .. .. |
| .. .. .. .. |
| PN1 PN2 PN3 ... PNN |
+- -+
|
Pn = P × P × P × .... × P |
π = π × P (with: &pi1 + &pi2 + ... + &pin = 1) |
|
|
|
p0 = (λ/μ)0 × (1-(λ/μ))
p1 = (λ/μ)1 × (1-(λ/μ))
p2 = (λ/μ)2 × (1-(λ/μ))
p3 = (λ/μ)3 × (1-(λ/μ))
....
|
|
|
|
|
N = mean (expected) number of customer
= 0 × Ҏ[ k customers in system] + 1 × Ҏ[ 1 customer in system] + 2 × Ҏ[ 2 customers in system] + ....
= ∑ {k = 0, 1, .., ∞} k × Ҏ[ k customers in system] (definition of "expected value")
= ∑ {k = 0, 1, .., ∞} k × pk
|
T = N / λ (Little's formula in another form)
|