getChiSquare.F: getChiSquare.F
Description
calculates chis-square from the population minimum of the fit-function
Usage
getChiSquare.F(Fmin, n, df)
Arguments
Fmin
population minimum of the fit-function
Details
chi = (n-1)*F + df = ncp + df
note that F is the population minimum; using F_hat would give chi = (n-1)*F_hat