Struct Residuals

Forward Range for holding the residuals from a regression analysis.

struct Residuals(F, U, T...) ;

Constructors

NameDescription
this

Fields

NameTypeDescription
betas F[]
residual double
X XType
Y Unqual!U
_empty bool

Properties

NameTypeDescription
empty[get] bool
front[get] double
save[get] typeof(this)

Methods

NameDescription
nextResidual
popFront