Theorems · Definition · probability
ProbabilityTheory.betaPDFReal
ℝ → ℝ → ℝ → ℝ
The probability density function of the beta distribution with shape parameters α and β.
Returns (1 / beta α β) * x ^ (α - 1) * (1 - x) ^ (β - 1)
when 0 < x < 1 and 0 otherwise.
- Defined in
- Mathlib.Probability.Distributions.Beta
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 256 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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
- ProbabilityTheory.betaproof · cited by 9
Cited by5
Results whose statement or proof uses this declaration.
- ProbabilityTheory.betaPDFproof · cited by 7
- ProbabilityTheory.lintegral_betaPDF_eq_oneproof · cited by 1
- ProbabilityTheory.measurable_betaPDFRealstatement · cited by 1
- ProbabilityTheory.betaPDFReal_posstatement · cited by 1
- ProbabilityTheory.stronglyMeasurable_betaPDFRealstatement · cited by 0