dnumeric v0.5.2 (2018-09-11T12:28:28Z)
Dub
Repo
Linear
dnum
stats
Simple Linear Regression
struct
Linear {
double
slope
;
double
intercept
;
this
(Tensor X, Tensor Y);
Tensor
opCall
(Tensor x);
}
Constructors
this
this
(Tensor X, Tensor Y)
Undocumented in source.
Members
Functions
opCall
Tensor
opCall
(Tensor x)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
intercept
double
intercept
;
Undocumented in source.
slope
double
slope
;
Undocumented in source.
Meta
Source
See Implementation
dnum
stats
functions
cmean
cor
cov
csum
mean
psum
rmean
rsum
std
sum
var
structs
Linear
Simple Linear Regression