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)
this
(RangeX x, RangeY y)
struct
CorrelationAccumulator
(T, CorrelationAlgo correlationAlgo, Summation summation)
this
(
RangeX
RangeY
)
(
RangeX
x
,
RangeY
y
)
if
(
isInputRange
!
RangeX
&&
!
isConvertibleToSlice
!
RangeX
&&
isInputRange
!
RangeY
&&
!
isConvertibleToSlice
!
RangeY
)
if
(
isFloatingPoint
!
T
&&
isMutable
!
T
&&
correlationAlgo
==
CorrelationAlgo.hybrid
)
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