How to set degrees of freedom for PearsonChiSquareTest? I have this:
PearsonChiSquareTest[ex, NormalDistribution[0, Sigma], {"PValue", "DegreesOfFreedom", "ShortTestConclusion"}, SignificanceLevel -> 0.05] Return:
{2.95529*10^-11, 12, "Reject"} I need to set degrees of freedom to 4-5.
Sigma).PearsonChiSquareTestseems to do the binning automatically. You may have to construct a frequency histogram and then do a chi square test. Seems odd one cannot override the binning with an option. Perhaps someone else will know a way. $\endgroup$PearsonChiSquareTest)? $\endgroup$