Definition at line 78 of file old-FstatMetric.c.
Data Fields | |
DopplerMetricParams | meta |
"meta-info" describing/specifying the type of Doppler metric More... | |
gsl_matrix * | g_ij |
symmetric matrix holding the phase-metric, averaged over segments More... | |
gsl_matrix * | g_ij_seg |
the phase-metric for each segment, concatenated by column: [g_ij_1, g_ij_2, ...] More... | |
gsl_matrix * | gF_ij |
full F-statistic metric gF_ij, including antenna-pattern effects (see [20]) More... | |
gsl_matrix * | gFav_ij |
'average' Fstat-metric More... | |
gsl_matrix * | m1_ij |
gsl_matrix * | m2_ij |
gsl_matrix * | m3_ij |
Fstat-metric sub components. More... | |
gsl_matrix * | Fisher_ab |
Full 4+n dimensional Fisher matrix, ie amplitude + Doppler space. More... | |
double | maxrelerr_gPh |
estimate for largest relative error in phase-metric component integrations More... | |
double | maxrelerr_gF |
estimate for largest relative error in Fmetric component integrations More... | |
REAL8 | rho2 |
signal SNR rho^2 = A^mu M_mu_nu A^nu More... | |
DopplerMetricParams OldDopplerMetric::meta |
"meta-info" describing/specifying the type of Doppler metric
Definition at line 79 of file old-FstatMetric.c.
gsl_matrix * OldDopplerMetric::g_ij |
symmetric matrix holding the phase-metric, averaged over segments
Definition at line 81 of file old-FstatMetric.c.
gsl_matrix * OldDopplerMetric::g_ij_seg |
the phase-metric for each segment, concatenated by column: [g_ij_1, g_ij_2, ...]
Definition at line 82 of file old-FstatMetric.c.
gsl_matrix * OldDopplerMetric::gF_ij |
full F-statistic metric gF_ij, including antenna-pattern effects (see [20])
Definition at line 84 of file old-FstatMetric.c.
gsl_matrix * OldDopplerMetric::gFav_ij |
'average' Fstat-metric
Definition at line 85 of file old-FstatMetric.c.
gsl_matrix * OldDopplerMetric::m1_ij |
Definition at line 86 of file old-FstatMetric.c.
gsl_matrix * OldDopplerMetric::m2_ij |
Definition at line 86 of file old-FstatMetric.c.
gsl_matrix * OldDopplerMetric::m3_ij |
Fstat-metric sub components.
Definition at line 86 of file old-FstatMetric.c.
gsl_matrix * OldDopplerMetric::Fisher_ab |
Full 4+n dimensional Fisher matrix, ie amplitude + Doppler space.
Definition at line 88 of file old-FstatMetric.c.
double OldDopplerMetric::maxrelerr_gPh |
estimate for largest relative error in phase-metric component integrations
Definition at line 90 of file old-FstatMetric.c.
double OldDopplerMetric::maxrelerr_gF |
estimate for largest relative error in Fmetric component integrations
Definition at line 91 of file old-FstatMetric.c.
REAL8 OldDopplerMetric::rho2 |
signal SNR rho^2 = A^mu M_mu_nu A^nu
Definition at line 93 of file old-FstatMetric.c.