WEIBULL function - The function returns the Weibull distribution in Excel
The following article details how to use the WEIBULL function, the function returns the Weibull distribution.
Description : The function performs calculations 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.
Syntax : WEIBULL (x, alpha, beta, cumulative) .
Inside:
- x : Value used to evaluate the function, is a required parameter.
- alpha : A parameter to the distribution, is a required parameter.
- beta : A parameter to the distribution, a required parameter.
- cumulative : Logical value to determine the form of the function, is a required parameter. Cumulative has the following 2 values:
+ cumulative = True -> calculates the Weibull cumulative distribution function.
+ cumulative = False -> perform calculation of the distribution function of the Weibull probability density function.
Attention:
- Case 1 of 3 parameters x , alpha , beta are not numbers -> function returns the error value #VALUE !
- x <0 -> function returns the #NUM! error value
- If alpha ≤ 0 or beta ≤ 0 -> the function returns the #NUM! Error value
- When alpha = 1 function returns exponential distribution with:
- Weibull cumulative distribution function equation:
- Weibull probability density function equation:
For example:
Calculate the Weibull distribution when knowing the following parameters:
1. Calculate the Weibull cumulative distribution function value with the value that determines the function = TRUE
In the cell to calculate enter the formula: = WEIBULL (D6, D7, D8, D9) .
Press Enter -> the cumulative distribution function value WEIBULL is:
2. Calculate the value of the Weibull probability density function with the value that determines the function = FALSE
In the cell to calculate enter the formula: = WEIBULL (D6, D7, D8, E9) .
Press Enter -> Weibull probability density function value is:
Above is how to use the Weibull function and the notes while using. Hope to help you.
Good luck!
You should read it
- GAMMA.DIST function - The function returns the gamma distribution in Excel
- POISSON function - The function returns the Poisson distribution in Excel
- CHIDIST function - Function returns the right end probability of the distribution when squared in Excel
- PHI function - The function returns the value of the density function for a normal distribution in Excel
- BETA.DIST function - The function returns the Beta distribution in Excel
- BETA.INV function - The function returns the inverse of the cumulative distribution function for a specified beta distribution in Excel
- LOGNORM.INV function - The function returns the inverse of the logarithmic distribution of x in Excel
- T.INV function - The function returns the inverse value of the Student t distribution in Excel
May be interested
- DAYS360 function - The function finds the number of days between two dates based on a 360-day year in Excelthe days360 function is used to calculate days based on a year of only 360 days. the function is usually used to calculate payments if your accounting system is based on a 360-day year.
- Compare WEEKDAY and WEEKNUM functions in Excelthe following article helps you clearly distinguish the meaning and usage between 2 functions weekday and weeknum in excel.
- HOUR function - The function converts a serial number into an hour in Excelhour function: the function returns the hour value in the time value hour minute second or the date value containing the hour.
- TINV function - The function returns the inverse of the Student's t-distribution in Exceltinv function: the tinv function supports the calculation of the inverse value of the student's t-distribution associated with the student's 2-t distribution in excel.
- YEAR - The function for the value is the year of a numeric expression in Excelyear: the function returns the year of any date value, the year value is an integer between 1900 and 9999.
- AVEDEV function - The function returns the average absolute deviation of data points from their midpoint in Excelavedev function: the function returns the average absolute deviation between a given data point and the average value of the population. the function is a measure of the variability of a dataset