Deedle


Sums

Namespace: Deedle
Parent Module: StatsInternal

When calculating moments, this record is used to keep track of the count (nobs), sum of values (sum), sum of squares (sum2), sum of values to the power of 3 and 3 (sum3 and sum4)

Record Fields

Record FieldDescription
nobs
Signature: float
sum
Signature: float
sump2
Signature: float
sump3
Signature: float
sump4
Signature: float
Fork me on GitHub