The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CorrelationAccumulator.this
mir
stat
descriptive
multivariate
CorrelationAccumulator
this
(T x, T y)
this
(Slice!(IteratorX, 1, kindX) x, Slice!(IteratorY, 1, kindY) y)
this
(SliceLikeX x, SliceLikeY y)
struct
CorrelationAccumulator
(T, CorrelationAlgo correlationAlgo, Summation summation)
this
(
SliceLikeX
SliceLikeY
)
(
SliceLikeX
x
,
SliceLikeY
y
)
if
(
isConvertibleToSlice
!
SliceLikeX
&&
!
isSlice
!
SliceLikeX
&&
isConvertibleToSlice
!
SliceLikeY
&&
!
isSlice
!
SliceLikeY
)
if
(
isFloatingPoint
!
T
&&
isMutable
!
T
&&
correlationAlgo
==
CorrelationAlgo.hybrid
)
this
(RangeX x, RangeY y)
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