DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
testStatisticalFunctions.hpp File Reference
#include <array>
#include <cmath>
#include <vector>
#include <common-utils/math.hpp>
#include <gtest/gtest.h>

Go to the source code of this file.

Functions

 GTEST_TEST (testStatisticalFunctions, orderOfMagnitudeIsCalculatedCorrectly)
 
 GTEST_TEST (testStatisticalFunctions, weCanEasilyApproximatePiToACetainDegreeOfAccurracy)
 
 GTEST_TEST (testStatisticalFunctions, averageCalculationsWorkOnARangeOfValuesInAGivenContainer)
 
 GTEST_TEST (testStatisticalFunctions, varianceCalculationsWorkOnARangeOfValuesInAGivenContainer)
 

Function Documentation

◆ GTEST_TEST() [1/4]

GTEST_TEST ( testStatisticalFunctions ,
orderOfMagnitudeIsCalculatedCorrectly  )

◆ GTEST_TEST() [2/4]

GTEST_TEST ( testStatisticalFunctions ,
weCanEasilyApproximatePiToACetainDegreeOfAccurracy  )

◆ GTEST_TEST() [3/4]

GTEST_TEST ( testStatisticalFunctions ,
averageCalculationsWorkOnARangeOfValuesInAGivenContainer  )

◆ GTEST_TEST() [4/4]

GTEST_TEST ( testStatisticalFunctions ,
varianceCalculationsWorkOnARangeOfValuesInAGivenContainer  )