Difference between revisions of "Documentation/How Tos/Calc: BETAINV function"
From Apache OpenOffice Wiki
< Documentation | How Tos
OOoWikiBot (talk | contribs) m (Bot: Adding Category: Documentation) |
m |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | __NOTOC__ | + | {{DISPLAYTITLE:BETAINV function}} |
+ | {{Documentation/CalcFunc StatisticalTOC | ||
+ | |ShowPrevNext=block | ||
+ | |PrevPage=Documentation/How_Tos/Calc:_BETADIST_function | ||
+ | |NextPage=Documentation/How_Tos/Calc:_BINOMDIST_function | ||
+ | }}__NOTOC__ | ||
== BETAINV == | == BETAINV == | ||
Line 16: | Line 21: | ||
: returns approximately 0.75. | : returns approximately 0.75. | ||
− | {{ | + | {{SeeAlso|EN| |
* [[Documentation/How_Tos/Calc: BETADIST function|BETADIST]] | * [[Documentation/How_Tos/Calc: BETADIST function|BETADIST]] | ||
Line 23: | Line 28: | ||
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]] | * [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]] | ||
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}} | * [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}} | ||
− | [[Category: Documentation]] | + | [[Category: Documentation/Reference/Calc/Statistical functions]] |
Latest revision as of 13:40, 2 February 2024
Spreadsheet Lookup functions
Measures of dispersion / spread
Probability and statistics
Correlation and line fitting
See also (in the Arrays Functions category); GROWTH, LINEST, LOGEST, TREND
Ranking
BETAINV
Calculates the inverse of the BETADIST function.
Syntax:
BETAINV(p; α; β; a; b)
- The beta distribution is a family of continuous probability distributions, defined for an interval a to b, where α and β are parameters controlling the shape of the distribution.
- BETAINV returns the value n, lying between a and b, such that BETADIST(n; α; β; a; b) is p.
- a and b are optional parameters which default (if omitted) to 0 and 1.
Example:
BETAINV(0.96; 3; 4)
- returns approximately 0.75.
See Also