The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CorrelationAccumulator.put
mir
stat
descriptive
multivariate
CorrelationAccumulator
void
put
(RangeX x, RangeY y)
void
put
(T x, T y)
struct
CorrelationAccumulator
(T, CorrelationAlgo correlationAlgo, Summation summation)
void
put
()
(
T
x
,
T
y
)
if
(
isFloatingPoint
!
T
&&
isMutable
!
T
&&
correlationAlgo
==
CorrelationAlgo.hybrid
)
void
put
(CorrelationAccumulator!(U, covAlgo, sumAlgo) v)
Meta
Source
See Implementation
mir
stat
descriptive
multivariate
CorrelationAccumulator
aliases
S
constructors
this
functions
centeredSumOfProducts
centeredSumOfSquaresLeft
centeredSumOfSquaresRight
correlation
count
covariance
meanLeft
meanRight
put
sumLeft
sumRight
variables
centeredSummatorOfProducts
centeredSummatorOfSquaresLeft
centeredSummatorOfSquaresRight
summatorLeft
summatorRight