TSampleSetStatistics

[TSampleSetStatistics](API\Plugins\GeometricObjects\Sampling\TSampleSetStatistics) stores and calculates statistics for a scalar sample set, such as the range of values, mean, variance, etc.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Sampling/SampleSetStatistics.h

Include

#include "Sampling/SampleSetStatistics.h"

Syntax

template<typename RealType>
struct TSampleSetStatistics

Remarks

TSampleSetStatistics stores and calculates statistics for a scalar sample set, such as the range of values, mean, variance, etc.

Variables

Name Description

Public variable

int64

 

Count

Number of values used to compute statistics

Public variable

RealType

 

Mean

Mean / Average of values

Public variable

TInterval1< Rea...

 

Range

Range of values

Public variable

RealType

 

StandardDeviation

Standard Deviation of values

Functions

Name Description

Public function

void

 

AccumulateValue_FixedCount

(
    const RealType Value,
    FFixedCountData& DataInOut
)

Public function

FFixedCountD...

 

Begin_FixedCount

(
    int64 CountIn
)

Public function

void

 

CompleteSecondPass_FixedCount

(
    FFixedCountData& DataInOut
)

Public function

void

 

StartSecondPass_FixedCount

(
    FFixedCountData& DataInOut
)

Classes

Name

Description

Public struct

FFixedCountData

Two-pass construction for a sample set with known size.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss