Difference between revisions of "Manuals/calci/BETADISTX"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<div style="font-size:30px">'''BETADISTX(x,alpha,beta)'''</div><br/> | <div style="font-size:30px">'''BETADISTX(x,alpha,beta)'''</div><br/> | ||
− | *<math>x</math> is | + | *<math>x</math> is any real number. |
*alpha and beta are the value of the shape parameter | *alpha and beta are the value of the shape parameter | ||
Line 17: | Line 17: | ||
1.Any one of the arguments are non-numeric. | 1.Any one of the arguments are non-numeric. | ||
2.<math>\alpha \le 0</math> or <math>\beta \le 0</math> | 2.<math>\alpha \le 0</math> or <math>\beta \le 0</math> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 36: | Line 26: | ||
#=BETADIST(5,-1,-2,4,7) = #ERROR | #=BETADIST(5,-1,-2,4,7) = #ERROR | ||
− | |||
− | |||
− | |||
==See Also== | ==See Also== | ||
+ | *[[Manuals/calci/BETADIST | BETADIST]] | ||
*[[Manuals/calci/BETAINV | BETAINV]] | *[[Manuals/calci/BETAINV | BETAINV]] | ||
*[[Manuals/calci/ALL | All Functions]] | *[[Manuals/calci/ALL | All Functions]] |
Revision as of 14:15, 7 December 2016
BETADISTX(x,alpha,beta)
- is any real number.
- alpha and beta are the value of the shape parameter
Description
- This function gives the Cumulative Beta Probability Density function.
- The beta distribution is a family of Continuous Probability Distributions defined on the interval [0, 1] parameterized by two positive shape parameters, denoted by and .
- The Beta Distribution is also known as the Beta Distribution of the first kind.
- In , is any real number.
- alpha is the value of the shape parameter.
- beta is the value of the shape parameter
- The Probability Density Function of the beta distribution is:
where ; and is the Beta function.
- The formula for the Cumulative Beta Distribution is called the Incomplete Beta function ratio and it is denoted by and is defined as :
Failed to parse (syntax error): {\displaystyle F(x)=I_x(\alpha,\beta)=\int_{0}^{x}\frac{t^{α−1}(1−t)^{\beta−1}dt} {B(\alpha,\beta)}} , where ; and is the Beta function.
- This function will give the result as error when
1.Any one of the arguments are non-numeric. 2. or
Examples
- =BETADIST(0.4,8,10) = 0.35949234293309396
- =BETADIST(3,5,9,2,6) = 0.20603810250759128
- =BETADIST(9,4,2,8,11) = 0.04526748971193415
- =BETADIST(5,-1,-2,4,7) = #ERROR