WorksheetFunction.ChiSq_Inv(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the inverse of the left-tailed probability of the chi-squared distribution.
public:
double ChiSq_Inv(double Arg1, double Arg2);
public double ChiSq_Inv (double Arg1, double Arg2);
Public Function ChiSq_Inv (Arg1 As Double, Arg2 As Double) As Double
Parameters
- Arg1
- Double
Probability - A probability associated with the chi-squared distribution.
- Arg2
- Double
Deg_freedom - The number of degrees of freedom.
Returns
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.