25#ifndef SCIMATH_POISSONPARAM_H
26#define SCIMATH_POISSONPARAM_H
29#include <casacore/casa/aips.h>
30#include <casacore/scimath/Functionals/Function.h>
31#include <casacore/casa/BasicSL/String.h>
118 static String x(
"poisson");
150#ifndef CASACORE_NO_AUTO_TEMPLATES
151#include <casacore/scimath/Functionals/PoissonParam.tcc>
FunctionParam< T > param_p
The parameters and masks.
uInt nparameters() const
Returns the number of parameters.
PoissonParam< T > & operator=(const PoissonParam< T > &other)
Copy assignment (deep copy)
void setLambda(const T &lambda)
PoissonParam()
Constructs the Poisson, Defaults: lambda=1.
T lambda() const
Get or set lambda.
void setHeight(const T &height)
PoissonParam(const PoissonParam< W > &other)
virtual ~PoissonParam()
Destructor.
PoissonParam(const PoissonParam< T > &other)
Copy constructor (deep copy)
virtual const String & name() const
Give name of function.
PoissonParam(const T &lambda)
virtual uInt ndim() const
Returns the number of dimensions of function.
PoissonParam(const T &lambda, const T &height)
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines