Residuals

Forward Range for holding the residuals from a regression analysis.

struct Residuals (
F
U
T...
) {
enum bool needDup;
enum bool needDup;
Unqual!U Y;
XType X;
F[] betas;
double residual;
bool _empty;
}

Meta