The chisquare distribution function
F = pchisq(x,d)
real
degree of freedom (x,d can be scalar or matrix with common size)
for each element of x, F=Prob(X<=x) where X is a chisquare random variable with d degrees of freedom
The chisquare distribution function