Chaos::Utilities::GetVariance

Compute the variance of `Values_, given the average value of `Avg_.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Utilities.h

Include

#include "Chaos/Utilities.h"

Syntax

namespace Chaos
{
    namespace Utilities
    {
        template<class T, class TARRAY>
        T Chaos::Utilities::GetVariance
        (
            const TARRAY & Values,
            const T Avg
        )
    }
}

Remarks

Compute the variance of Values_, given the average value of Avg_.

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