Class MEAL::ComplexCorrelation

class ComplexCorrelation : public MEAL::Complex

A correlation coefficient on the unit disk in the complex plane.

Public Functions

ComplexCorrelation()

Default constructor.

inline void set_real(const Estimate<double> &x)

Set the real part.

inline Estimate<double> get_real() const

Get the real part.

inline void set_imag(const Estimate<double> &y)

Set the imaginary part.

inline Estimate<double> get_imag() const

Get the imaginary part.

inline void set(std::complex<double> &c)

Set the complex value.

inline virtual std::string get_name() const

Return the name of the class.