libfbm  0.3
Simulation of multi-dimensional stationary Gaussian processes and fractional Brownian motion.
 All Classes Namespaces Functions Variables Friends
Public Member Functions
libfbm::SGPTester Class Reference

Class for testing the covariance of generated fields. More...

#include <libfbm.hpp>

List of all members.

Public Member Functions

void test (SGPContext &context, size_t printInterval=1)
 Run an infinite test.

Detailed Description

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.


Member Function Documentation

void libfbm::SGPTester::test ( SGPContext context,
size_t  printInterval = 1 
)

Run an infinite test.

Print status after every printInterval generation.


The documentation for this class was generated from the following file: