Residuals

Forward Range for holding the residuals from a regression analysis.

Constructors

this
this(F[] betas, U Y, R X)
Undocumented in source.

Members

Aliases

R
alias R = T[0]
Undocumented in source.
R
alias R = T
Undocumented in source.
XType
alias XType = typeof(array(R.init))
Undocumented in source.
XType
alias XType = staticMap!(Unqual, R)
Undocumented in source.

Functions

nextResidual
void nextResidual()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
double front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
typeof(this) save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

X
XType X;
Undocumented in source.
Y
Unqual!U Y;
Undocumented in source.
_empty
bool _empty;
Undocumented in source.
betas
F[] betas;
Undocumented in source.
needDup
enum bool needDup;
Undocumented in source.
needDup
enum bool needDup;
Undocumented in source.
residual
double residual;
Undocumented in source.

Meta