28 #ifndef SCIMATH_GNOISEFUNCTION_H
29 #define SCIMATH_GNOISEFUNCTION_H
130 #ifndef CASACORE_NO_AUTO_TEMPLATES
131 #include <casacore/scimath/Functionals/GNoiseFunction.tcc>
132 #endif //# CASACORE_NO_AUTO_TEMPLATES
A one dimensional normal distribution.
virtual T eval(typename Function< T >::FunctionArg x) const
Evaluate the GNoise at x.
A one dimensional normal distribution.
GNoiseFunction(const Double &mean, const Double &var)
GNoiseParam< T > & operator=(const GNoiseParam< T > &other)
Copy assignment (deep copy)
Numerical functional interface class.
GNoiseFunction< T > & operator=(const GNoiseFunction< T > &other)
Copy assignment (deep copy)
GNoiseFunction()
Constructs the GNoise, Defaults: mean=0, var=1.0.
virtual ~GNoiseFunction()
Destructor.
GNoiseFunction(const GNoiseFunction< W > &other)
LatticeExprNode mean(const LatticeExprNode &expr)
virtual Function< T > * clone() const
Return a copy of this object from the heap.
GNoiseFunction(const GNoiseFunction< T > &other)
Copy constructor (deep copy)