|
static size_t | get_instance_count () |
|
static void * | operator new (size_t size, void *ptr=0) |
|
static void | operator delete (void *location, void *ptr) |
|
static void | operator delete (void *location) |
|
static size_t | get_heap_queue_size () |
|
virtual void | setup (unsigned start_primary, unsigned nprimary=1) |
| Perform an eigenanalysis and set up the generalized chi squared.
|
|
void | set (ndArray< 2, double > &result, unsigned iprimary, unsigned icompare, double value) |
|
void | check () |
| Check that necessary attributes have been set.
|
|
void | compute_mean (unsigned start_primary, unsigned nprimary) |
| Compute the mean of the profiles to be compared.
|
|
void | get_amps (std::vector< double > &s, const Profile *profile) |
| Set amps to the normalized and bscrunched profile amplitudes.
|
|
void | get_residual (std::vector< double > &s, const std::vector< double > &mamps) |
| Set amps to the residual after best fit of amps to mamps.
|
|
Handle * | __reference (bool active) const |
|
void | __dereference (bool auto_delete=true) const |
|
Reference::To< BinaryStatistic > | statistic |
| Used to perform comparison.
|
|
HasArchive * | data |
| Interface to the Archive.
|
|
void(HasArchive::* | primary )(Index) |
| Pointer to the method used to loop over the primary dimension.
|
|
unsigned | nprimary |
|
void(HasArchive::* | compare )(Index) |
| Pointer to the method used to loop over the compare dimension.
|
|
unsigned | ncompare |
|
bool | compare_all |
| Compare over both dimensions.
|
|
bool | model_residual |
| Compute the covariance matrix of the best-fit residual. More...
|
|
bool | use_null_space |
|
bool | transpose |
| Transpose indeces when computing results.
|
|
bool | setup_completed |
| Set true when setup has completed.
|
|
bool | is_setup |
| Set true when setup has completed during set_setup_data.
|
|
Reference::To< Profile > | mean |
|
Reference::To< TimeDomainCovariance > | covar |
|
ScrunchFactor | bscrunch_factor |
| Compute covariance matrix from bscrunched clone of data.
|
|
Reference::To< Profile > | temp |
| After call to get_residual, also stores residual profile amplitudes.
|
|
BinaryStatistics::ChiSquared | chi |
| Used to compute the residual.
|
|
std::vector< bool > | compute_mask |
| Flags for subset of sub-integrations to be computed.
|
|
FILE * | fptr |
| File to which auxiliary data will be printed.
|
|
Summarizes a comparison of each Profile with every other Profile.
Uses a BinaryStatistic to compare a profile with every other Profile along the dimension defined by the compare method. Uses a UnaryStatistic to summarize the results. Loops over all profiles along the dimenion defined by the primary method.