dstats ~updates (2021-12-23T10:07:51.5287763)
Dub
Repo
PearsonCor.put
dstats
cor
PearsonCor
Combine two PearsonCor's.
void
put
(double elem1, double elem2)
void
put
(typeof(this) rhs)
struct
PearsonCor
nothrow @
safe
void
put
(
const
ref
typeof
(this)
rhs
)
double
_k
;
double
_mean1
;
double
_mean2
;
double
_var1
;
double
_var2
;
double
_cov
;
Meta
Source
See Implementation
dstats
cor
PearsonCor
functions
put
properties
N
cor
cov
mean1
mean2
stdev1
stdev2
var1
var2
variables
_cov
_k
_mean1
_mean2
_var1
_var2
Combine two PearsonCor's.