39#ifndef WEIGHTEDPHASELAGINDEX_H
40#define WEIGHTEDPHASELAGINDEX_H
46#include "../connectivity_global.h"
49#include "../connectivitysettings.h"
55#include <QSharedPointer>
72namespace CONNECTIVITYLIB {
90 typedef QSharedPointer<WeightedPhaseLagIndex>
SPtr;
91 typedef QSharedPointer<const WeightedPhaseLagIndex>
ConstSPtr;
124 QVector<QPair<int,Eigen::MatrixXcd> >& vecPairCsdSum,
125 QVector<QPair<int,Eigen::MatrixXd> >& vecPairCsdImagAbsSum,
130 const QPair<Eigen::MatrixXd, Eigen::VectorXd>& tapers);
#define CONNECTIVITYSHARED_EXPORT
AbstractMetric class declaration.
This class is a container for connectivity settings.
This class provides basic functionalities for all implemented metrics.
This class computes the phase lag index connectivity metric.
QSharedPointer< WeightedPhaseLagIndex > SPtr
QSharedPointer< const WeightedPhaseLagIndex > ConstSPtr
This class holds information about a network, can compute a distance table and provide network metric...