17template<
typename RealType>
61 Data.CountDivide = 1.0 / (RealType)
Count;
101template<
typename RealType>
148 template<
typename EnumerableType>
#define check(expr)
Definition AssertionMacros.h:314
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
static RealType Sqrt(const RealType Value)
Definition MathUtil.h:342
TSampleSetStatistics< double > FSampleSetStatisticsd
Definition SampleSetStatistics.h:94
TSampleSetStatistics< float > FSampleSetStatisticsf
Definition SampleSetStatistics.h:93
Definition AdvancedWidgetsModule.cpp:13
U16 Index
Definition radfft.cpp:71
static TInterval1< RealType > Empty()
Definition BoxTypes.h:34
Definition SampleSetStatistics.h:103
void StartSecondPass_FixedCount()
Definition SampleSetStatistics.h:126
int32 NumStatistics
Definition SampleSetStatistics.h:104
TArray< typename TSampleSetStatistics< RealType >::FFixedCountData > FixedCountBuildData
Definition SampleSetStatistics.h:106
void ComputeMultiPass(int64 Count, const EnumerableType &MultiEnumerableType)
Definition SampleSetStatistics.h:149
TArray< TSampleSetStatistics< RealType > > Statistics
Definition SampleSetStatistics.h:105
const TSampleSetStatistics< RealType > & operator[](int32 Index) const
Definition SampleSetStatistics.h:116
void Begin_FixedCount(int64 Count)
Definition SampleSetStatistics.h:118
void AccumulateValue_FixedCount(int32 StatisticIndex, const RealType Value)
Definition SampleSetStatistics.h:142
void CompleteSecondPass_FixedCount()
Definition SampleSetStatistics.h:134
TSampleSetStatisticBuilder(int32 NumStatisticsIn=1)
Definition SampleSetStatistics.h:109
Definition SampleSetStatistics.h:48
RealType CountDivide
Definition SampleSetStatistics.h:50
int32 PassNum
Definition SampleSetStatistics.h:49
Definition SampleSetStatistics.h:19
TInterval1< RealType > Range
Definition SampleSetStatistics.h:24
int64 Count
Definition SampleSetStatistics.h:21
void AccumulateValue_FixedCount(const RealType Value, FFixedCountData &DataInOut)
Definition SampleSetStatistics.h:78
void CompleteSecondPass_FixedCount(FFixedCountData &DataInOut)
Definition SampleSetStatistics.h:73
RealType StandardDeviation
Definition SampleSetStatistics.h:30
FFixedCountData Begin_FixedCount(int64 CountIn)
Definition SampleSetStatistics.h:53
RealType Mean
Definition SampleSetStatistics.h:27
void StartSecondPass_FixedCount(FFixedCountData &DataInOut)
Definition SampleSetStatistics.h:66