mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Add stats include tests
This commit is contained in:
9
test/compile_test/stats_anderson_darling_inc_test.cpp
Normal file
9
test/compile_test/stats_anderson_darling_inc_test.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright Matt Borland 2021.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// Basic sanity check that header
|
||||
// #includes all the files that it needs to.
|
||||
//
|
||||
#include <boost/math/statistics/anderson_darling.hpp>
|
||||
9
test/compile_test/stats_bivariate_inc_test.cpp
Normal file
9
test/compile_test/stats_bivariate_inc_test.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright Matt Borland 2021.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// Basic sanity check that header
|
||||
// #includes all the files that it needs to.
|
||||
//
|
||||
#include <boost/math/statistics/bivariate_statistics.hpp>
|
||||
9
test/compile_test/stats_linear_regression_inc_test.cpp
Normal file
9
test/compile_test/stats_linear_regression_inc_test.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright Matt Borland 2021.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// Basic sanity check that header
|
||||
// #includes all the files that it needs to.
|
||||
//
|
||||
#include <boost/math/statistics/linear_regression.hpp>
|
||||
9
test/compile_test/stats_ljung_box_inc_test.cpp
Normal file
9
test/compile_test/stats_ljung_box_inc_test.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright Matt Borland 2021.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// Basic sanity check that header
|
||||
// #includes all the files that it needs to.
|
||||
//
|
||||
#include <boost/math/statistics/ljung_box.hpp>
|
||||
9
test/compile_test/stats_runs_test_inc_test.cpp
Normal file
9
test/compile_test/stats_runs_test_inc_test.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright Matt Borland 2021.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// Basic sanity check that header
|
||||
// #includes all the files that it needs to.
|
||||
//
|
||||
#include <boost/math/statistics/runs_test.hpp>
|
||||
9
test/compile_test/stats_signal_statistics_inc_test.cpp
Normal file
9
test/compile_test/stats_signal_statistics_inc_test.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright Matt Borland 2021.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// Basic sanity check that header
|
||||
// #includes all the files that it needs to.
|
||||
//
|
||||
#include <boost/math/statistics/signal_statistics.hpp>
|
||||
9
test/compile_test/stats_t_test_inc_test.cpp
Normal file
9
test/compile_test/stats_t_test_inc_test.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright Matt Borland 2021.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// Basic sanity check that header
|
||||
// #includes all the files that it needs to.
|
||||
//
|
||||
#include <boost/math/statistics/t_test.hpp>
|
||||
9
test/compile_test/stats_univariate_inc_test.cpp
Normal file
9
test/compile_test/stats_univariate_inc_test.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright Matt Borland 2021.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// Basic sanity check that header
|
||||
// #includes all the files that it needs to.
|
||||
//
|
||||
#include <boost/math/statistics/univariate_statistics.hpp>
|
||||
9
test/compile_test/stats_z_test_inc_test.cpp
Normal file
9
test/compile_test/stats_z_test_inc_test.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright Matt Borland 2021.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// Basic sanity check that header
|
||||
// #includes all the files that it needs to.
|
||||
//
|
||||
#include <boost/math/statistics/z_test.hpp>
|
||||
@@ -23,9 +23,7 @@ inline void check_result_imp(double, double){}
|
||||
inline void check_result_imp(long double, long double){}
|
||||
inline void check_result_imp(int, int){}
|
||||
inline void check_result_imp(long, long){}
|
||||
#ifdef BOOST_HAS_LONG_LONG
|
||||
inline void check_result_imp(boost::long_long_type, boost::long_long_type){}
|
||||
#endif
|
||||
inline void check_result_imp(long long, long long){}
|
||||
inline void check_result_imp(bool, bool){}
|
||||
|
||||
//
|
||||
@@ -78,9 +76,7 @@ union max_align_type
|
||||
long l;
|
||||
double d;
|
||||
long double ld;
|
||||
#ifdef BOOST_HAS_LONG_LONG
|
||||
long long ll;
|
||||
#endif
|
||||
};
|
||||
|
||||
template <class Distribution>
|
||||
|
||||
Reference in New Issue
Block a user