CHISQ.DIST |
CHISQ.DIST(x, degrees_freedom, cumulative) |
Returns the probability of getting less than or equal to a particular value in a chi-squared distribution (left tailed). |
x | The number from the distribution. |
degrees_freedom | The number of degrees of freedom. |
cumulative | A logical value indicating the type of function to use: True = cumulative probability function (less than) False = probability density function (equal to) |
REMARKS |
* Added in Excel 2010. * The chi-squared distribution is a continuous distribution. * If "x" < 0, then #NUM! is returned. * If "x" is not numeric, then #VALUE! is returned. * If "degrees_freedom" is not numeric, then #VALUE! is returned. * If "cumulative" = True, then the area under the curve to the left of "x" is returned. This uses the cumulative probability function. * If "cumulative" = False, then the height of the curve at "x" is returned. This uses the probability density function. * You can use the SKEW function to return the skewness of a distribution. * You can use the KURT function to return the kurtosis of a distribution. * For the Microsoft documentation refer to support.microsoft.com |
|
© 2022 Better Solutions Limited. All Rights Reserved. © 2022 Better Solutions Limited Top