|
template<typename StateType , typename MatrixType > |
double | hops::computeExpectedSquaredJumpDistance (const std::vector< StateType > &draws, unsigned long numUnseen, double esjdSeen, unsigned long numSeen, const MatrixType &sqrtCovariance) |
|
template<typename StateType , typename MatrixType > |
double | hops::computeExpectedSquaredJumpDistance (const std::vector< StateType > &draws, const MatrixType &sqrtCovariance) |
|
template<typename StateType , typename MatrixType > |
double | hops::computeExpectedSquaredJumpDistance (const std::vector< StateType > &draws) |
|
template<typename StateType , typename MatrixType > |
std::vector< double > | hops::computeExpectedSquaredJumpDistance (const std::vector< std::vector< StateType >> &chains, unsigned long numUnseen, std::vector< double > esjdSeen, unsigned long numSeen, const MatrixType &sqrtCovariance) |
|
template<typename StateType , typename MatrixType > |
std::vector< double > | hops::computeExpectedSquaredJumpDistance (const std::vector< std::vector< StateType >> &chains, const MatrixType &sqrtCovariance) |
|
template<typename StateType , typename MatrixType > |
std::vector< double > | hops::computeExpectedSquaredJumpDistance (const std::vector< std::vector< StateType >> &chains) |
|
template<typename StateType , typename MatrixType > |
std::vector< double > | hops::computeExpectedSquaredJumpDistance (const std::vector< const std::vector< StateType > * > &chains, unsigned long numUnseen, std::vector< double > esjdSeen, unsigned long numSeen, const MatrixType &sqrtCovariance) |
|
template<typename StateType , typename MatrixType > |
std::vector< double > | hops::computeExpectedSquaredJumpDistance (const std::vector< const std::vector< StateType > * > &chains, const MatrixType &sqrtCovariance) |
|
template<typename StateType , typename MatrixType > |
std::vector< double > | hops::computeExpectedSquaredJumpDistance (const std::vector< const std::vector< StateType > * > &chains) |
|