ALPSCore reference
alps::alea::elliptic_var Struct Reference

#include <var_strategy.hpp>

Collaboration diagram for alps::alea::elliptic_var:
Collaboration graph

Detailed Description

Error ellipse in the complex plane.

Given a complex sample mean xbar, estimate the covariance matrix between real and imaginary part (the covariance of the vector elements of xbar is unaffected) and stores it as complex_op xerror. This is equivalent to defining an error ellipse satisfying:

Q(r, i) = xerror.rere() * r * r + 2 * xerror.reim() * r * i
          + xerror.imim() * i * i + xbar.real() * r + xbar.imag() * i,

where roughly two thirds of the values shall fall into. The error in the real case is defined in the usual sense.

These error ellipses can be useful when analyzing the real and imaginary part seperately. However, care has to be taken not to throw away errors "hidden" in the cross-correlation between real and imaginary part.

Definition at line 58 of file var_strategy.hpp.


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