#include "distributions.h"
#include "random_number.h"
#include "time_series.h"
Go to the source code of this file.
Namespaces | |
namespace | statistics |
Defines | |
#define | HYPOTHESIS_TESTS_H |
Functions | |
void | statistics::chi_squared (RandomNumber &rn, Distribution &dist, int bins, std::string file_name) |
double | statistics::covariance (RandomNumber &rn_1, RandomNumber &rn_2) |
Returns the correlaton between two random numbers. | |
double | statistics::correlation (RandomNumber &rn_1, RandomNumber &rn_2) |
Returns the correlaton between two random numbers. | |
double * | statistics::new_covariance_mat (vector< RandomNumber > &rv) |
Returns the correlaton between two random numbers. | |
double * | statistics::new_covariance_mat (vector< TimeSeries > &ts) |
Returns the correlaton between two random numbers. |
#define HYPOTHESIS_TESTS_H |