Class gauss_filter (o2scl)¶
-
template<class func_t = funct>
class gauss_filter¶ Apply a Gaussian filter to a function.
Public Functions
-
inline gauss_filter()¶
-
inline virtual ~gauss_filter()¶
-
inline void set_alpha(double alpha_new)¶
Set the window parameter.
-
inline void set_K(size_t K_new)¶
Set the number of points to use in the average.
If
n_new
is zero then the error handler will be called.
-
inline double operator()(double x)¶
Evaluate the function.
-
inline gauss_filter()¶