|
Jpp
16.0.0
the software that should make you happy
|
Gauss function object. More...
#include <JGauss.hh>
Public Types | |
| typedef double JGauss::* | parameter_type |
| Type definition of fit parameter. More... | |
Public Member Functions | |
| JGauss () | |
| Default constructor. More... | |
| JGauss (const JGauss_t &gauss) | |
| Copy constructor. More... | |
| JGauss (const double mean, const double sigma, const double signal, const double background=0.0) | |
| Constructor. More... | |
| double | getValue (const double x) const |
| Function value. More... | |
| double | getDerivative (const double x) const |
| Derivative value. More... | |
| double | operator() (const double x) const |
| Function value. More... | |
| JGauss_t | getGradient (const double x) const |
| Get gradient. More... | |
| bool | equals (const JGauss_t &gauss, const double eps=std::numeric_limits< double >::min()) const |
| Equality. More... | |
| JGauss_t & | add (const JGauss_t &gauss) |
| Add gauss. More... | |
| JGauss_t & | sub (const JGauss_t &gauss) |
| Subtract gauss. More... | |
| JGauss_t & | mul (const double factor) |
| Scale gauss. More... | |
| JGauss_t & | mul (const JNullType &object) |
| Multiply with object. More... | |
Public Attributes | |
| double | mean |
| double | sigma |
| double | signal |
| double | background |
Private Member Functions | |
| double | get_signal (const double u) const |
| Get signal. More... | |
Gauss function object.
Evaluates function, derivative and gradient values.
| typedef double JGauss::* JMATH::JGauss::parameter_type |
|
inline |
|
inline |
|
inline |
Function value.
| x | abscissa value |
Definition at line 222 of file JGauss.hh.
|
inline |
Derivative value.
| x | abscissa value |
Definition at line 236 of file JGauss.hh.
|
inline |
Function value.
| x | abscissa value |
Definition at line 250 of file JGauss.hh.
|
inline |
Get gradient.
| x | abscissa value |
Definition at line 262 of file JGauss.hh.
|
inlineprivate |
Get signal.
| u | value |
Definition at line 284 of file JGauss.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Multiply with object.
| object | object |
Definition at line 357 of file JMath.hh.
1.8.5