CHISQ.DIST - Function returns the distribution when squared in Excel

CHISQ.DIST: The function returns the distribution when squared, and this value is often used to understand variations as a percentage of the samples. Support function from Excel 2010 version. Syntax: CHISQ.DIST (x, deg_freedom, cumulative)

The following article introduces you to the CHISQ.DIST function - one of the functions in the statistical function group is very popular in Excel.

CHISQ.DIST - Function returns the distribution when squared in Excel Picture 1CHISQ.DIST - Function returns the distribution when squared in Excel Picture 1

Description: The function returns the distribution when squared, and this value is often used to understand variations as a percentage of the samples. Support function from Excel 2010 version.

Syntax: CHISQ.DIST (x, deg_freedom, cumulative)

Inside:

- x: Value to evaluate distribution.

- deg_freedom: Number of degrees of freedom.

- cumulative: The logical value that determines the form of the function, including:

+ cumulative = True -> returns the cumulative distribution function.

+ cumulative = False -> returns the probability density function.

Attention:

- If any value of the parameter is not numeric -> the function returns the error value #VALUE!

- If x <0 -> the function returns the #NUM! Error value

- If deg_freedom is not an integer -> it is truncated to an integer.

- If deg_freedom <1 or deg_freedom> 10 ^ 10 -> the function returns the #NUM! Error value

For example:

Calculate the distribution when the square returns the cumulative distribution function and the probability density function according to the data in the table below:

CHISQ.DIST - Function returns the distribution when squared in Excel Picture 2CHISQ.DIST - Function returns the distribution when squared in Excel Picture 2

- Calculate the distribution when the square returns the cumulative distribution function. In the cell to calculate enter the formula: = CHISQ.DIST (C6, C7, C8)

CHISQ.DIST - Function returns the distribution when squared in Excel Picture 3CHISQ.DIST - Function returns the distribution when squared in Excel Picture 3

- Press Enter -> distribution when the square returns as the cumulative distribution function is:

CHISQ.DIST - Function returns the distribution when squared in Excel Picture 4CHISQ.DIST - Function returns the distribution when squared in Excel Picture 4

- Calculate the distribution when the square returns the probability density function. In the cell to calculate enter the formula: = CHISQ.DIST (C6, C7, C9)

CHISQ.DIST - Function returns the distribution when squared in Excel Picture 5CHISQ.DIST - Function returns the distribution when squared in Excel Picture 5

- Press Enter -> distribution when the square returns as the probability density function is:

CHISQ.DIST - Function returns the distribution when squared in Excel Picture 6CHISQ.DIST - Function returns the distribution when squared in Excel Picture 6

Above are instructions and some specific examples when using the CHISQ.DIST function in Excel.

Good luck!

4 ★ | 1 Vote