Syntax

expression.ChiTest(Arg1, Arg2)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data Type Description
Arg1 Required Variant The range of data that contains observations to test against expected values.
Arg2 Required Variant The range of data that contains the ratio of the product of row totals and column totals to the grand total.

Return Value
Double

Remarks

ChiTest returns the value from the chi-squared (χ2) distribution for the statistic and the appropriate degrees of freedom. You can use χ2 tests to determine whether hypothesized results are verified by an experiment.


See also: