HypothesisTestData
HypothesisTestData[…] represents hypothesis test data such as generated by DistributionFitTest, AndersonDarlingTest, etc.
Examples
Get detailed hypothesis test data:
data = RandomVariate[NormalDistribution[], 100];
htd = DistributionFitTest[data, NormalDistribution[], "HypothesisTestData"];
htd["TestStatistic"]Something isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.