Ask a Question | Search PSRCHIVE: |
Home
|
GaussianBaseline.h 111 }
GaussianBaseline * clone() const Return a copy constructed instance of self. Definition: GaussianBaseline.C:28 float get_variance_correction() const Get the variance correction factor. Definition: GaussianBaseline.h:90 void set_bins(float) Set the width of the smoothing window in phase bins. Definition: Smooth.C:39 double eval(double x) float moment_correction Adjustment when computing variance of samples below threshold. Definition: GaussianBaseline.h:111 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition: GaussianBaseline.C:201 GaussianBaseline() Default constructor. Definition: GaussianBaseline.C:22 float last_mean Last mean computed during get_bounds. Definition: GaussianBaseline.h:114 void set_threshold(float sigma) Set the threshold below which samples are included in the baseline. Definition: GaussianBaseline.C:39 Reference::To< const Profile, false > profile The Profile from which the PhaseWeight will be derived. Definition: ProfileWeightFunction.h:61 Adaptively computes the baseline, assuming normally distributed noise. Definition: GaussianBaseline.h:70 virtual double moment2(double x1, double x2) void set_smoothing(unsigned) Set the smoothing factor used during post processing. Definition: GaussianBaseline.C:33 void init(const std::vector< double > &x, const std::vector< double > &y) void get_bounds(PhaseWeight *weight, float &lower, float &upper) Derived classes must define the bounds. Definition: GaussianBaseline.C:56 static std::string get_runtime() Return the name of the runtime directory. Definition: Config.C:120 float threshold The threshold below which samples are included in the baseline. Definition: IterativeBaseline.h:61 unsigned smooth_bins Smoothing factor used in postprocessing. Definition: GaussianBaseline.h:117 Generated using doxygen 1.8.17
|