I was wondering if there's a function similar to MATLAB chi2gf(x) to determine the goodness of fit
if so , do I still need to calcualte the P-Value or it's the same thing ?
I was wondering if there's a function similar to MATLAB chi2gf(x) to determine the goodness of fit
if so , do I still need to calcualte the P-Value or it's the same thing ?
If you are familiar with scipy
then scipy.stats.chisquare
might be a good choice.