WorksheetFunction.ChiSq_Inv method (Excel)
Returns the inverse of the left-tailed probability of the chi-squared distribution.
Syntax
expression.ChiSq_Inv (Arg1, Arg2)
expression A variable that represents a WorksheetFunction object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Arg1 | Required | Double | Probability - A probability associated with the chi-squared distribution. |
Arg2 | Required | 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.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.