The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Residuals
dstats
regress
Forward Range for holding the residuals from a regression analysis.
struct
Residuals (
F
U
T
...
) {
static if
(
T.length == 1 && isForwardRange!(ElementType!(T[0]))
)
enum
bool
needDup
;
static if
(!(
T.length == 1 && isForwardRange!(ElementType!(T[0]))
))
enum
bool
needDup
;
Unqual
!
U
Y
;
XType
X
;
F
[]
betas
;
double
residual
;
bool
_empty
;
}
Meta
Source
See Implementation
dstats
regress
classes
Loess1D
functions
linearRegress
linearRegressBeta
linearRegressBetaBuf
linearRegressPenalized
loess1D
logistic
logisticRegress
logisticRegressBeta
logisticRegressPenalized
polyFit
polyFitBeta
polyFitBetaBuf
powMap
residuals
structs
LogisticRes
PolyFitRes
PowMap
RegressRes
Residuals
Forward Range for holding the residuals from a regression analysis.