WorksheetFunction.ChiSq_Inv Method (Excel)
Returns the inverse of the left-tailed probability of the chi-squared distribution.
Version Information
추가된 버전: Excel 2010
Syntax
식 .ChiSq_Inv(Arg1, Arg2)
식 A variable that represents a WorksheetFunction object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Arg1 |
필수 |
Double |
Probability - A probability associated with the chi-squared distribution. |
Arg2 |
필수 |
Double |
Deg_freedom - The number of degrees of freedom. |
Return Value
Double
Remarks
If any argument is nonnumeric, CHISQ_INV returns the #VALUE! error value.
If probability < 0 or probability > 1, CHISQ_INV returns the #NUM! error value.
If deg_freedom is not an integer, it is truncated.