Skip to main content

Exponential Dist Nasıl Hesaplanır?

learn.whatIsHeading

Analyzes exponential distribution (waiting time) with mean 1/λ, used for modeling queues and failures.

Formül

Mean = 1/λ, Variance = 1/λ²

Adım Adım Kılavuz

  1. 1PDF: f(x) = λe^(-λx)
  2. 2CDF: F(x) = 1 - e^(-λx)
  3. 3Mean = 1/λ, Variance = 1/λ²
  4. 4Memoryless property: P(X > s+t | X > s) = P(X > t)

Çözümlü Örnekler

Giriş
λ=0.5, x=2
Sonuç
P=0.368

Kaçınılması Gereken Yaygın Hatalar

  • Using normal distribution for time data (exponential better)
  • Wrong λ parameter (rate, not 1/rate)
  • Not checking memoryless property applicability

Sık sorulan sorular

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.

Hesaplamaya hazır mısınız? Ücretsiz Exponential Dist Hesaplayıcıyı deneyin

Kendiniz deneyin →

Ayarlar

GizlilikKoşullarHakkında© 2026 PrimeCalcPro