#include "testPredCtrl.hpp"
#include "ar_controller.hpp"
#include <random>
#include <cmath>
#include <vector>
#include <algorithm>
#include <numeric>
#include <chrono>
Go to the source code of this file.
|
double | variance (double data[], int size, int num_skip=0) |
|
double | standard_dev (double data[], int size, int num_skip=0) |
|
void | write_to_file (std::string filename, double data[], int size) |
|
int | main (int argc, char **argv) |
|
◆ EIGEN_DONT_PARALLELIZE
#define EIGEN_DONT_PARALLELIZE |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ standard_dev()
double standard_dev |
( |
double |
data[], |
|
|
int |
size, |
|
|
int |
num_skip = 0 |
|
) |
| |
◆ variance()
double variance |
( |
double |
data[], |
|
|
int |
size, |
|
|
int |
num_skip = 0 |
|
) |
| |
◆ write_to_file()
void write_to_file |
( |
std::string |
filename, |
|
|
double |
data[], |
|
|
int |
size |
|
) |
| |