Syntax

expression.ChiDist(Arg1, Arg2)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data Type Description
Arg1 Required Double The value at which you want to evaluate the distribution.
Arg2 Required Double The number of degrees of freedom.

Return Value
Double

Remarks

The χ2 distribution is associated with a χ2 test. Use the χ2 test to compare observed and expected values.

For example, a genetic experiment might hypothesize that the next generation of plants will exhibit a certain set of colors. By comparing the observed results with the expected ones, you can decide whether your original hypothesis is valid.


See also: