- SpreadJS Overview
- Getting Started
- JavaScript Frameworks
- Best Practices
- Features
- SpreadJS Designer
- SpreadJS Designer Component
- SpreadJS Collaboration Server
- Touch Support
-
Formula Reference
- Formula Overview
-
Formula Functions
- Barcode Functions
-
Compatibility Functions
- BETADIST
- BETAINV
- BINOMDIST
- CHIDIST
- CHIINV
- CHITEST
- CONFIDENCE
- COVAR
- CRITBINOM
- EXPONDIST
- FDIST
- FLOOR
- FTEST
- GAMMADIST
- GAMMAINV
- HYPGEOMDIST
- LOGINV
- LOGNORMDIST
- MODE
- NEGBINOMDIST
- NORM.INV
- NORMDIST
- NORMSDIST
- NORMSINV
- PERCENTILE
- PERCENTRANK
- POISSON
- QUARTILE
- RANK
- STDEV
- STDEVP
- TDIST
- TINV
- TTEST
- VAR
- VARP
- WEIBULL
- ZTEST
- Database Functions
- Date and Time Functions
- Engineering Functions
- Financial Functions
- Information Functions
- Logical Functions
- Lookup and Reference Functions
- Math and Trigonometric Functions
- Statistical Functions
- Sparkline Functions
- Text Functions
- Web Functions
- RegEx Functions
- Other Functions
- Import and Export Reference
- Frequently Used Events
- API Documentation
- Release Notes
(Showing Draft Content)
BETAINV
This function calculates the inverse of the cumulative beta distribution function.
Syntax
BETAINV( prob, alpha, beta, lower, upper )
Arguments
This function has these arguments:
Argument | Description |
|---|---|
prob | Probability of the distribution |
alpha | Alpha parameter of the distribution |
beta | Beta parameter of the distribution |
lower | [Optional] Lower bound of the interval for x; 0 if omitted |
upper | [Optional] Upper bound of the interval for x; 1 if omitted |
Remarks
If you omit values for upper and lower, the calculation uses the standard cumulative beta distribution so that lower is zero and upper is one.
Data Types
Accepts numeric data for all arguments. Returns numeric data.
Examples
BETAINV(0.75,B3,C3,2,4)
BETAINV(0.75,R3C2,R3C3,2,4)
BETAINV(0.75,9,12,2,4) gives the result 3.0011968805