Zzong's Notes

Home

❯

statistic

❯

exponential distribution

exponential distribution

2026년 6월 14일1 min read

Exponential Distribution

  • Tags
    • Laplace distribution
  • PDF
    • P(X)=λe−λX
  • Cumulative Distribution Function
    • F(x;λ)={1−e−λx0​x≥0x<0​

Related

References


링크된 언급

6
Erlang distribution

...d\text{for}x,\lambda\geq0 k 는 shape, \lambda 는 rate paramteter 3. Notes rate 가 \lambda 인 n 개의 독립된 exponential distribution 를 합한 값은 Erlang(n,\lambda) 를 따른다. 즉, Erlang(1,\lambda) 는 rate 가 \lambda 인 단일 exponential distribut...

Gamma distribution

... terms of a shape parameter α = k and an inverse scale parameter β =1/θ, called a rate parameter. exponential distribution 에서는 rate parameter 는 event 의 발생 빈도 (rate) 로 해석되고, \lambda=1/\theta 로 표현된다. 또한 k 는 당신이 기다리는 k 번째 e...

inverse tranform sampling

...F {X}^{ 1}(U) 를 찾는다. X 는 CDF F {X} 에 의한 분포를 따르기 때문에, 결과적으로 원하는 임의의 값이 된다. 이 방법은 분포에 따라 실용성이 나뉘는데, exponential distribution 의 경우 쉽지만, Gaussian distribution 의 경우 inverse 함수를 구하기 어렵다. B.2) 이산 분포 C) Related D) References ste...

Poisson point process

Related Poisson distribution exponential distribution Gamma distribution site: probabilitycourse 소개 Poisson process 라고도 불리며, counting process 중 하나이다. 발...

quantile function

... 함수는 어떤 확률 p 가 주어졌을 때, p 에 해당하는 x 를 찾아준다: F^{ 1}(p)=x 2. Use case inverse tranform sampling 3. 예시 exponential distribution 의 CDF 는 다음과 같다. F(x;\lambda)=\begin{cases}1 e^{ \lambda x}&amp;x\geq0\\0&amp;x&lt;0\end{cases} 이 ...

Unimodal distribution

...의미합니다. mode의 개수에 따라 bimodal(두 개), trimodal(세 개) 등으로도 구분됩니다. B) 예시 분포 대표적으로 Gaussian distribution, exponential distribution 등이 unimodal 분포에 해당합니다. C) 관련 항목 unimodality

  • Exponential Distribution
  • Related
  • References