| 
    Jpp
    18.5.2
    
   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=1.0, 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... | |
| const 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 (const double u) const | 
| Get ordinate value.  More... | |
Private Attributes | |
| JGauss_t | gradient | 
Gauss function object.
Evaluates function, derivative and gradient values.
| typedef double JGauss::* JMATH::JGauss::parameter_type | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Function value.
| x | abscissa value | 
Definition at line 250 of file JGauss.hh.
      
  | 
  inline | 
      
  | 
  inlineprivate | 
Get ordinate value.
| u | abscissa value | 
Definition at line 284 of file JGauss.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
 1.8.5