IMP.bff
|
This is the complete list of members for DecayCurve, including all inherited members.
apply_simple_moving_average(int start, int stop, int n_window=5, bool normalize=false) | DecayCurve | |
DecayCurve(std::vector< double > x=std::vector< double >(), std::vector< double > y=std::vector< double >(), std::vector< double > ey=std::vector< double >(), double acquisition_time=std::numeric_limits< double >::max(), int noise_model=NOISE_POISSON, int size=-1) | DecayCurve | |
empty() | DecayCurve | |
get_acquisition_time() const | DecayCurve | |
get_average_dx() | DecayCurve | |
get_dx() | DecayCurve | |
get_ey() | DecayCurve | |
get_json() const | DecayCurve | |
get_shift() | DecayCurve | |
get_x() | DecayCurve | |
get_y() | DecayCurve | |
operator*(double v) const | DecayCurve | |
operator*(const DecayCurve &other) const | DecayCurve | |
operator*=(double v) | DecayCurve | |
operator+(double v) const | DecayCurve | |
operator+(const DecayCurve &other) const | DecayCurve | |
operator+=(double v) | DecayCurve | |
operator-(double v) const | DecayCurve | |
operator-(const DecayCurve &other) const | DecayCurve | |
operator-=(double v) | DecayCurve | |
operator/(double v) const | DecayCurve | |
operator/(const DecayCurve &other) const | DecayCurve | |
operator/=(double v) | DecayCurve | |
operator<<(double v) | DecayCurve | |
operator=(const DecayCurve &other) | DecayCurve | |
read_json(std::string json_string) | DecayCurve | |
resize(size_t n, double v=0.0, double dx=1.0) | DecayCurve | |
set_acquisition_time(double v) | DecayCurve | |
set_ey(std::vector< double > &v) | DecayCurve | |
set_ey(double *input, int n_input) | DecayCurve | |
set_shift(double v) | DecayCurve | |
set_x(const std::vector< double > &v) | DecayCurve | |
set_x(double *input, int n_input) | DecayCurve | |
set_y(std::vector< double > &v) | DecayCurve | |
set_y(double *input, int n_input) | DecayCurve | |
shift_array(double *input, int n_input, double shift) | DecayCurve | static |
size() const | DecayCurve | |
sum(int start=0, int stop=-1) | DecayCurve |