Ask a Question | Search PSRCHIVE: |
Home
|
ProfileCovariance.h 74 }
double wt_sum2 Sum of squard weights. Definition: ProfileCovariance.h:77 unsigned count The count of profiles used to estimate the covariance matrix. Definition: ProfileCovariance.h:71 virtual void set_count(unsigned)=0 Set the count of profiles used to estimate the covariance matrix. virtual std::string get_name() const =0 Return a copy constructed from instance of self. ProfileCovariance() Default constructor initializes the following attributes to nil. Definition: ProfileCovariance.C:11 bool finalized Has the covariance matrix. Definition: ProfileCovariance.h:65 virtual void set_rank(unsigned)=0 Set the rank of covariance matrix. virtual void eigen()=0 Perform eigen decomposition of covariance matrix. virtual unsigned get_count()=0 Get the count of profiles used to estimate the covariance matrix. unsigned rank Rank of the covariance matrix. Definition: ProfileCovariance.h:68 virtual void add_Profile(const Profile *)=0 Adds the given Profile to the covariance matrix estimate. virtual void finalize()=0 Compute the covariance matrix after all the profiles were added. Generated using doxygen 1.8.17
|