Skip to main content

Exponential Dist ની ગણતરી કેવી રીતે કરવી

Exponential Dist શું છે?

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

સૂત્ર

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

પગલું દ્વારા પગલું માર્ગદર્શિકા

  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)

Worked Examples

ઇનપુટ
λ=0.5, x=2
પરિણામ
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.

ગણતરી માટે તૈયાર છો? મફત Exponential Dist કેલ્ક્યુલેટર અજમાવી જુઓ

તેને જાતે અજમાવી જુઓ →

સेटिंग्स