#include <Gaussian.h>
Public Member Functions | |
Gaussian (const Parameter &m, const Parameter &s) | |
Gaussian (std::shared_ptr< double > m, std::shared_ptr< double > s) | |
Gaussian (double m, double s) | |
double | operator() (double x) const |
Public Attributes | |
std::shared_ptr< double > | mean |
std::shared_ptr< double > | sigma |
Definition at line 11 of file Gaussian.h.
Definition at line 12 of file Gaussian.h.
|
inline |
Definition at line 13 of file Gaussian.h.
|
inline |
Definition at line 14 of file Gaussian.h.
|
inline |
Definition at line 15 of file Gaussian.h.
References funct::exp(), mean, funct::oneOverSqrtTwoPi, and sigma.
std::shared_ptr<double> funct::Gaussian::mean |
Definition at line 21 of file Gaussian.h.
Referenced by operator()().
std::shared_ptr<double> funct::Gaussian::sigma |
Definition at line 21 of file Gaussian.h.
Referenced by operator()().