|
libfbm
0.3
Simulation of multi-dimensional stationary Gaussian processes and fractional Brownian motion.
|
Class for testing the covariance of generated fields. More...
#include <libfbm.hpp>
Public Member Functions | |
| void | test (SGPContext &context, size_t printInterval=1) |
| Run an infinite test. | |
Class for testing the covariance of generated fields.
Note that in case of FBMSteinContext you should disable post-processing. This basically generates fields, directly calculates covariances and then compares them to the cov() function provided by the context.
Definition at line 913 of file libfbm.hpp.
| void libfbm::SGPTester::test | ( | SGPContext & | context, |
| size_t | printInterval = 1 |
||
| ) |
Run an infinite test.
Print status after every printInterval generation.
1.8.1