BioloMICS logo
×
BioloMICS menu

CHISQ.DIST

 
Category: Statistical Function.
 
Description: The chi-squared distribution is commonly used to study variation in the percentage of something across samples, such as the fraction of the day people spend surfing the web.
 
Syntax: CHISQ.DIST(x,deg_freedom,cumulative)1, [criteria_range2, criteria2], etc.)
 
The CHISQ.DIST function syntax has the following arguments:
 
X: Required. The value at which you want to evaluate the distribution.
 
Deg_freedom: Required. The number of degrees of freedom.
 
Cumulative: Required. A logical value that determines the form of the function. If cumulative is TRUE, CHISQ.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.