R.DCHISQ

R.DCHISQ probability density function of the chi-square distribution

Synopsis

R.DCHISQ(x,df,give_log)

Arguments

x: observation

df: the number of degrees of freedom of the distribution

give_log: if true, log of the result will be returned instead

Description

This function returns the probability density function of the chi-square distribution.

OpenDocument Format (ODF) Compatibility

A two argument invocation R.DCHISQ(x,df) is exported to OpenFormula as CHISQDIST(x,df,FALSE()).

See also

R.PCHISQ, R.QCHISQ.