Variable RegressRes.p

The P-value for the alternative that the corresponding beta value is different from zero against the null that it is equal to zero.

struct RegressRes
{
  // ...
  double[] p ;
  // ...
}