A(z) Exponential Dist kiszámítása
Mi az a Exponential Dist?
Analyzes exponential distribution (waiting time) with mean 1/λ, used for modeling queues and failures.
Képlet
Mean = 1/λ, Variance = 1/λ²
Útmutató lépésről lépésre
- 1PDF: f(x) = λe^(-λx)
- 2CDF: F(x) = 1 - e^(-λx)
- 3Mean = 1/λ, Variance = 1/λ²
- 4Memoryless property: P(X > s+t | X > s) = P(X > t)
Worked Examples
Bemenet
λ=0.5, x=2
Eredmény
P=0.368
Common Mistakes to Avoid
- ✕Using normal distribution for time data (exponential better)
- ✕Wrong λ parameter (rate, not 1/rate)
- ✕Not checking memoryless property applicability
Frequently Asked Questions
What's practical use?
Customer arrivals (Poisson), equipment failures, radioactive decay, service times.
What's memoryless property?
Past waiting time doesn't affect future; no "aging" effect.
Készen állsz a számításra? Próbálja ki az ingyenes Exponential Dist számológépet
Próbáld ki te is →