#include <ChordStepDistributions.hpp>
|
RealType | draw (RandomNumberGenerator &randomNumberGenerator, RealType lowerLimit, RealType upperLimit) |
|
RealType | draw (RandomNumberGenerator &randomNumberGenerator, double m_sigma, RealType lowerLimit, RealType upperLimit) |
|
RealType | getStepSize () const |
|
void | setStepSize (RealType newStepSize) |
|
RealType | computeInverseNormalizationConstant (RealType m_sigma, RealType m_lowerBound, RealType m_upperBound) |
|
RealType | computeProbabilityDensity (RealType x, RealType m_sigma, RealType m_lowerBound, RealType m_upperBound) |
|
◆ computeInverseNormalizationConstant()
template<typename RealType = double>
RealType hops::GaussianStepDistribution< RealType >::computeInverseNormalizationConstant |
( |
RealType |
m_sigma, |
|
|
RealType |
m_lowerBound, |
|
|
RealType |
m_upperBound |
|
) |
| |
|
inline |
◆ computeProbabilityDensity()
template<typename RealType = double>
RealType hops::GaussianStepDistribution< RealType >::computeProbabilityDensity |
( |
RealType |
x, |
|
|
RealType |
m_sigma, |
|
|
RealType |
m_lowerBound, |
|
|
RealType |
m_upperBound |
|
) |
| |
|
inline |
◆ draw() [1/2]
template<typename RealType = double>
◆ draw() [2/2]
template<typename RealType = double>
◆ getStepSize()
template<typename RealType = double>
◆ setStepSize()
template<typename RealType = double>
The documentation for this class was generated from the following file: