Variable RegressRes.residualError

The root mean square of the residuals.

struct RegressRes
{
  // ...
  double residualError ;
  // ...
}