| 158 | /** return the part before the exp() function */ |
| 159 | template <typename T> |
| 160 | double getLinearPart(const VectorT<T, Dim> &Error) const |
| 161 | { |
| 162 | return _Scaling; |
| 163 | } |
| 164 | |
| 165 | /** return the maximum value at the mode of the probability function*/ |
| 166 | double getMaximum() const |
no outgoing calls
no test coverage detected