Deedle


Moments

Namespace: Deedle
Parent Module: StatsInternal

Represents the moments as calculated during online processing (nobs is the count, sum is the sum, M1 to M4 are moments)

Record Fields

Record FieldDescription
M1
Signature: float
M2
Signature: float
M3
Signature: float
M4
Signature: float
nobs
Signature: float
sum
Signature: float
Fork me on GitHub