Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
Loading...
Searching...
No Matches
StatisticsTest Class Reference
+ Inheritance diagram for StatisticsTest:
+ Collaboration diagram for StatisticsTest:

Protected Attributes

std::vector< double > duplicate_data = {1.0, 2.0, 2.0, 3.0, 4.0}
 
std::vector< double > empty_data = {}
 
std::vector< double > test_data = {1.0, 2.0, 3.0, 4.0, 5.0}
 

Detailed Description

Definition at line 7 of file utils_test.cpp.

Member Data Documentation

◆ duplicate_data

std::vector<double> StatisticsTest::duplicate_data = {1.0, 2.0, 2.0, 3.0, 4.0}
protected

Definition at line 11 of file utils_test.cpp.

11{1.0, 2.0, 2.0, 3.0, 4.0};

◆ empty_data

std::vector<double> StatisticsTest::empty_data = {}
protected

Definition at line 10 of file utils_test.cpp.

10{};

◆ test_data

std::vector<double> StatisticsTest::test_data = {1.0, 2.0, 3.0, 4.0, 5.0}
protected

Definition at line 9 of file utils_test.cpp.

9{1.0, 2.0, 3.0, 4.0, 5.0};

The documentation for this class was generated from the following file: