|
statcpp
C++17 Header-Only Statistics Library
|
Main header file for the statcpp library. More...
#include "statcpp/basic_statistics.hpp"#include "statcpp/order_statistics.hpp"#include "statcpp/dispersion_spread.hpp"#include "statcpp/shape_of_distribution.hpp"#include "statcpp/correlation_covariance.hpp"#include "statcpp/frequency_distribution.hpp"#include "statcpp/special_functions.hpp"#include "statcpp/random_engine.hpp"#include "statcpp/continuous_distributions.hpp"#include "statcpp/discrete_distributions.hpp"#include "statcpp/estimation.hpp"#include "statcpp/parametric_tests.hpp"#include "statcpp/nonparametric_tests.hpp"#include "statcpp/effect_size.hpp"#include "statcpp/resampling.hpp"#include "statcpp/linear_regression.hpp"#include "statcpp/anova.hpp"#include "statcpp/glm.hpp"#include "statcpp/model_selection.hpp"#include "statcpp/distance_metrics.hpp"#include "statcpp/multivariate.hpp"#include "statcpp/clustering.hpp"#include "statcpp/time_series.hpp"#include "statcpp/categorical.hpp"#include "statcpp/survival.hpp"#include "statcpp/robust.hpp"#include "statcpp/power_analysis.hpp"#include "statcpp/data_wrangling.hpp"#include "statcpp/missing_data.hpp"#include "statcpp/numerical_utils.hpp"Go to the source code of this file.
Main header file for the statcpp library.
An integrated header that includes all modules of the statistical analysis library. Including this file provides access to all statistical functionality.
Definition in file statcpp.hpp.