Loading...
Searching...
No Matches
MboActivityAccumulationCalculator.cs File Reference

Classes

struct  ATAS.DataFeedsCore.MboActivityAccumulationState
 Mutable accumulation state shared by MboActivityAccumulationCalculator and MboActivityAccumulationSession. Captures everything the per-mode kernels carry between samples, so a computation can be suspended at any sample boundary and resumed later with bit-identical results.
 
class  ATAS.DataFeedsCore.MboActivityAccumulationCalculator
 

Namespaces

namespace  ATAS
 
namespace  ATAS.DataFeedsCore
 

Enumerations

enum  ATAS.DataFeedsCore.MboActivityAccumulationMode {
  ATAS.DataFeedsCore.ExponentialHalfLife , ATAS.DataFeedsCore.TotalSum , ATAS.DataFeedsCore.ResetEveryInterval , ATAS.DataFeedsCore.SlidingWindow ,
  ATAS.DataFeedsCore.SameSideSum
}