The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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
Combine two PearsonCor's.