#include <cstdlib>
#include <array>
Go to the source code of this file.
|
namespace | slide |
| Slide namespace contains all the types, classes, and functions for the simulation framework.
|
|
|
template<size_t N> |
auto | slide::S_update (slide::Matrix< double, N, N > &S, std::array< double, N > w, double alpha, double n) |
|
template<typename ThetaType , typename PriorType , typename CostType , typename SettingsType > |
auto | slide::LL (const ThetaType &theta_cand, PriorType &prior, const CostType &costFun, const size_t Nobservations, const SettingsType &mcmcSettings) |
|