Ask a Question | Search PSRCHIVE: |
![]()
|
CompareWith.h void set_bscrunch(const ScrunchFactor &f) Compute covariance matrix from bscrunched clone of data. Definition CompareWith.h:115 void compute_mean(unsigned start_primary, unsigned nprimary) Compute the mean of the profiles to be compared. Definition CompareWith.C:947 bool get_setup() Return true if call to set_setup_data sets anything up. Definition CompareWith.h:122 Reference::To< BinaryStatistic > statistic Used to perform comparison. Definition CompareWith.h:33 void set_file(FILE *f) Set the file to which auxiliary data will be printed. Definition CompareWith.h:137 void(HasArchive::* primary)(Index) Pointer to the method used to loop over the primary dimension. Definition CompareWith.h:39 void set_compute_mask(const std::vector< bool > &flags) Flags for subset of primary axis to be computed. Definition CompareWith.h:131 void(HasArchive::* compare)(Index) Pointer to the method used to loop over the compare dimension. Definition CompareWith.h:43 bool is_setup Set true when setup has completed during set_setup_data. Definition CompareWith.h:64 virtual void setup(unsigned start_primary, unsigned nprimary=1) Perform an eigenanalysis and set up the generalized chi squared. Definition CompareWith.C:623 void get_residual(std::vector< double > &s, const std::vector< double > &mamps) Set amps to the residual after best fit of amps to mamps. Definition CompareWith.C:228 const ScrunchFactor get_bscrunch() const Get the phase bin scrunch factor. Definition CompareWith.h:118 ScrunchFactor bscrunch_factor Compute covariance matrix from bscrunched clone of data. Definition CompareWith.h:80 bool model_residual Compute the covariance matrix of the best-fit residual. Definition CompareWith.h:51 bool transpose Transpose indeces when computing results. Definition CompareWith.h:55 BinaryStatistics::ChiSquared chi Used to compute the residual. Definition CompareWith.h:93 Reference::To< Profile > temp After call to get_residual, also stores residual profile amplitudes. Definition CompareWith.h:90 virtual void compute(unsigned iprimary, ndArray< 2, double > &result)=0 Compute the comparison summary for primary dimension. std::vector< bool > compute_mask Flags for subset of sub-integrations to be computed. Definition CompareWith.h:99 void check() Check that necessary attributes have been set. Definition CompareWith.C:131 void set_setup_data(const Archive *) Use to compute the covariance matrix before an fscrunch or tscrunch. Definition CompareWith.C:83 FILE * fptr File to which auxiliary data will be printed. Definition CompareWith.h:102 bool setup_completed Set true when setup has completed. Definition CompareWith.h:61 void get_amps(std::vector< double > &s, const Profile *profile) Set amps to the normalized and bscrunched profile amplitudes. Definition CompareWith.C:187 bool compare_all Compare over both dimensions. Definition CompareWith.h:47 Manages a combined scrunch factor or target dimension. Definition ScrunchFactor.h:21 Generated using doxygen 1.14.0
|