Incomplete Beta Calculator
Incomplete beta B_x(a, b) = ∫₀ˣ t^{a−1}(1−t)^{b−1} dt for a>0, b>0, 0≤x≤1. Same engine as Special Functions. Not normalized sinc. Not CAS. Runs locally.
Trust summary Engine tested · Specification checked · 58/58 tests · Production surface contract 4/4 · v1.10.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Incomplete beta B_x(a, b) for a>0, b>0, 0≤x≤1.
- Scope
- Incomplete Euler beta
- Verification
- Engine tested · 58/58 tests · Production surface contract 4/4 · Specification checked · v1.10.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 13 golden · 8 boundary · 37 property · Production surface contract 4/4 · Artifact integrity PASS
- Production
- Embedded snapshot: unpublished · Build schema 1.10.0 ready · Semantic contract ✓ · Attestation report not published on origin · Live production status STALE (2 capabilities; 162 remain CURRENT) @ 2026-09-20T09:01:12.147Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter x, a, and b
Finite reals with a>0, b>0, and 0≤x≤1. Defaults x=0.5, a=2, b=3.
Read B_x(a, b)
B_{0.5}(2, 3) ≈ 0.0572916666667. B_1(2, 3)=1/12. Regularized I_x is B_x/B.
Example calculations
Common configurations with formula and result.
B_{0.5}(2, 3)
x = 0.5, a = 2, b = 3
B_{0.5}(1/2, 1/2)
x = 0.5, a = 0.5, b = 0.5
Incomplete Beta calculator specification
Version 1.10.0 · Engine tested
- Engine tested 58/58 tests · Production surface contract 4/4
- Named expert review Not performed
- Calculation version 1.10.0
- Definition
- The incomplete beta B_x(a, b) = ∫₀ˣ t^{a−1}(1−t)^{b−1} dt for a>0, b>0, and 0≤x≤1. B_0=0, B_1(a,b)=B(a,b), B_x(1,1)=x, B_{1/2}(1/2,1/2)=π/2. Regularized I_x(a,b)=B_x/B is returned as regularized. This page is mode=incomplete_beta on math.special. Not normalized sinc. Not CAS.
- What it calculates
- Incomplete beta B_x(a, b) for a>0, b>0, 0≤x≤1.
- Inputs
- x
- a
- b
- Outputs
- value
- regularized
- x
- a
- b
- Formula
B_x(a, b) = ∫₀ˣ t^{a−1} (1−t)^{b−1} dt- Assumptions
- Incomplete Euler beta
- a>0, b>0, 0≤x≤1
- Not normalized sinc
- Not CAS
- Units
- dimensionless
- Boundary conditions
- non-finite x, a, or b → INVALID_NUMBER
- a ≤ 0 or b ≤ 0 → INVALID_INPUT
- x < 0 or x > 1 → INVALID_INPUT
- unknown mode (normalized sinc / CAS) → INVALID_MODE
- Example
- x=0.5 a=2 b=3 → 0.0572916666667
- Validation cases
2 published on this page · 58/58 tests · Production surface contract 4/4 · View evidence
- x=0.5 a=2 b=3 → 0.0572916666667
- x=0.5 a=0.5 b=0.5 → π/2
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.10.0
Related tools
Other calculators in this family: Bessel I Calculator, Bessel J Calculator, Bessel K Calculator, Bessel Y Calculator, Beta Function Calculator, Brent Method Calculator, Definite Integral Calculator, DFT Calculator . Explore all Numerical Calculus.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second special-functions engine?
No. It is mode=incomplete_beta on math.special, the same engine as /calc/math/special-functions.
Is this normalized sinc?
No. This seed is the incomplete beta B_x(a,b) for a>0, b>0, 0≤x≤1. Complete Euler B is on /beta-function. Normalized sinc is on /normalized-sinc. Not CAS.
Where does this run?
Locally in the browser by default. REST and MCP call the same special-functions engine.