ChiDensity - script and chart function
ChiDensity() returns the one-tailed probability of the chi2 distribution. The chi2 density function is associated with a chi2 test.
Syntax:
ChiDensity(value, degrees_freedom)
Return data type: number
Argument | Description |
---|---|
value | The value at which you want to evaluate the distribution. The value must not be negative. |
degrees_freedom | A positive integer stating the number of numerator degrees of freedom. |