BETADIST function - Cumulative distribution function Beta in Excel
The BETADIST function is used to calculate the probability distribution according to the Beta distribution, in which the Beta distribution is used to study the variation of samples as a percentage.
Syntax : BETADIST (x, alpha, beta, A, B) .
Inside:
- x : The value between the two values A and B, is the value used to determine the value of the function.
- alpha : A parameter of the distribution, is the required value.
- beta : As a parameter of distribution.
- A : As the lower bound of the range x, the default value is 0.
- B : Is the upper bound of the range x, the default value is 1.
Attention:
- All function arguments must be numbers, otherwise the function returns the #VALUE error value.
- Where alpha ≤ 0 or beta ≤ 0 => the function returns the #NUM! Error value
- If x B or A = B => the function returns the #NUM! Error value
- If omitting 2 parameters A and B, the function will use the normalized cumulative beta distribution with A = 0 and B = 1 .
For example :
Calculate the probability distribution value according to the Beta distribution with the parameters values in the following table:
Step 1: In the cell to calculate enter the formula = BETADIST (C6, C7, C8, C9, C10) .
Step 2 : Press Enter value of BETADIST function to be:
Above is how to use the BETADIST function and some notes when using.
Good luck!
You should read it
- BETA.INV function - The function returns the inverse of the cumulative distribution function for a specified beta distribution in Excel
- BETA.DIST function - The function returns the Beta distribution in Excel
- GAMMA.DIST function - The function returns the gamma distribution in Excel
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excel
- POISSON.DIST function - The function returns the Poisson distribution in Excel
- BINOM.INV function - The function returns the smallest value with cumulative binomial distribution greater or equal to the standard value in Excel
- GAMMA.INV function - The function returns the inverse of the gamma distribution in Excel
- NORMINV function - The function returns the inverse of the cumulative distribution in Excel
- NORMSDIST function - The function returns the normal cumulative distribution in Excel
- F.DIST - The function returns the probability distribution F in Excel
- HYPGEOM.DIST - The function returns the hyperbolic distribution in Excel
- CHISQ.DIST - Function returns the distribution when squared in Excel
Maybe you are interested
AMD has surpassed Intel in brand value
SQL way to count NULL and NOT NULL values in a column
Comparing Odroid-N2+ and Raspberry Pi 4: Which option offers better value?
How to receive free gifts from IObit with a total value of nearly 150,000 USD
Write a program to find duplicate values in Python
Write a program to check duplicate values in Python