Go to the documentation of this file.
28 #ifndef SCIMATH_GNOISEPARAM_H
29 #define SCIMATH_GNOISEPARAM_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/scimath/Functionals/Function.h>
34 #include <casacore/casa/BasicMath/Random.h>
35 #include <casacore/casa/BasicSL/String.h>
127 #ifndef CASACORE_NO_AUTO_TEMPLATES
128 #include <casacore/scimath/Functionals/GNoiseParam.tcc>
129 #endif //# CASACORE_NO_AUTO_TEMPLATES
GNoiseParam(const GNoiseParam< T > &other)
Copy constructor (deep copy)
ACG genit_p
Random generator.
LatticeExprNode mean(const LatticeExprNode &expr)
virtual uInt ndim() const
Additive number generator.
A one dimensional normal distribution.
GNoiseParam< T > & operator=(const GNoiseParam< T > &other)
Copy assignment (deep copy)
virtual ~GNoiseParam()
Destructor.
this file contains all the compiler specific defines
virtual const String & name() const
Give name of function.
Numerical functional interface class.
GNoiseParam(const Double &mean, const Double &var)
GNoiseParam()
Constructs the GNoise, Defaults: mean=0, var=1.0.
String: the storage and methods of handling collections of characters.
Normal or Gaussian distribution.
Normal noise_p
Normal noise.