Theorems · Theorem · probability
ProbabilityTheory.cdf_expMeasure_eq
∀ {r : ℝ},
0 < r →
∀ (x : ℝ),
↑(ProbabilityTheory.cdf (ProbabilityTheory.expMeasure r)) x = if 0 ≤ x then 1 - Real.exp (-(r * x)) else 0The CDF of the exponential distribution equals `1 - exp (-(r * x))`
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 289 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- ENNRealproof · cited by 9,879
- LT.lt.leproof · cited by 2,189
- le_rflproof · cited by 1,558
- Real.expstatement and proof · cited by 871
- ENNReal.toRealproof · cited by 859
- mul_nonnegproof · cited by 397
- StieltjesFunction.toFunstatement · cited by 120
- ProbabilityTheory.cdfstatement · cited by 19
- ProbabilityTheory.expMeasurestatement · cited by 4
- ENNReal.toReal_ofReal_eq_iffproof · cited by 2
- ProbabilityTheory.cdf_expMeasure_eq_lintegralproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.