From professional translators, enterprises, web pages and freely available translation repositories.
@function=chidist @syntax=chidist(x,dof) @description=chidist function returns the one-tailed probability of the chi-squared distribution. @dof is the number of degrees of freedom. * if @dof is non-integer it is truncated. * if @dof < 1 chidist returns #num! error. * this function is excel compatible. @examples= chidist(5.3,2) equals 0.070651213. @seealso=chiinv,chitest
@function=chidist @syntax=chidist(x;vrij) @description=chidist geeft de enkelstaarts waarschijnlijkheid van de chi-kwadraat distributie. @vrij is aantal vrijheidsgraden. * als @vrij geen geheel getal is wordt deze afgekapt. * als @vrij < 1 geeft chidist een #getal! foutmelding. * deze functie is compatibel met excel. @examples= chidist(5,3;2) is 0,070651213 @seealso=chiinv,chitest