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"]Please visit the official Wolfram Language Reference for more details.