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
- 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
May be interested
- HYPGEOM.DIST - The function returns the hyperbolic distribution in Excelhypgeom.dist: the function returns the hyperinfection distribution, using this function for problems with finite sets of vowismooix observations whether or not they are successful. syntax: hypgeom.dist (sample_s, number_sample, population_s, number_pop, cumulative)
- CHISQ.DIST - Function returns the distribution when squared in Excelchisq.dist: the function returns the distribution when squared, and this value is often used to understand variations as a percentage of the samples. support function from excel 2010 version. syntax: chisq.dist (x, deg_freedom, cumulative)
- LOGNORM.DIST - Function returns the logarithmic distribution of x in Excellognorm.dist: the function returns the logarithmic distribution of x. where ln (x) is usually distributed with parameter mean and standard deviation. support functions from excel 2010 onwards. syntax: lognorm.dist (x, mean, standard_dev, cumulative)
- T.DIST - The function returns the Student t-distribution on the left in Excelt.dist: the function returns the student's t-distribution on the left. functions used in testing the hypothesis of small numbers of data sets. support functions from excel 2010 onwards. syntax: t.dist (x, deg_freedom, cumulative)
- NORM.S.DIST function - The function returns the normalized distribution with a mean of 0 and a standard deviation of 1 in Excelnorm.s.dist: the function returns the normalized distribution with a mean of 0 and a standard deviation of 1. use the function instead of a table containing standardized curve areas. support functions from excel 2010 onwards. syntax: norm.s.dist (z, cumulative)
- BINOM.DIST function - Function returns the probability of binomial distribution of individual terms in Excelbinom.dist function: the function returns the binomial distribution probability of an individual term. support functions from the excel 2010 version. syntax: binom.dist (number_s, trials, probability_s, cumulative)
- The EXPON.DIST function - The function returns the exponential distribution in Excelexpon.dist function: the function returns the exponential distribution, using this function to model the time of events. syntax: expon.dist (x, lambda, cumulative)
- NORM.DIST function - The function returns the normal distribution with the standard deviation and the mean value specified in Excelnorm.dist: the function returns the normal distribution with a standard deviation and a defined mean. functions widely used in hypothesis testing statistics. support functions from excel 2010 onwards. syntax: norm.dist (x, mean, standard_dev, cumulative)
- GAMMAINV function in Excel, how to use and examplesthe gammainv function in excel helps calculate the inverse value of the cumulative gamma distribution, which is used in statistics and data analysis. this article will guide you on how to use the gammainv function with specific illustrative examples.
- WEIBULL function - The function returns the Weibull distribution in Excelthe function performs the calculation and returns the weibull distribution. based on this distribution to analyze reliability in theory such as calculating the average life of the device or used in the field of meteorology, hydrology and weather forecast.