Variable TestRes.testStat

The test statistic. What exactly this is is specific to the test.

struct TestRes
{
  // ...
  double testStat ;
  // ...
}